|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryStore | |
---|---|
edu.wisc.ssec.mcidasv | McIDAS-V managers and other core functionality. |
edu.wisc.ssec.mcidasv.chooser.adde | |
edu.wisc.ssec.mcidasv.servermanager |
Uses of EntryStore in edu.wisc.ssec.mcidasv |
---|
Fields in edu.wisc.ssec.mcidasv declared as EntryStore | |
---|---|
private EntryStore |
McIDASV.addeEntries
|
Methods in edu.wisc.ssec.mcidasv that return EntryStore | |
---|---|
EntryStore |
McIDASV.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 EntryStore | |
---|---|
protected 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 EntryStore | |
---|---|
private EntryStore |
TabbedAddeManager.RemoteAddeTableModel.entryStore
EntryStore used to query and apply changes. |
private EntryStore |
TabbedAddeManager.LocalAddeTableModel.entryStore
EntryStore used to query and apply changes. |
private EntryStore |
RemoteEntryShortcut.entryStore
Reference back to the server manager. |
private EntryStore |
RemoteEntryEditor.entryStore
Reference back to the server manager. |
private EntryStore |
LocalEntryShortcut.entryStore
Reference back to the server manager. |
private EntryStore |
LocalEntryEditor.entryStore
Reference back to the server manager. |
private EntryStore |
AddeThread.entryStore
Server manager. |
private EntryStore |
AddePreferences.entryStore
Contains the lists of ADDE servers that we'll use as content. |
private EntryStore |
TabbedAddeManager.serverManager
Reference to the actual server manager. |
private EntryStore |
ImportUrl.serverManager
|
Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type EntryStore | |
---|---|
private 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 EntryStore | |
---|---|
AddePreferences(EntryStore entryStore)
Prepares a new preference panel based upon the supplied EntryStore . |
|
AddeThread(EntryStore entryStore)
Creates a thread that controls a mcservl process. |
|
ImportUrl(EntryStore serverManager,
TabbedAddeManager serverManagerGui)
|
|
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)
|
|
LocalEntryShortcut(EntryStore entryStore,
String group)
Creates a modal local ADDE data editor. |
|
LocalEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store)
|
|
LocalEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
LocalAddeEntry entry)
|
|
RemoteEntryEditor(EntryStore entryStore,
String address,
String group)
Populates the server and dataset text fields with given String s. |
|
RemoteEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store)
|
|
RemoteEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
List<RemoteAddeEntry> entries)
|
|
RemoteEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
RemoteAddeEntry entry)
|
|
RemoteEntryShortcut(EntryStore entryStore,
String address,
String group)
Populates the server and dataset text fields with given String s. |
|
RemoteEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store)
|
|
RemoteEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
List<RemoteAddeEntry> entries)
|
|
RemoteEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
RemoteAddeEntry entry)
|
|
TabbedAddeManager.LocalAddeTableModel(EntryStore entryStore)
|
|
TabbedAddeManager.RemoteAddeTableModel(EntryStore entryStore)
Builds an AbstractTableModel with some extensions that
facilitate working with RemoteAddeEntrys . |
|
TabbedAddeManager(EntryStore entryStore)
Creates a server manager GUI that's linked back to the rest of McIDAS-V. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |