Package | Description |
---|---|
edu.wisc.ssec.mcidasv |
McIDAS-V managers and other core functionality.
|
edu.wisc.ssec.mcidasv.chooser.adde | |
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private EntryStore |
McIDASV.addeEntries |
Modifier and Type | Method and Description |
---|---|
EntryStore |
McIDASV.getServerManager()
Creates a new server manager (if needed) and returns it.
|
Modifier and Type | Field and Description |
---|---|
protected EntryStore |
AddeChooser.serverManager
Reference back to the server manager
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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) |
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) |
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) |
RemoteAddeTableModel(EntryStore entryStore)
Builds an
AbstractTableModel with some
extensions that facilitate working with
RemoteAddeEntrys . |
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(EntryStore entryStore)
Creates a server manager GUI that's linked back to the rest of McIDAS-V.
|