Uses of Class
adams.gui.core.PropertiesParameterPanel.PropertyHint
-
Packages that use PropertiesParameterPanel.PropertyHint Package Description adams.gui.core -
-
Uses of PropertiesParameterPanel.PropertyHint in adams.gui.core
Fields in adams.gui.core with type parameters of type PropertiesParameterPanel.PropertyHint Modifier and Type Field Description protected Map<String,Set<PropertiesParameterPanel.PropertyHint>>PropertiesParameterPanel. m_PropertyHintsthe property/hints relation.Methods in adams.gui.core that return PropertiesParameterPanel.PropertyHint Modifier and Type Method Description static PropertiesParameterPanel.PropertyHintPropertiesParameterPanel.PropertyHint. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertiesParameterPanel.PropertyHint[]PropertiesParameterPanel.PropertyHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core that return types with arguments of type PropertiesParameterPanel.PropertyHint Modifier and Type Method Description Set<PropertiesParameterPanel.PropertyHint>PropertiesParameterPanel. getPropertyHints(String property)Returns the hints associated with a property.Methods in adams.gui.core with parameters of type PropertiesParameterPanel.PropertyHint Modifier and Type Method Description voidPropertiesParameterPanel. addPropertyHint(String property, PropertiesParameterPanel.PropertyHint hint)Associates the property hint with the specified property.
-