Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private UIManager.ToolbarStyle |
UIManager.currentToolbarStyle
Current representation of toolbar actions.
|
Modifier and Type | Field and Description |
---|---|
private Map<UIManager.ToolbarStyle,Icon> |
UIManager.IdvAction.iconCache
Simple "cache" for the different icons this action has
displayed.
|
Modifier and Type | Method and Description |
---|---|
private UIManager.ToolbarStyle |
UIManager.getToolbarStylePref(UIManager.ToolbarStyle defaultStyle)
Queries the stored preferences to determine the preferred
UIManager.ToolbarStyle . |
static UIManager.ToolbarStyle |
UIManager.ToolbarStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIManager.ToolbarStyle[] |
UIManager.ToolbarStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Icon |
UIManager.getActionIcon(String actionId,
UIManager.ToolbarStyle style)
Returns the icon associated with
actionId . |
Icon |
UIManager.IdvAction.getIconForStyle(UIManager.ToolbarStyle style)
Returns the
Icon associated with this action and the given
UIManager.ToolbarStyle . |
Icon |
UIManager.IdvActions.getStyledIconFor(String actionId,
UIManager.ToolbarStyle style)
|
private UIManager.ToolbarStyle |
UIManager.getToolbarStylePref(UIManager.ToolbarStyle defaultStyle)
Queries the stored preferences to determine the preferred
UIManager.ToolbarStyle . |