Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,Set<UIManager.IdvAction>> |
UIManager.IdvActions.groupToActions
Collects
IdvActions "under" common
group values. |
private Map<String,UIManager.IdvAction> |
UIManager.IdvActions.idToAction
Maps "id" values to
IdvActions . |
Modifier and Type | Method and Description |
---|---|
UIManager.IdvAction |
UIManager.IdvActions.getAction(String actionId)
Attempts to return the
UIManager.IdvAction associated with the given
actionId . |
Modifier and Type | Method and Description |
---|---|
Set<UIManager.IdvAction> |
UIManager.IdvActions.getActionsForGroup(String group)
|
List<UIManager.IdvAction> |
UIManager.IdvActions.getAllActions() |