Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private Map<UIManager.ActionAttribute,String> |
UIManager.IdvAction.attributes
Mapping of (known) XML attributes to values for this individual action.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private static Map<UIManager.ActionAttribute,String> |
UIManager.actionElementToMap(Element element)
|
Modifier and Type | Method and Description |
---|---|
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) |