Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private LocalAddeEntry |
LocalEntryEditor.currentEntry |
static LocalAddeEntry |
LocalAddeEntry.INVALID_ENTRY
Represents a "bad" local ADDE entry.
|
Modifier and Type | Field and Description |
---|---|
private List<LocalAddeEntry> |
TabbedAddeManager.LocalAddeTableModel.entries
Entries that currently populate the server manager.
|
static List<LocalAddeEntry> |
LocalAddeEntry.INVALID_ENTRIES |
private List<LocalAddeEntry> |
TabbedAddeManager.selectedLocalEntries
The currently selected
LocalAddeEntry or null if nothing is selected. |
Modifier and Type | Method and Description |
---|---|
LocalAddeEntry |
LocalAddeEntry.Builder.build() |
protected LocalAddeEntry |
TabbedAddeManager.LocalAddeTableModel.getEntryAtRow(int row)
Returns the
LocalAddeEntry at the given index. |
private LocalAddeEntry |
TabbedAddeManager.getSingleLocalSelection() |
static LocalAddeEntry |
EntryTransforms.readResolvLine(String line)
Converts a
String containing a "RESOLV.SRV" entry into
a LocalAddeEntry . |
Modifier and Type | Method and Description |
---|---|
protected Set<LocalAddeEntry> |
EntryStore.getLocalEntries()
Returns the complete
Set of LocalAddeEntry s. |
protected List<LocalAddeEntry> |
TabbedAddeManager.LocalAddeTableModel.getSelectedEntries(int[] rows) |
private List<LocalAddeEntry> |
TabbedAddeManager.getSelectedLocalEntries() |
private Set<LocalAddeEntry> |
LocalEntryEditor.pollWidgets()
Poll the various UI components and attempt to construct valid ADDE
entries based upon the information provided by the user.
|
static Set<LocalAddeEntry> |
EntryTransforms.readResolvFile(String filename)
Reads a "RESOLV.SRV" file and converts the contents into a
Set of LocalAddeEntry s. |
Modifier and Type | Method and Description |
---|---|
static String |
EntryTransforms.asResolvEntry(LocalAddeEntry entry)
Converts a given
LocalAddeEntry into a String that is
suitable for including in a "RESOLV.SRV" file. |
protected int |
TabbedAddeManager.LocalAddeTableModel.getRowForEntry(LocalAddeEntry entry) |
private void |
LocalEntryEditor.initComponents(LocalAddeEntry initEntry)
Creates the editor dialog and initializes the various GUI components.
|
void |
TabbedAddeManager.showLocalEditor(LocalAddeEntry entry) |
Modifier and Type | Method and Description |
---|---|
static void |
EntryTransforms.appendResolvFile(String filename,
Collection<LocalAddeEntry> entries)
Writes a
Collection of LocalAddeEntry s to a "RESOLV.SRV"
file. |
static List<String> |
EntryTransforms.asResolvEntries(Collection<LocalAddeEntry> entries)
|
void |
TabbedAddeManager.removeLocalEntries(List<LocalAddeEntry> entries) |
private void |
TabbedAddeManager.setSelectedLocalEntries(Collection<LocalAddeEntry> entries) |
private static void |
EntryTransforms.writeResolvFile(String filename,
boolean append,
Collection<LocalAddeEntry> entries)
Writes a
Collection of LocalAddeEntry s to a "RESOLV.SRV"
file. |
static void |
EntryTransforms.writeResolvFile(String filename,
Collection<LocalAddeEntry> entries)
Writes a
Collection of LocalAddeEntry s to a "RESOLV.SRV"
file. |
Constructor and Description |
---|
LocalEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
LocalAddeEntry entry) |