home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / com.sun.java.swing.JTextArea.pme < prev    next >
INI File  |  1998-05-08  |  6KB  |  89 lines

  1. [BeanDescriptor]
  2. pmeversion=200
  3. timestamp=893318632000
  4. name=JTextArea
  5. className=com.sun.java.swing.JTextArea
  6. defaultPropertyIndex=0
  7. icon_color_16x16=sun.awt.windows.WImage
  8. isContainer=false
  9.  
  10. [PropertyDescriptors]
  11. UIClassID,,,,,java.lang.String,getUIClassID,,,,
  12. lineWrap,,,,"should lines be wrapped",boolean,getLineWrap,setLineWrap,true,,
  13. accessibleContext,,,,,com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
  14. preferredScrollableViewportSize,,,,,java.awt.Dimension,getPreferredScrollableViewportSize,,,,
  15. columns,,,,"the number of columns preferred for display",int,getColumns,setColumns,,,
  16. scrollableTracksViewportWidth,,,,,boolean,getScrollableTracksViewportWidth,,,,
  17. minimumSize,,,,,java.awt.Dimension,getMinimumSize,setMinimumSize,,,
  18. lineCount,,,,,int,getLineCount,,,,
  19. managingFocus,,,,,boolean,isManagingFocus,,,,
  20. rows,,,,"the number of rows preferred for display",int,getRows,setRows,,,
  21. tabSize,,,,"the number of characters to expand tabs to",int,getTabSize,setTabSize,true,,
  22. focusCycleRoot,,,,,boolean,isFocusCycleRoot,,true,,
  23. actions,,,,,com.sun.java.swing.Action[],getActions,,true,,
  24. requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
  25. selectionStart,,,,,int,getSelectionStart,setSelectionStart,true,,
  26. width,,,,,int,getWidth,,true,,
  27. height,,,,,int,getHeight,,true,,
  28. maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
  29. enabled,,true,,,boolean,isEnabled,setEnabled,,,
  30. UI,,,,,com.sun.java.swing.plaf.TextUI,getUI,setUI,true,,
  31. text,,,,,java.lang.String,getText,setText,true,,
  32. components,,,,,java.awt.Component[],getComponents,,,,
  33. margin,,,,,java.awt.Insets,getMargin,setMargin,true,,
  34. selectedTextColor,,,,,java.awt.Color,getSelectedTextColor,setSelectedTextColor,true,,
  35. scrollableTracksViewportHeight,,,,,boolean,getScrollableTracksViewportHeight,,true,,
  36. preferredSize,,,,"The preferred size of the component.",java.awt.Dimension,getPreferredSize,setPreferredSize,true,,
  37. foreground,,,,,java.awt.Color,getForeground,setForeground,,,
  38. autoscrolls,,true,,"Whether this component automatically scrolls its contents when dragged.",boolean,getAutoscrolls,setAutoscrolls,true,,
  39. focusTraversable,,,,,boolean,isFocusTraversable,,true,,
  40. visible,,,true,,boolean,isVisible,setVisible,,,
  41. paintingTile,,,,,boolean,isPaintingTile,,true,,
  42. background,,,,,java.awt.Color,getBackground,setBackground,,,
  43. insets,,,,,java.awt.Insets,getInsets,,true,,
  44. optimizedDrawingEnabled,,,,,boolean,isOptimizedDrawingEnabled,,true,,
  45. selectedText,,,,,java.lang.String,getSelectedText,,true,,
  46. componentCount,,,,,int,getComponentCount,,,,
  47. selectionColor,,,,,java.awt.Color,getSelectionColor,setSelectionColor,true,,
  48. caretColor,,,,,java.awt.Color,getCaretColor,setCaretColor,true,,
  49. font,,,,,java.awt.Font,getFont,setFont,,,
  50. layout,,,,,java.awt.LayoutManager,getLayout,setLayout,,,
  51. rootPane,,,,,com.sun.java.swing.JRootPane,getRootPane,,true,,
  52. visibleRect,,,,,java.awt.Rectangle,getVisibleRect,,true,,
  53. keymap,,,,,com.sun.java.swing.text.Keymap,getKeymap,setKeymap,true,,
  54. name,,,,,java.lang.String,getName,setName,,,
  55. alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
  56. alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,
  57. nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
  58. opaque,,,,,boolean,isOpaque,setOpaque,true,,
  59. caretPosition,,,,,int,getCaretPosition,setCaretPosition,true,,
  60. selectionEnd,,,,,int,getSelectionEnd,setSelectionEnd,true,,
  61. border,,,,"The component's border.",com.sun.java.swing.border.Border,getBorder,setBorder,true,,
  62. disabledTextColor,,,,,java.awt.Color,getDisabledTextColor,setDisabledTextColor,true,,
  63. caret,,,,,com.sun.java.swing.text.Caret,getCaret,setCaret,true,,
  64. debugGraphicsOptions,,,,"Diagnostic options for graphics operations.",int,getDebugGraphicsOptions,setDebugGraphicsOptions,true,,
  65. y,,,,,int,getY,,true,,
  66. focusAccelerator,,,,,char,getFocusAccelerator,setFocusAccelerator,true,,
  67. toolTipText,,,,"The text to display in a tool tip.",java.lang.String,getToolTipText,setToolTipText,true,,
  68. x,,,,,int,getX,,true,,
  69. topLevelAncestor,,,,,java.awt.Container,getTopLevelAncestor,,true,,
  70. validateRoot,,,,,boolean,isValidateRoot,,true,,
  71. document,,,,,com.sun.java.swing.text.Document,getDocument,setDocument,true,,
  72. highlighter,,,,,com.sun.java.swing.text.Highlighter,getHighlighter,setHighlighter,true,,
  73. doubleBuffered,,,,,boolean,isDoubleBuffered,setDoubleBuffered,true,,
  74. registeredKeyStrokes,,,,,com.sun.java.swing.KeyStroke[],getRegisteredKeyStrokes,,true,,
  75. graphics,,,,,java.awt.Graphics,getGraphics,,true,,
  76. editable,,,,,boolean,isEditable,setEditable,true,,
  77.  
  78. [EventSetDescriptors]
  79. component,,,,,java.awt.event.ComponentListener,,addComponentListener,removeComponentListener
  80. focus,,,,,java.awt.event.FocusListener,,addFocusListener,removeFocusListener
  81. key,,,,,java.awt.event.KeyListener,,addKeyListener,removeKeyListener
  82. mouse,,,,,java.awt.event.MouseListener,,addMouseListener,removeMouseListener
  83. mouseMotion,,,,,java.awt.event.MouseMotionListener,,addMouseMotionListener,removeMouseMotionListener
  84. container,,,,,java.awt.event.ContainerListener,,addContainerListener,removeContainerListener
  85. propertyChange,,,,,java.beans.PropertyChangeListener,,addPropertyChangeListener,removePropertyChangeListener
  86. vetoableChange,,,,,java.beans.VetoableChangeListener,,addVetoableChangeListener,removeVetoableChangeListener
  87. ancestor,,,,,com.sun.java.swing.event.AncestorListener,,addAncestorListener,removeAncestorListener
  88. caret,,,,,com.sun.java.swing.event.CaretListener,,addCaretListener,removeCaretListener
  89.