Uses of Class
edu.wisc.ssec.mcidasv.ui.UIManager.ToolbarStyle

Packages that use UIManager.ToolbarStyle
edu.wisc.ssec.mcidasv.ui McIDAS-V specific user interface code. 
 

Uses of UIManager.ToolbarStyle in edu.wisc.ssec.mcidasv.ui
 

Fields in edu.wisc.ssec.mcidasv.ui declared as UIManager.ToolbarStyle
private  UIManager.ToolbarStyle UIManager.currentToolbarStyle
          Current representation of toolbar actions.
 

Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.ToolbarStyle
private  Map<UIManager.ToolbarStyle,Icon> UIManager.IdvAction.iconCache
          Simple "cache" for the different icons this action has displayed.
 

Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.ToolbarStyle
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.
 

Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.ToolbarStyle
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)
          Attempts to return an Icon for a given UIManager.ActionAttribute.ID and UIManager.ToolbarStyle.
private  UIManager.ToolbarStyle UIManager.getToolbarStylePref(UIManager.ToolbarStyle defaultStyle)
          Queries the stored preferences to determine the preferred UIManager.ToolbarStyle.