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.entryTogglesEntryStore.lastAddedLastAddeEntriesadded to the manager.private final org.apache.commons.collections4.trie.PatriciaTrie<AddeEntry> EntryStore.trieThe 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 theAddeEntriesstored 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 completeSetofAddeEntries.AddePreferences.AddePrefConglomeration.getEntryToggles()EntryStore.getLastAdded()Returns theAddeEntriesthat 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 theAddeEntriesthat 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) SearchesentriesforAddeEntryobjects with two characteristics: the object source isAddeEntry.EntrySource.SYSTEMthe object is not insystemEntriesEntryStore.searchWithPrefix(String prefix) Search the server manager for entries that matchprefix.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddeEntryModifier and TypeMethodDescriptionvoidAdds a singleAddeEntrytoEntryStore.trie.static booleanEntryStore.isInvalidEntry(AddeEntry entry) Determine the validity of a givenAddeEntry.booleanEntryStore.removeEntry(AddeEntry entry) Removes a singleAddeEntryfrom the set of available entries.Method parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type AddeEntryModifier and TypeMethodDescriptionvoidEntryStore.addEntries(Collection<? extends AddeEntry> newEntries) static Set<AddeServer> EntryTransforms.convertMcvServers(Collection<AddeEntry> entries) Converts givenAddeEntriestoAddeServers.static Set<AddeEntry.EntryType> EntryTransforms.findEntryTypes(Collection<? extends AddeEntry> entries) private static voidEntryStore.putEntries(org.apache.commons.collections4.trie.PatriciaTrie<AddeEntry> trie, Collection<? extends AddeEntry> newEntries) AddsAddeEntryobjects to a givenPatriciaTrie.private static voidEntryStore.putEntries(org.apache.commons.collections4.trie.PatriciaTrie<AddeEntry> trie, Collection<? extends AddeEntry> newEntries) AddsAddeEntryobjects to a givenPatriciaTrie.EntryStore.removeDeletedSystemEntries(Collection<? extends AddeEntry> entries, Collection<? extends AddeEntry> systemEntries) SearchesentriesforAddeEntryobjects with two characteristics: the object source isAddeEntry.EntrySource.SYSTEMthe object is not insystemEntriesbooleanEntryStore.removeEntries(Collection<? extends AddeEntry> removedEntries) Removes the givenAddeEntries.voidEntryStore.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)