| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI org.jvnet.substance.SubstanceTableHeaderUI
SubstanceTableHeaderUI | public class SubstanceTableHeaderUI extends BasicTableHeaderUI (Code) | | UI for table headers in Substance look and feel.
author: Kirill Grouchnikov |
Inner Class :protected class ColumnHeaderRepaintCallback extends FadeTrackerAdapter | |
selectedIndices | protected Map<Integer, Object> selectedIndices(Code) | | Holds the list of currently selected indices.
|
substanceFadeSelectionListener | protected ListSelectionListener substanceFadeSelectionListener(Code) | | Listener for fade animations on list selections.
|
substanceHeaderListener | protected TableHeaderListener substanceHeaderListener(Code) | | Repaints the header on column selection.
|
SubstanceTableHeaderUI | public SubstanceTableHeaderUI()(Code) | | Creates a new UI delegate.
|
getCallback | public FadeTrackerCallback getCallback(int columnIndex)(Code) | | Returns the animation callback for the specified column.
Parameters: columnIndex - Column index. Animation callback for the specified column. |
getColumnState | public ComponentState getColumnState(int columnIndex)(Code) | | Returns the current state for the specified cell.
Parameters: columnIndex - Column index. The current state for the specified column. |
getPrevColumnState | public ComponentState getPrevColumnState(int columnIndex)(Code) | | Returns the previous state for the specified column.
Parameters: columnIndex - Column index. The previous state for the specified column. |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
|
|