(Automatically generated from BeanInfo)
Generated Object
A javax.swing.JList is returned, unless the user passes in a subclass of JList as the value argument, in which case the value argument is returned.
Attributes
Declared in javax.swing.JList
- UI <ListUI> The UI object that implements the Component's LookAndFeel.
- cellRenderer <ListCellRenderer> The component used to draw the cells.
- dragEnabled <boolean> determines whether automatic drag handling is enabled
- fixedCellHeight <int> Defines a fixed cell height when greater than zero.
- fixedCellWidth <int> Defines a fixed cell width when greater than zero.
- layoutOrientation <int> Defines the way list cells are layed out.
- leadSelectionIndex <int> The lead selection index.
- model <ListModel> The object that contains the data to be drawn by this JList.
- prototypeCellValue <Object> The cell prototype value, used to compute cell width and height.
- selectedIndex <int> The index of the selected cell.
- selectionBackground <Color> The background color of selected cells.
- selectionForeground <Color> The foreground color of selected cells.
- selectionMode <int> The selection mode.
- selectionModel <ListSelectionModel> The selection model, recording which cells are selected.
- visibleRowCount <int> The preferred number of cells that can be displayed without a scroll bar.
- anchorSelectionIndex <int>
- firstVisibleIndex <int>
- lastVisibleIndex <int>
- maxSelectionIndex <int>
- minSelectionIndex <int>
- preferredScrollableViewportSize <Dimension>
- scrollableTracksViewportHeight <boolean>
- scrollableTracksViewportWidth <boolean>
- selectedIndices <int[]>
- selectedValue <Object>
- selectedValues <Object[]>
- selectionEmpty <boolean>
- valueIsAdjusting <boolean>
Declared in javax.swing.JComponent
- autoscrolls <boolean> Determines if this component automatically scrolls its contents when dragged.
- border <Border> The component's border.
- componentPopupMenu <JPopupMenu> Popup to show
- debugGraphicsOptions <int> Diagnostic options for graphics operations.
- inheritsPopupMenu <boolean> Whether or not the JPopupMenu is inherited
- inputVerifier <InputVerifier> The component's input verifier.
- opaque <boolean> The component's opacity
- toolTipText <String> The text to display in a tool tip.
- transferHandler <TransferHandler> Mechanism for transfer of data to and from the component
- verifyInputWhenFocusTarget <boolean> Whether the Component verifies input before accepting focus.
- UIClassID <String>
- accessibleContext <AccessibleContext>
- actionMap <ActionMap>
- doubleBuffered <boolean>
- graphics <Graphics>
- height <int>
- managingFocus <boolean>
- nextFocusableComponent <Component>
- optimizedDrawingEnabled <boolean>
- paintingTile <boolean>
- registeredKeyStrokes <KeyStroke[]>
- requestFocusEnabled <boolean>
- rootPane <JRootPane>
- topLevelAncestor <Container>
- validateRoot <boolean>
- visibleRect <Rectangle>
- width <int>
- x <int>
- y <int>
Declared in java.awt.Container
- alignmentX <float>
- alignmentY <float>
- componentCount <int>
- components <Component[]>
- focusCycleRoot <boolean>
- focusTraversalPolicy <FocusTraversalPolicy>
- focusTraversalPolicyProvider <boolean>
- focusTraversalPolicySet <boolean>
- insets <Insets>
- layout <LayoutManager>
- maximumSize <Dimension>
- minimumSize <Dimension>
- preferredSize <Dimension>
Declared in java.awt.Component
- background <Color>
- enabled <boolean>
- focusable <boolean>
- font <Font>
- foreground <Color>
- name <String>
- visible <boolean>
Events
Declared in javax.swing.JList
- valueChanged (ListSelectionEvent) - part of ListSelectionListener
Declared in javax.swing.JComponent
- vetoableChange (PropertyChangeEvent) - part of VetoableChangeListener
- ancestorMoved (AncestorEvent) - part of AncestorListener
- ancestorAdded (AncestorEvent) - part of AncestorListener
- ancestorRemoved (AncestorEvent) - part of AncestorListener
Declared in java.awt.Container
- componentAdded (ContainerEvent) - part of ContainerListener
- componentRemoved (ContainerEvent) - part of ContainerListener
Declared in java.awt.Component
- keyPressed (KeyEvent) - part of KeyListener
- keyReleased (KeyEvent) - part of KeyListener
- keyTyped (KeyEvent) - part of KeyListener
- componentHidden (ComponentEvent) - part of ComponentListener
- componentMoved (ComponentEvent) - part of ComponentListener
- componentResized (ComponentEvent) - part of ComponentListener
- componentShown (ComponentEvent) - part of ComponentListener
- hierarchyChanged (HierarchyEvent) - part of HierarchyListener
- mouseClicked (MouseEvent) - part of MouseListener
- mouseEntered (MouseEvent) - part of MouseListener
- mouseExited (MouseEvent) - part of MouseListener
- mousePressed (MouseEvent) - part of MouseListener
- mouseReleased (MouseEvent) - part of MouseListener
- mouseDragged (MouseEvent) - part of MouseMotionListener
- mouseMoved (MouseEvent) - part of MouseMotionListener
- propertyChange (PropertyChangeEvent) - part of PropertyChangeListener
- ancestorMoved (HierarchyEvent) - part of HierarchyBoundsListener
- ancestorResized (HierarchyEvent) - part of HierarchyBoundsListener
- focusGained (FocusEvent) - part of FocusListener
- focusLost (FocusEvent) - part of FocusListener
- mouseWheelMoved (MouseWheelEvent) - part of MouseWheelListener
- caretPositionChanged (InputMethodEvent) - part of InputMethodListener
- inputMethodTextChanged (InputMethodEvent) - part of InputMethodListener
Content
Usage
Examples
Observable Attributes
- UI
- alignmentX
- alignmentY
- background
- border
- cellRenderer
- component
- componentCount
- componentPopupMenu
- components
- containerListeners
- enabled
- fixedCellHeight
- fixedCellWidth
- focusCycleRoot
- focusTraversalKeys
- focusTraversalPolicy
- focusTraversalPolicyProvider
- focusTraversalPolicySet
- focusable
- font
- foreground
- inheritsPopupMenu
- inputVerifier
- insets
- layout
- layoutOrientation
- maximumSize
- minimumSize
- model
- opaque
- preferredSize
- prototypeCellValue
- selectionBackground
- selectionForeground
- selectionModel
- transferHandler
- verifyInputWhenFocusTarget
- visibleRowCount
Labels