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() |
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.
|
Modifier and Type | Method and Description |
---|---|
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) |