Uses of Enum Class
edu.wisc.ssec.mcidasv.ui.UIManager.ActionAttribute
Packages that use UIManager.ActionAttribute
-
Uses of UIManager.ActionAttribute in edu.wisc.ssec.mcidasv.ui
Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.ActionAttributeModifier and TypeFieldDescriptionprivate final Map
<UIManager.ActionAttribute, String> UIManager.IdvAction.attributes
Mapping of (known) XML attributes to values for this individual action.Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.ActionAttributeModifier and TypeMethodDescriptionstatic UIManager.ActionAttribute
Returns the enum constant of this class with the specified name.static UIManager.ActionAttribute[]
UIManager.ActionAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.ui that return types with arguments of type UIManager.ActionAttributeModifier and TypeMethodDescriptionprivate static Map
<UIManager.ActionAttribute, String> UIManager.actionElementToMap
(Element element) Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.ActionAttributeModifier and TypeMethodDescriptionUIManager.IdvAction.getAttribute
(UIManager.ActionAttribute attr) Returns the value associated with a givenUIManager.ActionAttribute
for this action.UIManager.IdvActions.getAttributeForAction
(String actionId, UIManager.ActionAttribute attr) Searches for the action associated withactionId
and returns the value associated with the givenUIManager.ActionAttribute
.UIManager.IdvActions.getAttributes
(UIManager.ActionAttribute attr)