Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AddeEntry.EditorAction |
RemoteEntryShortcut.getEditorAction()
Returns the last
AddeEntry.EditorAction that was performed. |
AddeEntry.EditorAction |
RemoteEntryEditor.getEditorAction()
Returns the last
AddeEntry.EditorAction that was performed. |
AddeEntry.EditorAction |
LocalEntryShortcut.getEditorAction()
Returns the last
AddeEntry.EditorAction that was performed. |
AddeEntry.EditorAction |
LocalEntryEditor.getEditorAction()
Returns the last
AddeEntry.EditorAction that was performed. |
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.
|
Modifier and Type | Method and Description |
---|---|
Set<RemoteAddeEntry> |
RemoteEntryEditor.checkGroups(AddeEntry.EditorAction action,
Set<RemoteAddeEntry> entries) |
private Thread |
RemoteEntryEditor.makeCheckThread(AddeEntry.EditorAction action,
Set<RemoteAddeEntry> entries) |
private void |
RemoteEntryShortcut.setEditorAction(AddeEntry.EditorAction editorAction)
Set the
AddeEntry.EditorAction that was performed. |
private void |
RemoteEntryEditor.setEditorAction(AddeEntry.EditorAction editorAction)
Set the
AddeEntry.EditorAction that was performed. |
private void |
RemoteEntryEditor.verifyInput(AddeEntry.EditorAction action)
Attempts to verify that the current contents of the GUI are
"valid".
|