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 EntryStoreMcIDASV.addeEntriesReference 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 EntryStoreAddeChooser.serverManagerReference 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 EntryStoreAddePreferences.entryStoreContains the lists of ADDE servers that we'll use as content.private final EntryStoreAddeThread.entryStoreServer manager.private final EntryStoreLocalEntryEditor.entryStoreReference back to the server manager.private final EntryStoreRemoteEntryEditor.entryStoreReference back to the server manager.private final EntryStoreTabbedAddeManager.LocalAddeTableModel.entryStoreEntryStoreused to query and apply changes.private final EntryStoreTabbedAddeManager.RemoteAddeTableModel.entryStoreEntryStoreused to query and apply changes.private EntryStoreImportUrl.serverManagerprivate final EntryStoreTabbedAddeManager.serverManagerReference to the actual server manager.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type EntryStoreModifier and TypeMethodDescriptionprivate static StringTabbedAddeManager.RemoteAddeTableModel.formattedAccounting(String serv, EntryStore manager) private static StringTabbedAddeManager.RemoteAddeTableModel.formattedSource(String serv, EntryStore manager) private static StringTabbedAddeManager.RemoteAddeTableModel.formattedTypes(String serv, EntryStore manager) private static StringTabbedAddeManager.RemoteAddeTableModel.formattedValidity(String serv, EntryStore manager) private static booleanTabbedAddeManager.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 anAbstractTableModelwith some extensions that facilitate working withRemoteAddeEntrys.RemoteEntryEditor(EntryStore entryStore, String address, String group) Populates the server and dataset text fields with givenStrings.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.