home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1998-05-08 | 5.5 KB | 77 lines
[BeanDescriptor] pmeversion=200 timestamp=893318632000 name=JComboBox className=com.sun.java.swing.JComboBox defaultPropertyIndex=0 icon_color_16x16=sun.awt.windows.WImage isContainer=false [PropertyDescriptors] itemCount,,,,,int,getItemCount,,,, UIClassID,,,,,java.lang.String,getUIClassID,,,, accessibleContext,,,,,com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,, opaque,,,,,boolean,isOpaque,setOpaque,,, UI,,true,,"The ComboBoxUI implementation that defines the combo box look and feel.",com.sun.java.swing.plaf.ComboBoxUI,getUI,setUI,,, keySelectionManager,,true,,"The objects that changes the selection when a key is pressed.",com.sun.java.swing.JComboBox$KeySelectionManager,getKeySelectionManager,setKeySelectionManager,,, editor,,true,,"The editor that combo box uses to edit the current value",com.sun.java.swing.ComboBoxEditor,getEditor,setEditor,,, maximumRowCount,,,,"The maximum number of rows the popup should have",int,getMaximumRowCount,setMaximumRowCount,,, selectedObjects,,,,,java.lang.Object[],getSelectedObjects,,,, selectedItem,,,,"Sets the selected item in the JComboBox.",java.lang.Object,getSelectedItem,setSelectedItem,,, focusTraversable,,,,,boolean,isFocusTraversable,,,, renderer,,true,,"The renderer that paints the item selected in the list.",com.sun.java.swing.ListCellRenderer,getRenderer,setRenderer,,, model,,,,"Model that the combo box uses to get data to display.",com.sun.java.swing.ComboBoxModel,getModel,setModel,true,, actionCommand,,,,,java.lang.String,getActionCommand,setActionCommand,,, editable,,,,"If true, the user can type a new value in the combo box.",boolean,isEditable,setEditable,,, selectedIndex,,,,"The item at index is selected.",int,getSelectedIndex,setSelectedIndex,,, lightWeightPopupEnabled,,true,,"When set, disables using light weight popups.",boolean,isLightWeightPopupEnabled,setLightWeightPopupEnabled,,, focusCycleRoot,,,,,boolean,isFocusCycleRoot,,true,, requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,, managingFocus,,,,,boolean,isManagingFocus,,true,, width,,,,,int,getWidth,,true,, height,,,,,int,getHeight,,true,, maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,, enabled,,true,,,boolean,isEnabled,setEnabled,,, components,,,,,java.awt.Component[],getComponents,,,, preferredSize,,,,"The preferred size of the component.",java.awt.Dimension,getPreferredSize,setPreferredSize,true,, foreground,,,,,java.awt.Color,getForeground,setForeground,,, autoscrolls,,true,,"Whether this component automatically scrolls its contents when dragged.",boolean,getAutoscrolls,setAutoscrolls,true,, paintingTile,,,,,boolean,isPaintingTile,,true,, visible,,,true,,boolean,isVisible,setVisible,,, background,,,,,java.awt.Color,getBackground,setBackground,,, optimizedDrawingEnabled,,,,,boolean,isOptimizedDrawingEnabled,,true,, insets,,,,,java.awt.Insets,getInsets,,true,, componentCount,,,,,int,getComponentCount,,,, font,,,,,java.awt.Font,getFont,setFont,,, layout,,,,,java.awt.LayoutManager,getLayout,setLayout,,, rootPane,,,,,com.sun.java.swing.JRootPane,getRootPane,,true,, visibleRect,,,,,java.awt.Rectangle,getVisibleRect,,true,, name,,,,,java.lang.String,getName,setName,,, alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,, nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,, alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,, border,,,,"The component's border.",com.sun.java.swing.border.Border,getBorder,setBorder,true,, y,,,,,int,getY,,true,, debugGraphicsOptions,,,,"Diagnostic options for graphics operations.",int,getDebugGraphicsOptions,setDebugGraphicsOptions,true,, x,,,,,int,getX,,true,, toolTipText,,,,"The text to display in a tool tip.",java.lang.String,getToolTipText,setToolTipText,true,, topLevelAncestor,,,,,java.awt.Container,getTopLevelAncestor,,true,, validateRoot,,,,,boolean,isValidateRoot,,true,, minimumSize,,,,"The minimum size of the component.",java.awt.Dimension,getMinimumSize,setMinimumSize,true,, registeredKeyStrokes,,,,,com.sun.java.swing.KeyStroke[],getRegisteredKeyStrokes,,true,, doubleBuffered,,,,,boolean,isDoubleBuffered,setDoubleBuffered,true,, graphics,,,,,java.awt.Graphics,getGraphics,,true,, [EventSetDescriptors] component,,,,,java.awt.event.ComponentListener,,addComponentListener,removeComponentListener focus,,,,,java.awt.event.FocusListener,,addFocusListener,removeFocusListener key,,,,,java.awt.event.KeyListener,,addKeyListener,removeKeyListener mouse,,,,,java.awt.event.MouseListener,,addMouseListener,removeMouseListener mouseMotion,,,,,java.awt.event.MouseMotionListener,,addMouseMotionListener,removeMouseMotionListener container,,,,,java.awt.event.ContainerListener,,addContainerListener,removeContainerListener propertyChange,,,,,java.beans.PropertyChangeListener,,addPropertyChangeListener,removePropertyChangeListener vetoableChange,,,,,java.beans.VetoableChangeListener,,addVetoableChangeListener,removeVetoableChangeListener ancestor,,,,,com.sun.java.swing.event.AncestorListener,,addAncestorListener,removeAncestorListener item,,,,,java.awt.event.ItemListener,,addItemListener,removeItemListener action,,,,,java.awt.event.ActionListener,,addActionListener,removeActionListener