Uses of Enum Class
edu.wisc.ssec.mcidasv.ui.DraggableTabbedPane.ButtonState
Packages that use DraggableTabbedPane.ButtonState
-
Uses of DraggableTabbedPane.ButtonState in edu.wisc.ssec.mcidasv.ui
Fields in edu.wisc.ssec.mcidasv.ui declared as DraggableTabbedPane.ButtonStateModifier and TypeFieldDescriptionprivate DraggableTabbedPane.ButtonState
DraggableTabbedPane.TabButton.currentState
Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type DraggableTabbedPane.ButtonStateModifier and TypeFieldDescriptionprivate static final EnumMap
<DraggableTabbedPane.ButtonState, String> DraggableTabbedPane.TabButton.iconPaths
Methods in edu.wisc.ssec.mcidasv.ui that return DraggableTabbedPane.ButtonStateModifier and TypeMethodDescriptionDraggableTabbedPane.TabButton.getState()
Returns the enum constant of this class with the specified name.static DraggableTabbedPane.ButtonState[]
DraggableTabbedPane.ButtonState.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 DraggableTabbedPane.ButtonStateModifier and TypeMethodDescriptionstatic 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)