Interface | Description |
---|---|
AddeEntry |
Represents a source of ADDE data.
|
Class | Description |
---|---|
AddeAccount |
Simplistic representation of ADDE accounting information.
|
AddePreferences |
The ADDE Server preference panel is almost a read-only
"view" of the current state of the server manager.
|
AddePreferences.AddePrefConglomeration |
This class is essentially a specialized tuple of the different things
required by the
IdvPreferenceManager . |
AddeThread |
Thread that actually execs the "mcservl" process.
|
AddeThread.StreamReaderThread |
Thread to read the stderr and stdout of mcservl.
|
EntryStore |
McIDAS-V ADDE server manager.
|
EntryTransforms |
Useful methods for doing things like converting a
AddeServer to a
RemoteAddeEntry . |
ImportUrl |
Class used to import from a remote "MCTABLE.TXT" file.
|
LocalAddeEntry | |
LocalAddeEntry.Builder |
A builder of (mostly) immutable
LocalAddeEntry instances. |
LocalEntryEditor |
A dialog that allows the user to define or modify
LocalAddeEntries . |
LocalEntryEditor.TooltipComboBoxRenderer |
Dave's nice combobox tooltip renderer!
|
LocalEntryShortcut |
A dialog that allows the user to define or modify
LocalAddeEntry s. |
RemoteAddeEntry | |
RemoteAddeEntry.Builder |
Something of a hack... this approach allows us to build a
RemoteAddeEntry in a readable way, despite there being
multiple final fields. |
RemoteEntryEditor |
Simple dialog that allows the user to define or modify
RemoteAddeEntries . |
RemoteEntryEditor.StatusWrapper |
Associates a
RemoteAddeEntry with one of the states from
RemoteEntryEditor.AddeStatus . |
RemoteEntryShortcut |
Simple dialog that allows the user to define or modify
RemoteAddeEntry s. |
RemoteEntryShortcut.StatusWrapper |
Associates a
RemoteAddeEntry with one of the states from
RemoteEntryEditor.AddeStatus . |
TabbedAddeManager |
This class is the GUI frontend to
EntryStore (the server manager). |
TabbedAddeManager.BetterCheckTask | |
TabbedAddeManager.LocalAddeTableModel | |
TabbedAddeManager.RemoteAddeTableModel | |
TabbedAddeManager.TextRenderer |
Enum | Description |
---|---|
AddeEntry.EditorAction |
Represents the possible actions that an ADDE editor can perform.
|
AddeEntry.EntrySource |
Where did this entry come from?
|
AddeEntry.EntryStatus |
Has the user elected to disable this entry from appearing in its
relevant chooser?
|
AddeEntry.EntryType |
Type of chooser this should appear under.
|
AddeEntry.EntryValidity |
Sort of a "misc" status field...
|
AddePreferences.Selection | |
AddeThread.McservEvent |
Mcserv events.
|
EntryStore.Event |
Enumeration of the various server manager events.
|
LocalAddeEntry.AddeFormat |
The various kinds of local ADDE data understood by McIDAS-V, along with
some helpful metadata.
|
LocalAddeEntry.ServerName | |
RemoteEntryEditor.AddeStatus |
Possible entry verification states.
|
TabbedAddeManager.Event |
These are the various "events" that the server manager GUI
supports.
|