Package com.jidesoft.plaf
Class SidePaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- com.jidesoft.plaf.SidePaneUI
-
public abstract class SidePaneUI extends javax.swing.plaf.PanelUI
ComponentUI for SidePane.
-
-
Constructor Summary
Constructors Constructor Description SidePaneUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SidePaneGroup
getGroupForIndex(int index)
abstract SidePaneItem
getItemForIndex(int index)
abstract int
getSelectedItemIndex(java.awt.Point p)
-
-
-
Method Detail
-
getSelectedItemIndex
public abstract int getSelectedItemIndex(java.awt.Point p)
-
getGroupForIndex
public abstract SidePaneGroup getGroupForIndex(int index)
-
getItemForIndex
public abstract SidePaneItem getItemForIndex(int index)
-
-