Uses of Enum Class
edu.wisc.ssec.mcidasv.ui.UIManager.ToolbarStyle
Packages that use UIManager.ToolbarStyle
-
Uses of UIManager.ToolbarStyle in edu.wisc.ssec.mcidasv.ui
Fields in edu.wisc.ssec.mcidasv.ui declared as UIManager.ToolbarStyleModifier and TypeFieldDescriptionprivate UIManager.ToolbarStyle
UIManager.currentToolbarStyle
Current representation of toolbar actions.Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.ToolbarStyleModifier and TypeFieldDescriptionprivate final 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.ToolbarStyleModifier and TypeMethodDescriptionprivate UIManager.ToolbarStyle
UIManager.getToolbarStylePref
(UIManager.ToolbarStyle defaultStyle) Queries the stored preferences to determine the preferredUIManager.ToolbarStyle
.static UIManager.ToolbarStyle
Returns the enum constant of this class with the specified name.static UIManager.ToolbarStyle[]
UIManager.ToolbarStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.ToolbarStyleModifier and TypeMethodDescriptionprotected Icon
UIManager.getActionIcon
(String actionId, UIManager.ToolbarStyle style) Returns the icon associated withactionId
.UIManager.IdvAction.getIconForStyle
(UIManager.ToolbarStyle style) Returns theIcon
associated with this action and the givenUIManager.ToolbarStyle
.UIManager.IdvActions.getStyledIconFor
(String actionId, UIManager.ToolbarStyle style) private UIManager.ToolbarStyle
UIManager.getToolbarStylePref
(UIManager.ToolbarStyle defaultStyle) Queries the stored preferences to determine the preferredUIManager.ToolbarStyle
.