Uses of Class
edu.wisc.ssec.mcidasv.servermanager.LocalAddeEntry
Packages that use LocalAddeEntry
-
Uses of LocalAddeEntry in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as LocalAddeEntryModifier and TypeFieldDescriptionprivate final LocalAddeEntry
LocalEntryEditor.currentEntry
static final LocalAddeEntry
LocalAddeEntry.INVALID_ENTRY
Represents a "bad" local ADDE entry.Fields in edu.wisc.ssec.mcidasv.servermanager with type parameters of type LocalAddeEntryModifier and TypeFieldDescriptionprivate final List
<LocalAddeEntry> TabbedAddeManager.LocalAddeTableModel.entries
Entries that currently populate the server manager.static final List
<LocalAddeEntry> LocalAddeEntry.INVALID_ENTRIES
Represents a "bad" collection of local ADDE entries.private final List
<LocalAddeEntry> TabbedAddeManager.selectedLocalEntries
Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntryModifier and TypeMethodDescriptionLocalAddeEntry.Builder.build()
protected LocalAddeEntry
TabbedAddeManager.LocalAddeTableModel.getEntryAtRow
(int row) Returns theLocalAddeEntry
at the given index.private LocalAddeEntry
TabbedAddeManager.getSingleLocalSelection()
If there is a single local dataset selected, this method will return that dataset.static LocalAddeEntry
EntryTransforms.readResolvLine
(String line) Converts aString
containing a "RESOLV.SRV" entry into aLocalAddeEntry
.Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type LocalAddeEntryModifier and TypeMethodDescriptionprivate Set
<LocalAddeEntry> EntryStore.filterLocalEntriesByTemporaryStatus
(boolean getTemporaryEntries) Filters the local entries by whether or not they are set as "temporary".EntryStore.getLocalEntries()
Returns the completeSet
ofLocalAddeEntries
.EntryStore.getPersistedLocalEntries()
Returns theSet
ofLocalAddeEntries
that will be saved between McIDAS-V sessions.protected List
<LocalAddeEntry> TabbedAddeManager.LocalAddeTableModel.getSelectedEntries
(int[] rows) private List
<LocalAddeEntry> TabbedAddeManager.getSelectedLocalEntries()
Gets the selected local ADDE entries.EntryStore.getTemporaryLocalEntries()
Returns anyLocalAddeEntries
that will be removed at the end of the current McIDAS-V session.private Set
<LocalAddeEntry> LocalEntryEditor.pollWidgets
(boolean newEntry) 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 aSet
ofLocalAddeEntries
.static Set
<LocalAddeEntry> EntryTransforms.removeTemporaryEntriesFromResolvFile
(String filename, Collection<LocalAddeEntry> entries) Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntryModifier and TypeMethodDescriptionstatic String
EntryTransforms.asResolvEntry
(LocalAddeEntry entry) Converts a givenLocalAddeEntry
into aString
that is suitable for including in a "RESOLV.SRV" file.static int
LocalAddeEntry.generateHashCode
(LocalAddeEntry entry) 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) Shows a local ADDE entry editor with the appropriate fields pre-populated, using the values fromentry
.Method parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type LocalAddeEntryModifier and TypeMethodDescriptionstatic void
EntryTransforms.appendResolvFile
(String filename, Collection<LocalAddeEntry> entries) Writes aCollection
ofLocalAddeEntries
to a "RESOLV.SRV" file.EntryTransforms.asResolvEntries
(Collection<LocalAddeEntry> entries) void
TabbedAddeManager.removeLocalEntries
(Collection<LocalAddeEntry> entries) Removes the given local ADDE entries from the server manager GUI.static Set
<LocalAddeEntry> EntryTransforms.removeTemporaryEntriesFromResolvFile
(String filename, Collection<LocalAddeEntry> entries) private void
TabbedAddeManager.setSelectedLocalEntries
(Collection<LocalAddeEntry> entries) Corresponds to the selected local ADDE entries in the GUI.private static void
EntryTransforms.writeResolvFile
(String filename, boolean append, Collection<LocalAddeEntry> entries) Writes aCollection
ofLocalAddeEntries
to a "RESOLV.SRV" file.static void
EntryTransforms.writeResolvFile
(String filename, Collection<LocalAddeEntry> entries) Writes aCollection
ofLocalAddeEntries
to a "RESOLV.SRV" file.Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntryModifierConstructorDescriptionLocalEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, LocalAddeEntry entry)