Uses of Interface
edu.wisc.ssec.mcidasv.servermanager.AddeEntry
Packages that use AddeEntry
-
Uses of AddeEntry in edu.wisc.ssec.mcidasv.servermanager
Classes in edu.wisc.ssec.mcidasv.servermanager that implement AddeEntryFields in edu.wisc.ssec.mcidasv.servermanager with type parameters of type AddeEntryModifier and TypeFieldDescriptionAddePreferences.AddePrefConglomeration.entryToggles
EntryStore.lastAdded
LastAddeEntries
added to the manager.private final org.apache.commons.collections4.trie.PatriciaTrie
<AddeEntry> EntryStore.trie
The ADDE servers known to McIDAS-V.Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type AddeEntryModifier and TypeMethodDescriptionEntryTransforms.convertAddeServerXml
(Element root, AddeEntry.EntrySource source) EntryStore.extractPreferencesEntries
(IdvObjectStore store) Returns theAddeEntries
stored in the user's preferences.EntryStore.extractResourceEntries
(AddeEntry.EntrySource source, XmlResourceCollection xmlResources) Process all of the "IDV-style" XML resources for a given "source".EntryStore.extractUserEntries
(XmlResourceCollection xmlResources) Process all of the "user" XML resources.EntryStore.getEntrySet()
Returns the completeSet
ofAddeEntries
.AddePreferences.AddePrefConglomeration.getEntryToggles()
EntryStore.getLastAdded()
Returns theAddeEntries
that were added last.EntryStore.getLastAddedByType
(AddeEntry.EntryType type) Searches the newest entries for the entries of the givenAddeEntry.EntryType
.EntryStore.getLastAddedByTypes
(EnumSet<AddeEntry.EntryType> types) Returns theAddeEntries
that were added last, filtered by the givenEntryTypes
.EntryStore.getPersistedEntrySet()
Returns all non-temporaryAddeEntries
.EntryStore.getVerifiedEntries
(AddeEntry.EntryType type) EntryStore.getVerifiedEntriesByTypes()
Returns the availableAddeEntries
, grouped byAddeEntry.EntryType
.EntryStore.removeDeletedSystemEntries
(Collection<? extends AddeEntry> entries, Collection<? extends AddeEntry> systemEntries) Searchesentries
forAddeEntry
objects with two characteristics: the object source isAddeEntry.EntrySource.SYSTEM
the object is not insystemEntries
EntryStore.searchWithPrefix
(String prefix) Search the server manager for entries that matchprefix
.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddeEntryModifier and TypeMethodDescriptionvoid
Adds a singleAddeEntry
toEntryStore.trie
.static boolean
EntryStore.isInvalidEntry
(AddeEntry entry) Determine the validity of a givenAddeEntry
.boolean
EntryStore.removeEntry
(AddeEntry entry) Removes a singleAddeEntry
from the set of available entries.Method parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type AddeEntryModifier and TypeMethodDescriptionvoid
EntryStore.addEntries
(Collection<? extends AddeEntry> newEntries) static Set
<AddeServer> EntryTransforms.convertMcvServers
(Collection<AddeEntry> entries) Converts givenAddeEntries
toAddeServers
.static Set
<AddeEntry.EntryType> EntryTransforms.findEntryTypes
(Collection<? extends AddeEntry> entries) private static void
EntryStore.putEntries
(org.apache.commons.collections4.trie.PatriciaTrie<AddeEntry> trie, Collection<? extends AddeEntry> newEntries) AddsAddeEntry
objects to a givenPatriciaTrie
.private static void
EntryStore.putEntries
(org.apache.commons.collections4.trie.PatriciaTrie<AddeEntry> trie, Collection<? extends AddeEntry> newEntries) AddsAddeEntry
objects to a givenPatriciaTrie
.EntryStore.removeDeletedSystemEntries
(Collection<? extends AddeEntry> entries, Collection<? extends AddeEntry> systemEntries) Searchesentries
forAddeEntry
objects with two characteristics: the object source isAddeEntry.EntrySource.SYSTEM
the object is not insystemEntries
boolean
EntryStore.removeEntries
(Collection<? extends AddeEntry> removedEntries) Removes the givenAddeEntries
.void
EntryStore.replaceEntries
(Collection<? extends AddeEntry> oldEntries, Collection<? extends AddeEntry> newEntries) Constructor parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type AddeEntryModifierConstructorDescriptionAddePrefConglomeration
(String name, PreferenceManager entryListener, JPanel entryPanel, Map<AddeEntry, JCheckBox> entryToggles)