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

  1. [BeanDescriptor]
  2. pmeversion=200
  3. timestamp=893318632000
  4. name=JComboBox
  5. className=com.sun.java.swing.JComboBox
  6. defaultPropertyIndex=0
  7. icon_color_16x16=sun.awt.windows.WImage
  8. isContainer=false
  9.  
  10. [PropertyDescriptors]
  11. itemCount,,,,,int,getItemCount,,,,
  12. UIClassID,,,,,java.lang.String,getUIClassID,,,,
  13. accessibleContext,,,,,com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
  14. opaque,,,,,boolean,isOpaque,setOpaque,,,
  15. UI,,true,,"The ComboBoxUI implementation that defines the combo box look and feel.",com.sun.java.swing.plaf.ComboBoxUI,getUI,setUI,,,
  16. keySelectionManager,,true,,"The objects that changes the selection when a key is pressed.",com.sun.java.swing.JComboBox$KeySelectionManager,getKeySelectionManager,setKeySelectionManager,,,
  17. editor,,true,,"The editor that combo box uses to edit the current value",com.sun.java.swing.ComboBoxEditor,getEditor,setEditor,,,
  18. maximumRowCount,,,,"The maximum number of rows the popup should have",int,getMaximumRowCount,setMaximumRowCount,,,
  19. selectedObjects,,,,,java.lang.Object[],getSelectedObjects,,,,
  20. selectedItem,,,,"Sets the selected item in the JComboBox.",java.lang.Object,getSelectedItem,setSelectedItem,,,
  21. focusTraversable,,,,,boolean,isFocusTraversable,,,,
  22. renderer,,true,,"The renderer that paints the item selected in the list.",com.sun.java.swing.ListCellRenderer,getRenderer,setRenderer,,,
  23. model,,,,"Model that the combo box uses to get data to display.",com.sun.java.swing.ComboBoxModel,getModel,setModel,true,,
  24. actionCommand,,,,,java.lang.String,getActionCommand,setActionCommand,,,
  25. editable,,,,"If true, the user can type a new value in the combo box.",boolean,isEditable,setEditable,,,
  26. selectedIndex,,,,"The item at index is selected.",int,getSelectedIndex,setSelectedIndex,,,
  27. lightWeightPopupEnabled,,true,,"When set, disables using light weight popups.",boolean,isLightWeightPopupEnabled,setLightWeightPopupEnabled,,,
  28. focusCycleRoot,,,,,boolean,isFocusCycleRoot,,true,,
  29. requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
  30. managingFocus,,,,,boolean,isManagingFocus,,true,,
  31. width,,,,,int,getWidth,,true,,
  32. height,,,,,int,getHeight,,true,,
  33. maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
  34. enabled,,true,,,boolean,isEnabled,setEnabled,,,
  35. components,,,,,java.awt.Component[],getComponents,,,,
  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. paintingTile,,,,,boolean,isPaintingTile,,true,,
  40. visible,,,true,,boolean,isVisible,setVisible,,,
  41. background,,,,,java.awt.Color,getBackground,setBackground,,,
  42. optimizedDrawingEnabled,,,,,boolean,isOptimizedDrawingEnabled,,true,,
  43. insets,,,,,java.awt.Insets,getInsets,,true,,
  44. componentCount,,,,,int,getComponentCount,,,,
  45. font,,,,,java.awt.Font,getFont,setFont,,,
  46. layout,,,,,java.awt.LayoutManager,getLayout,setLayout,,,
  47. rootPane,,,,,com.sun.java.swing.JRootPane,getRootPane,,true,,
  48. visibleRect,,,,,java.awt.Rectangle,getVisibleRect,,true,,
  49. name,,,,,java.lang.String,getName,setName,,,
  50. alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
  51. nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
  52. alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,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. item,,,,,java.awt.event.ItemListener,,addItemListener,removeItemListener
  76. action,,,,,java.awt.event.ActionListener,,addActionListener,removeActionListener
  77.