| javax.swing.plaf.basic.BasicListUI org.jvnet.substance.SubstanceListUI
SubstanceListUI | public class SubstanceListUI extends BasicListUI (Code) | | UI for lists in Substance look and feel.
author: Kirill Grouchnikov |
Inner Class :protected class CellRepaintCallback extends FadeTrackerAdapter | |
Constructor Summary | |
public | SubstanceListUI() Creates a UI delegate for list. |
isFileList | protected boolean isFileList(Code) | | Local cache of JList's client property "List.isFileList"
|
isLeftToRight | protected boolean isLeftToRight(Code) | | Local cache of JList's component orientation property
|
rolledOverIndex | protected int rolledOverIndex(Code) | | Holds the currently rolled-over index, or -1 is there is none such.
|
selectedIndices | protected Map<Integer, Object> selectedIndices(Code) | | Holds the list of currently selected indices.
|
substanceFadeRolloverListener | protected RolloverFadeListener substanceFadeRolloverListener(Code) | | Listener for fade animations on list rollovers.
|
substanceFadeSelectionListener | protected ListSelectionListener substanceFadeSelectionListener(Code) | | Listener for fade animations on list selections.
|
SubstanceListUI | public SubstanceListUI()(Code) | | Creates a UI delegate for list.
|
getCellState | public ComponentState getCellState(int cellIndex)(Code) | | Returns the current state for the specified cell.
Parameters: cellIndex - Cell index. The current state for the specified cell. |
getPrevCellState | public ComponentState getPrevCellState(int cellIndex)(Code) | | Returns the previous state for the specified cell.
Parameters: cellIndex - Cell index. The previous state for the specified cell. |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
resetRolloverIndex | public void resetRolloverIndex()(Code) | | Resets the rollover index.
|
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
Methods inherited from javax.swing.plaf.basic.BasicListUI | protected int convertRowToY(int row)(Code)(Java Doc) protected int convertYToRow(int y0)(Code)(Java Doc) protected FocusListener createFocusListener()(Code)(Java Doc) protected ListDataListener createListDataListener()(Code)(Java Doc) protected ListSelectionListener createListSelectionListener()(Code)(Java Doc) protected MouseInputListener createMouseInputListener()(Code)(Java Doc) protected PropertyChangeListener createPropertyChangeListener()(Code)(Java Doc) public static ComponentUI createUI(JComponent list)(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) public Rectangle getCellBounds(JList list, int index1, int index2)(Code)(Java Doc) public Dimension getPreferredSize(JComponent c)(Code)(Java Doc) protected int getRowHeight(int row)(Code)(Java Doc) public Point indexToLocation(JList list, int index)(Code)(Java Doc) protected void installDefaults()(Code)(Java Doc) protected void installKeyboardActions()(Code)(Java Doc) protected void installListeners()(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) public int locationToIndex(JList list, Point location)(Code)(Java Doc) protected void maybeUpdateLayoutState()(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintCell(Graphics g, int row, Rectangle rowBounds, ListCellRenderer cellRenderer, ListModel dataModel, ListSelectionModel selModel, int leadIndex)(Code)(Java Doc) protected void selectNextIndex()(Code)(Java Doc) protected void selectPreviousIndex()(Code)(Java Doc) protected void uninstallDefaults()(Code)(Java Doc) protected void uninstallKeyboardActions()(Code)(Java Doc) protected void uninstallListeners()(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc) protected void updateLayoutState()(Code)(Java Doc)
|
|
|