Uses of Class
edu.wisc.ssec.mcidasv.control.LinearCombo.Selector
Packages that use LinearCombo.Selector
-
Uses of LinearCombo.Selector in edu.wisc.ssec.mcidasv.control
Fields in edu.wisc.ssec.mcidasv.control declared as LinearCombo.SelectorModifier and TypeFieldDescriptionprotected final LinearCombo.Selector
HydraCombo.SelectorWrapper.selector
Fields in edu.wisc.ssec.mcidasv.control with type parameters of type LinearCombo.SelectorModifier and TypeFieldDescriptionprivate Map
<String, LinearCombo.Selector> LinearCombo.jythonMap
private final Map
<String, LinearCombo.Selector> HydraCombo.CombinationPanel.selectorMap
private Map
<String, LinearCombo.Selector> HydraCombo.selectorMap
private Map
<String, LinearCombo.Selector> LinearCombo.selectorMap
Methods in edu.wisc.ssec.mcidasv.control that return LinearCombo.SelectorMethods in edu.wisc.ssec.mcidasv.control that return types with arguments of type LinearCombo.SelectorModifier and TypeMethodDescriptionprivate Map
<String, LinearCombo.Selector> LinearCombo.mapNamesToThings
(Map<String, Object> objMap) Return a mapping of names to theirSelectors
.Methods in edu.wisc.ssec.mcidasv.control with parameters of type LinearCombo.SelectorModifier and TypeMethodDescriptionprotected void
HydraCombo.addSelector
(LinearCombo.Selector selector) protected void
HydraCombo.CombinationPanel.addSelector
(LinearCombo.Selector selector, boolean enabled) protected void
LinearCombo.addSelector
(LinearCombo.Selector selector)