Uses of Class
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EditorAction

Packages that use AddeEntry.EditorAction
edu.wisc.ssec.mcidasv.servermanager   
 

Uses of AddeEntry.EditorAction in edu.wisc.ssec.mcidasv.servermanager
 

Fields in edu.wisc.ssec.mcidasv.servermanager declared as AddeEntry.EditorAction
private  AddeEntry.EditorAction RemoteEntryShortcut.editorAction
          The last dialog action performed by the user.
private  AddeEntry.EditorAction RemoteEntryEditor.editorAction
          The last dialog action performed by the user.
private  AddeEntry.EditorAction LocalEntryShortcut.editorAction
          The last dialog action performed by the user.
private  AddeEntry.EditorAction LocalEntryEditor.editorAction
          The last dialog action performed by the user.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EditorAction
 AddeEntry.EditorAction RemoteEntryShortcut.getEditorAction()
           
 AddeEntry.EditorAction RemoteEntryEditor.getEditorAction()
           
 AddeEntry.EditorAction LocalEntryShortcut.getEditorAction()
           
 AddeEntry.EditorAction LocalEntryEditor.getEditorAction()
           
static AddeEntry.EditorAction AddeEntry.EditorAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AddeEntry.EditorAction[] AddeEntry.EditorAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddeEntry.EditorAction
private  void RemoteEntryShortcut.setEditorAction(AddeEntry.EditorAction editorAction)
           
private  void RemoteEntryEditor.setEditorAction(AddeEntry.EditorAction editorAction)
           
private  void LocalEntryShortcut.setEditorAction(AddeEntry.EditorAction editorAction)
           
private  void LocalEntryEditor.setEditorAction(AddeEntry.EditorAction editorAction)