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.EditorActionLocalEntryEditor.editorActionThe last dialog action performed by the user.private AddeEntry.EditorActionRemoteEntryEditor.editorActionThe last dialog action performed by the user.Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EditorActionModifier and TypeMethodDescriptionLocalEntryEditor.getEditorAction()Returns the lastAddeEntry.EditorActionthat was performed.RemoteEntryEditor.getEditorAction()Returns the lastAddeEntry.EditorActionthat was performed.static AddeEntry.EditorActionReturns 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 ThreadRemoteEntryEditor.makeCheckThread(AddeEntry.EditorAction action, Set<RemoteAddeEntry> entries) private voidRemoteEntryEditor.setEditorAction(AddeEntry.EditorAction editorAction) Set theAddeEntry.EditorActionthat was performed.private voidRemoteEntryEditor.verifyInput(AddeEntry.EditorAction action) Attempts to verify that the current contents of the GUI are "valid".