home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Netfusion / data1.cab / Java_-_English / Java / Beans / TimeZoneClockBean.jar / java / awt / TextAreaBeanInfoStrings.properties < prev    next >
Encoding:
Text File  |  1998-11-20  |  4.3 KB  |  103 lines

  1. # This .properties file was generated by BeanBuilder on 22-Jan-98 2:33:42 PM
  2. #
  3. # Translate the words after the equals sign (=)
  4. # The pound sign (#) is a comment marker
  5. #
  6. # Prefixes for keys are as follows:
  7. #
  8. # A = action name
  9. # B = action description
  10. # C = parameter name
  11. # D = parameter description
  12. # E = event name
  13. # F = event description
  14. # P = property name
  15. # Q = property description
  16. # X = bean category
  17. # Y = bean name
  18. # Z = bean description
  19. #
  20. # Note: action, property, and event names must be translated into unique names.
  21. # For example, two action names or an action name and a property name cannot be translated to the same string.
  22. # Description strings and parameter name strings may be the same if appropriate.
  23. #
  24. # This file MUST NOT have any blank lines in it.
  25. #
  26. YBeanName = Text Area
  27. ZBeanDescription = Use the Text Area to display and edit more than one line of text
  28. XBeanCategory = Controls
  29. #
  30. Aappendjava.lang.String = append
  31. Bappendjava.lang.String = Adds text to the end of the text area
  32. Cappendjava.lang.String0 = java.lang.String
  33. Dappendjava.lang.String0 = The text to add to the end of the text area
  34. #
  35. Ainsertjava.lang.Stringint = insert
  36. Binsertjava.lang.Stringint = Adds more text to the text area
  37. Cinsertjava.lang.Stringint0 = java.lang.String
  38. Dinsertjava.lang.Stringint0 = The text to insert into the text area
  39. Cinsertjava.lang.Stringint1 = int
  40. Dinsertjava.lang.Stringint1 = The character position at which to insert the text
  41. #
  42. AselectAll = select all
  43. BselectAll = Highlights all the text
  44. #
  45. Pbackgroundjava.awt.Color = background color
  46. Qbackgroundjava.awt.Color = The background color of the text area
  47. #
  48. Peditableboolean = editable
  49. Qeditableboolean = Can the text in this text area be changed?
  50. #
  51. Pfontjava.awt.Font = font
  52. Qfontjava.awt.Font = The font of the text
  53. #
  54. Pforegroundjava.awt.Color = foreground color
  55. Qforegroundjava.awt.Color = The color of the text
  56. #
  57. Ptextjava.lang.String = text
  58. Qtextjava.lang.String = The text displayed in the text area
  59. #
  60. Penabledboolean = enabled
  61. Qenabledboolean = Is the text area active?
  62. #
  63. Pvisibleboolean = visible
  64. Qvisibleboolean = Is the text area visible?
  65. #
  66. Efocus-java.awt.event.FocusListener-focusGainedjava.awt.event.FocusEvent = got focus
  67. Ffocus-java.awt.event.FocusListener-focusGainedjava.awt.event.FocusEvent = The text area has gotten focus
  68. #
  69. Efocus-java.awt.event.FocusListener-focusLostjava.awt.event.FocusEvent = lost focus
  70. Ffocus-java.awt.event.FocusListener-focusLostjava.awt.event.FocusEvent = The text area has lost focus
  71. #
  72. Etext-java.awt.event.TextListener-textValueChangedjava.awt.event.TextEvent = text changed
  73. Ftext-java.awt.event.TextListener-textValueChangedjava.awt.event.TextEvent = The text inside the text area has changed
  74. #
  75. Emouse-java.awt.event.MouseListener-mousePressedjava.awt.event.MouseEvent = mouse pressed
  76. Fmouse-java.awt.event.MouseListener-mousePressedjava.awt.event.MouseEvent = The mouse was pressed down over the text area
  77. #
  78. Emouse-java.awt.event.MouseListener-mouseReleasedjava.awt.event.MouseEvent = mouse released
  79. Fmouse-java.awt.event.MouseListener-mouseReleasedjava.awt.event.MouseEvent = The mouse was released over the text area
  80. #
  81. Emouse-java.awt.event.MouseListener-mouseEnteredjava.awt.event.MouseEvent = mouse entered
  82. Fmouse-java.awt.event.MouseListener-mouseEnteredjava.awt.event.MouseEvent = The mouse cursor moved over the text area
  83. #
  84. Emouse-java.awt.event.MouseListener-mouseExitedjava.awt.event.MouseEvent = mouse exited
  85. Fmouse-java.awt.event.MouseListener-mouseExitedjava.awt.event.MouseEvent = The mouse cursor moved away from the text area
  86. #
  87. Emouse-java.awt.event.MouseListener-mouseClickedjava.awt.event.MouseEvent = mouse clicked
  88. Fmouse-java.awt.event.MouseListener-mouseClickedjava.awt.event.MouseEvent = The mouse was clicked over the text area
  89. #
  90. Emouse-java.awt.event.MouseListener = mouse events
  91. Fmouse-java.awt.event.MouseListener = Events that occur from using the mouse
  92. #
  93. Efocus-java.awt.event.FocusListener = focus events
  94. Ffocus-java.awt.event.FocusListener = Events that occur as components switch focus
  95. #
  96. Eitem-java.awt.event.ItemListener = item events
  97. Fitem-java.awt.event.ItemListener = Events that indicate an item has changed
  98. #
  99. Etext-java.awt.event.TextListener = text events
  100. Ftext-java.awt.event.TextListener = Events that indicate text has changed
  101. #
  102. #
  103.