public abstract class SidePaneUI
extends javax.swing.plaf.PanelUI
| Constructor and Description |
|---|
SidePaneUI() |
| Modifier and Type | Method and Description |
|---|---|
abstract SidePaneGroup |
getGroupForIndex(int index) |
abstract SidePaneItem |
getItemForIndex(int index) |
abstract int |
getSelectedItemIndex(java.awt.Point p) |
public abstract int getSelectedItemIndex(java.awt.Point p)
public abstract SidePaneGroup getGroupForIndex(int index)
public abstract SidePaneItem getItemForIndex(int index)