|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIManager.ActionAttribute | |
---|---|
edu.wisc.ssec.mcidasv.ui | McIDAS-V specific user interface code. |
Uses of UIManager.ActionAttribute in edu.wisc.ssec.mcidasv.ui |
---|
Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.ActionAttribute | |
---|---|
private 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.ActionAttribute | |
---|---|
static UIManager.ActionAttribute |
UIManager.ActionAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UIManager.ActionAttribute[] |
UIManager.ActionAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.wisc.ssec.mcidasv.ui that return types with arguments of type UIManager.ActionAttribute | |
---|---|
private static Map<UIManager.ActionAttribute,String> |
UIManager.actionElementToMap(Element element)
Builds a Map of UIManager.ActionAttribute s to values for a given
Element . |
Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.ActionAttribute | |
---|---|
String |
UIManager.IdvAction.getAttribute(UIManager.ActionAttribute attr)
Returns the value associated with a given UIManager.ActionAttribute
for this action. |
String |
UIManager.IdvActions.getAttributeForAction(String actionId,
UIManager.ActionAttribute attr)
Searches for the action associated with actionId and
returns the value associated with the given UIManager.ActionAttribute . |
List<String> |
UIManager.IdvActions.getAttributes(UIManager.ActionAttribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |