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 LocalAddeEntryLocalEntryEditor.currentEntrystatic final LocalAddeEntryLocalAddeEntry.INVALID_ENTRYRepresents 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.entriesEntries that currently populate the server manager.static final List<LocalAddeEntry> LocalAddeEntry.INVALID_ENTRIESRepresents a "bad" collection of local ADDE entries.private final List<LocalAddeEntry> TabbedAddeManager.selectedLocalEntriesMethods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntryModifier and TypeMethodDescriptionLocalAddeEntry.Builder.build()protected LocalAddeEntryTabbedAddeManager.LocalAddeTableModel.getEntryAtRow(int row) Returns theLocalAddeEntryat the given index.private LocalAddeEntryTabbedAddeManager.getSingleLocalSelection()If there is a single local dataset selected, this method will return that dataset.static LocalAddeEntryEntryTransforms.readResolvLine(String line) Converts aStringcontaining 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 completeSetofLocalAddeEntries.EntryStore.getPersistedLocalEntries()Returns theSetofLocalAddeEntriesthat 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 anyLocalAddeEntriesthat 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 aSetofLocalAddeEntries.static Set<LocalAddeEntry> EntryTransforms.removeTemporaryEntriesFromResolvFile(String filename, Collection<LocalAddeEntry> entries) Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntryModifier and TypeMethodDescriptionstatic StringEntryTransforms.asResolvEntry(LocalAddeEntry entry) Converts a givenLocalAddeEntryinto aStringthat is suitable for including in a "RESOLV.SRV" file.static intLocalAddeEntry.generateHashCode(LocalAddeEntry entry) protected intTabbedAddeManager.LocalAddeTableModel.getRowForEntry(LocalAddeEntry entry) private voidLocalEntryEditor.initComponents(LocalAddeEntry initEntry) Creates the editor dialog and initializes the various GUI components.voidTabbedAddeManager.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 voidEntryTransforms.appendResolvFile(String filename, Collection<LocalAddeEntry> entries) Writes aCollectionofLocalAddeEntriesto a "RESOLV.SRV" file.EntryTransforms.asResolvEntries(Collection<LocalAddeEntry> entries) voidTabbedAddeManager.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 voidTabbedAddeManager.setSelectedLocalEntries(Collection<LocalAddeEntry> entries) Corresponds to the selected local ADDE entries in the GUI.private static voidEntryTransforms.writeResolvFile(String filename, boolean append, Collection<LocalAddeEntry> entries) Writes aCollectionofLocalAddeEntriesto a "RESOLV.SRV" file.static voidEntryTransforms.writeResolvFile(String filename, Collection<LocalAddeEntry> entries) Writes aCollectionofLocalAddeEntriesto 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)