Uses of Class
edu.wisc.ssec.mcidasv.ui.UIManager.IdvAction

Packages that use UIManager.IdvAction
edu.wisc.ssec.mcidasv.ui McIDAS-V specific user interface code. 
 

Uses of UIManager.IdvAction in edu.wisc.ssec.mcidasv.ui
 

Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.IdvAction
private  Map<String,Set<UIManager.IdvAction>> UIManager.IdvActions.groupToActions
          Collects UIManager.IdvActions "under" common group values.
private  Map<String,UIManager.IdvAction> UIManager.IdvActions.idToAction
          Maps "id" values to UIManager.IdvActions.
 

Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.IdvAction
 UIManager.IdvAction UIManager.IdvActions.getAction(String actionId)
          Attempts to return the UIManager.IdvAction associated with the given actionId.
 

Methods in edu.wisc.ssec.mcidasv.ui that return types with arguments of type UIManager.IdvAction
 Set<UIManager.IdvAction> UIManager.IdvActions.getActionsForGroup(String group)
          Returns the Set of UIManager.IdvActions associated with the given group.
 List<UIManager.IdvAction> UIManager.IdvActions.getAllActions()