Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EditorAction
Packages that use AddeEntry.EditorAction
-
Uses of AddeEntry.EditorAction in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as AddeEntry.EditorActionModifier and TypeFieldDescriptionprivate AddeEntry.EditorAction
LocalEntryEditor.editorAction
The last dialog action performed by the user.private AddeEntry.EditorAction
RemoteEntryEditor.editorAction
The last dialog action performed by the user.Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EditorActionModifier and TypeMethodDescriptionLocalEntryEditor.getEditorAction()
Returns the lastAddeEntry.EditorAction
that was performed.RemoteEntryEditor.getEditorAction()
Returns the lastAddeEntry.EditorAction
that was performed.static AddeEntry.EditorAction
Returns the enum constant of this class with the specified name.static AddeEntry.EditorAction[]
AddeEntry.EditorAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddeEntry.EditorActionModifier and TypeMethodDescriptionRemoteEntryEditor.checkGroups
(AddeEntry.EditorAction action, Set<RemoteAddeEntry> entries) private Thread
RemoteEntryEditor.makeCheckThread
(AddeEntry.EditorAction action, Set<RemoteAddeEntry> entries) private void
RemoteEntryEditor.setEditorAction
(AddeEntry.EditorAction editorAction) Set theAddeEntry.EditorAction
that was performed.private void
RemoteEntryEditor.verifyInput
(AddeEntry.EditorAction action) Attempts to verify that the current contents of the GUI are "valid".