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.JSplitPane.pme < prev    next >
INI File  |  1998-05-08  |  6KB  |  75 lines

  1. [BeanDescriptor]
  2. pmeversion=200
  3. timestamp=893318632000
  4. name=JSplitPane
  5. className=com.sun.java.swing.JSplitPane
  6. defaultPropertyIndex=0
  7. icon_color_16x16=sun.awt.windows.WImage
  8. isContainer=true
  9.  
  10. [PropertyDescriptors]
  11. rightComponent,,,,"The component to the right (or below) the divider.",java.awt.Component,getRightComponent,setRightComponent,,,
  12. UIClassID,,true,,"A string that specifies the name of the L&F class.",java.lang.String,getUIClassID,,,,
  13. accessibleContext,,true,,"The AccessibleContext associated with this Label.",com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
  14. UI,,true,,"The L&F object that renders this component.",com.sun.java.swing.plaf.SplitPaneUI,getUI,setUI,,,
  15. leftComponent,,,,"The component to the left (or above) the divider.",java.awt.Component,getLeftComponent,setLeftComponent,,,
  16. maximumDividerLocation,,,,,int,getMaximumDividerLocation,,,,
  17. orientation,,,,"The orientation, or how the splitter is divided.",int,getOrientation,setOrientation,true,,
  18. bottomComponent,,,,"The component below, or to the right of the divider.",java.awt.Component,getBottomComponent,setBottomComponent,,,
  19. dividerLocation,,,,"The location of the divider.",int,getDividerLocation,,,,
  20. continuousLayout,,,,"Whether or not the child components are continuously redisplayed and layed out during user intervention.",boolean,isContinuousLayout,setContinuousLayout,true,,
  21. oneTouchExpandable,,,,"UI widget on the divider to quickly expand/collapse the divider.",boolean,isOneTouchExpandable,setOneTouchExpandable,true,,
  22. dividerSize,,,,"The size of the divider.",int,getDividerSize,setDividerSize,true,,
  23. lastDividerLocation,,,,"The last location the divider was at.",int,getLastDividerLocation,setLastDividerLocation,true,,
  24. minimumDividerLocation,,,,"The minimum location of the divider from the L&F.",int,getMinimumDividerLocation,,,,
  25. topComponent,,,,"The component above, or to the left of the divider.",java.awt.Component,getTopComponent,setTopComponent,,,
  26. focusCycleRoot,,,,,boolean,isFocusCycleRoot,,true,,
  27. requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
  28. managingFocus,,,,,boolean,isManagingFocus,,true,,
  29. width,,,,,int,getWidth,,true,,
  30. height,,,,,int,getHeight,,true,,
  31. maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
  32. enabled,,true,,,boolean,isEnabled,setEnabled,,,
  33. components,,,,,java.awt.Component[],getComponents,,,,
  34. preferredSize,,,,"The preferred size of the component.",java.awt.Dimension,getPreferredSize,setPreferredSize,true,,
  35. foreground,,,,,java.awt.Color,getForeground,setForeground,,,
  36. focusTraversable,,,,,boolean,isFocusTraversable,,true,,
  37. autoscrolls,,true,,"Whether this component automatically scrolls its contents when dragged.",boolean,getAutoscrolls,setAutoscrolls,true,,
  38. paintingTile,,,,,boolean,isPaintingTile,,true,,
  39. visible,,,true,,boolean,isVisible,setVisible,,,
  40. background,,,,,java.awt.Color,getBackground,setBackground,,,
  41. optimizedDrawingEnabled,,,,,boolean,isOptimizedDrawingEnabled,,true,,
  42. insets,,,,,java.awt.Insets,getInsets,,true,,
  43. componentCount,,,,,int,getComponentCount,,,,
  44. font,,,,,java.awt.Font,getFont,setFont,,,
  45. layout,,,,,java.awt.LayoutManager,getLayout,setLayout,,,
  46. rootPane,,,,,com.sun.java.swing.JRootPane,getRootPane,,true,,
  47. visibleRect,,,,,java.awt.Rectangle,getVisibleRect,,true,,
  48. name,,,,,java.lang.String,getName,setName,,,
  49. alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
  50. nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
  51. alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,
  52. opaque,,,,,boolean,isOpaque,setOpaque,true,,
  53. border,,,,"The component's border.",com.sun.java.swing.border.Border,getBorder,setBorder,true,,
  54. y,,,,,int,getY,,true,,
  55. debugGraphicsOptions,,,,"Diagnostic options for graphics operations.",int,getDebugGraphicsOptions,setDebugGraphicsOptions,true,,
  56. x,,,,,int,getX,,true,,
  57. toolTipText,,,,"The text to display in a tool tip.",java.lang.String,getToolTipText,setToolTipText,true,,
  58. topLevelAncestor,,,,,java.awt.Container,getTopLevelAncestor,,true,,
  59. validateRoot,,,,,boolean,isValidateRoot,,true,,
  60. minimumSize,,,,"The minimum size of the component.",java.awt.Dimension,getMinimumSize,setMinimumSize,true,,
  61. registeredKeyStrokes,,,,,com.sun.java.swing.KeyStroke[],getRegisteredKeyStrokes,,true,,
  62. doubleBuffered,,,,,boolean,isDoubleBuffered,setDoubleBuffered,true,,
  63. graphics,,,,,java.awt.Graphics,getGraphics,,true,,
  64.  
  65. [EventSetDescriptors]
  66. component,,,,,java.awt.event.ComponentListener,,addComponentListener,removeComponentListener
  67. focus,,,,,java.awt.event.FocusListener,,addFocusListener,removeFocusListener
  68. key,,,,,java.awt.event.KeyListener,,addKeyListener,removeKeyListener
  69. mouse,,,,,java.awt.event.MouseListener,,addMouseListener,removeMouseListener
  70. mouseMotion,,,,,java.awt.event.MouseMotionListener,,addMouseMotionListener,removeMouseMotionListener
  71. container,,,,,java.awt.event.ContainerListener,,addContainerListener,removeContainerListener
  72. propertyChange,,,,,java.beans.PropertyChangeListener,,addPropertyChangeListener,removePropertyChangeListener
  73. vetoableChange,,,,,java.beans.VetoableChangeListener,,addVetoableChangeListener,removeVetoableChangeListener
  74. ancestor,,,,,com.sun.java.swing.event.AncestorListener,,addAncestorListener,removeAncestorListener
  75.