Uses of Class
edu.wisc.ssec.mcidasv.servermanager.EntryStore
Packages that use EntryStore
Package
Description
McIDAS-V managers and other core functionality.
-
Uses of EntryStore in edu.wisc.ssec.mcidasv
Fields in edu.wisc.ssec.mcidasv declared as EntryStoreModifier and TypeFieldDescriptionprivate EntryStore
McIDASV.addeEntries
Reference to the ADDE server manager.Methods in edu.wisc.ssec.mcidasv that return EntryStoreModifier and TypeMethodDescriptionMcIDASV.getServerManager()
Creates a new server manager (if needed) and returns it. -
Uses of EntryStore in edu.wisc.ssec.mcidasv.chooser.adde
Fields in edu.wisc.ssec.mcidasv.chooser.adde declared as EntryStoreModifier and TypeFieldDescriptionprotected EntryStore
AddeChooser.serverManager
Reference back to the server manager -
Uses of EntryStore in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as EntryStoreModifier and TypeFieldDescriptionprivate final EntryStore
AddePreferences.entryStore
Contains the lists of ADDE servers that we'll use as content.private final EntryStore
AddeThread.entryStore
Server manager.private final EntryStore
LocalEntryEditor.entryStore
Reference back to the server manager.private final EntryStore
RemoteEntryEditor.entryStore
Reference back to the server manager.private final EntryStore
TabbedAddeManager.LocalAddeTableModel.entryStore
EntryStore
used to query and apply changes.private final EntryStore
TabbedAddeManager.RemoteAddeTableModel.entryStore
EntryStore
used to query and apply changes.private EntryStore
ImportUrl.serverManager
private final EntryStore
TabbedAddeManager.serverManager
Reference to the actual server manager.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type EntryStoreModifier and TypeMethodDescriptionprivate static String
TabbedAddeManager.RemoteAddeTableModel.formattedAccounting
(String serv, EntryStore manager) private static String
TabbedAddeManager.RemoteAddeTableModel.formattedSource
(String serv, EntryStore manager) private static String
TabbedAddeManager.RemoteAddeTableModel.formattedTypes
(String serv, EntryStore manager) private static String
TabbedAddeManager.RemoteAddeTableModel.formattedValidity
(String serv, EntryStore manager) private static boolean
TabbedAddeManager.RemoteAddeTableModel.hasType
(String serv, EntryStore manager, AddeEntry.EntryType type) Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type EntryStoreModifierConstructorDescriptionAddePreferences
(EntryStore entryStore) Prepares a new preference panel based upon the suppliedEntryStore
.AddeThread
(EntryStore entryStore) Creates a thread that controls a mcservl process.ImportUrl
(EntryStore serverManager, TabbedAddeManager serverManagerGui) LocalAddeTableModel
(EntryStore entryStore) LocalEntryEditor
(EntryStore entryStore, String group) Creates a modal local ADDE data editor.LocalEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store) LocalEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, LocalAddeEntry entry) RemoteAddeTableModel
(EntryStore entryStore) Builds anAbstractTableModel
with some extensions that facilitate working withRemoteAddeEntrys
.RemoteEntryEditor
(EntryStore entryStore, String address, String group) Populates the server and dataset text fields with givenString
s.RemoteEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store) RemoteEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, RemoteAddeEntry entry) RemoteEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, List<RemoteAddeEntry> entries) TabbedAddeManager
(EntryStore entryStore) Creates a server manager GUI that's linked back to the rest of McIDAS-V.