Package edu.wisc.ssec.mcidasv.servermanager

Interface Summary
AddeEntry Represents a source of ADDE data.
 

Class Summary
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 mcservl
AddeThread.StreamReaderThread Thread to read the stderr and stdout of mcservl
EntryStore  
EntryTransforms Useful methods for doing things like converting a AddeServer to a RemoteAddeEntry.
ImportUrl  
LocalAddeEntry  
LocalAddeEntry.Builder A builder of (mostly) immutable LocalAddeEntry instances.
LocalEntryEditor A dialog that allows the user to define or modify LocalAddeEntrys.
LocalEntryShortcut A dialog that allows the user to define or modify LocalAddeEntrys.
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 RemoteAddeEntrys.
RemoteEntryEditor.StatusWrapper Associates a RemoteAddeEntry with one of the states from RemoteEntryEditor.AddeStatus.
RemoteEntryShortcut Simple dialog that allows the user to define or modify RemoteAddeEntrys.
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 Summary
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.