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.ToolbarStyleUIManager.currentToolbarStyleCurrent 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.iconCacheSimple "cache" for the different icons this action has displayed.Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.ToolbarStyleModifier and TypeMethodDescriptionprivate UIManager.ToolbarStyleUIManager.getToolbarStylePref(UIManager.ToolbarStyle defaultStyle) Queries the stored preferences to determine the preferredUIManager.ToolbarStyle.static UIManager.ToolbarStyleReturns 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 IconUIManager.getActionIcon(String actionId, UIManager.ToolbarStyle style) Returns the icon associated withactionId.UIManager.IdvAction.getIconForStyle(UIManager.ToolbarStyle style) Returns theIconassociated with this action and the givenUIManager.ToolbarStyle.UIManager.IdvActions.getStyledIconFor(String actionId, UIManager.ToolbarStyle style) private UIManager.ToolbarStyleUIManager.getToolbarStylePref(UIManager.ToolbarStyle defaultStyle) Queries the stored preferences to determine the preferredUIManager.ToolbarStyle.