Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private DraggableTabbedPane.ButtonState |
DraggableTabbedPane.TabButton.currentState |
Modifier and Type | Field and Description |
---|---|
private static EnumMap<DraggableTabbedPane.ButtonState,String> |
DraggableTabbedPane.TabButton.iconPaths |
Modifier and Type | Method and Description |
---|---|
DraggableTabbedPane.ButtonState |
DraggableTabbedPane.TabButton.getState() |
static DraggableTabbedPane.ButtonState |
DraggableTabbedPane.ButtonState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraggableTabbedPane.ButtonState[] |
DraggableTabbedPane.ButtonState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Icon |
DraggableTabbedPane.TabButton.getStateIcon(DraggableTabbedPane.ButtonState state) |
static String |
DraggableTabbedPane.TabButton.getStateIconPath(DraggableTabbedPane.ButtonState state) |
void |
DraggableTabbedPane.TabButton.setState(DraggableTabbedPane.ButtonState state) |
static void |
DraggableTabbedPane.TabButton.setStateIcon(DraggableTabbedPane.ButtonState state,
String path) |