Uses of Class
adams.gui.core.PropertiesParameterPanel.PropertyType
-
Packages that use PropertiesParameterPanel.PropertyType Package Description adams.flow.source.valuedefinition adams.gui.application adams.gui.core adams.gui.goe -
-
Uses of PropertiesParameterPanel.PropertyType in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as PropertiesParameterPanel.PropertyType Modifier and Type Field Description protected PropertiesParameterPanel.PropertyTypeDefaultValueDefinition. m_Typethe type of the value.Methods in adams.flow.source.valuedefinition that return PropertiesParameterPanel.PropertyType Modifier and Type Method Description PropertiesParameterPanel.PropertyTypeAbstractArrayValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeAbstractGOEValueDefinition. getType()Returns the type of the value.abstract PropertiesParameterPanel.PropertyTypeAbstractValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeDefaultValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeDirectoryValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeEnumValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeFileValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeListSelectionValueDefinition. getType()Returns the type of the value.PropertiesParameterPanel.PropertyTypeRegExpConstrainedStringDefinition. getType()Returns the type of the value.Methods in adams.flow.source.valuedefinition with parameters of type PropertiesParameterPanel.PropertyType Modifier and Type Method Description voidDefaultValueDefinition. setType(PropertiesParameterPanel.PropertyType value)Sets the type of the value. -
Uses of PropertiesParameterPanel.PropertyType in adams.gui.application
Methods in adams.gui.application that return PropertiesParameterPanel.PropertyType Modifier and Type Method Description PropertiesParameterPanel.PropertyTypeAbstractPropertiesPreferencesPanel. getActualPropertyType(String property)Checks whether a preference type has been specified for a particular property.PropertiesParameterPanel.PropertyTypeAbstractPropertiesPreferencesPanel. getPropertyType(String property)Checks whether a preference type has been specified for a particular property.Methods in adams.gui.application with parameters of type PropertiesParameterPanel.PropertyType Modifier and Type Method Description voidAbstractPropertiesPreferencesPanel. addPropertyType(String property, PropertiesParameterPanel.PropertyType type)Associates the preference type with the specified property. -
Uses of PropertiesParameterPanel.PropertyType in adams.gui.core
Fields in adams.gui.core with type parameters of type PropertiesParameterPanel.PropertyType Modifier and Type Field Description protected Map<String,PropertiesParameterPanel.PropertyType>PropertiesParameterPanel. m_ActualPropertyTypesthe actual property/property type relation.protected Map<String,PropertiesParameterPanel.PropertyType>PropertiesParameterPanel. m_PropertyTypesthe property/property type relation.Methods in adams.gui.core that return PropertiesParameterPanel.PropertyType Modifier and Type Method Description protected PropertiesParameterPanel.PropertyTypePropertiesParameterPanel. fixPropertyType(String key, PropertiesParameterPanel.PropertyType type)Makes sure that the specified property type can be actually displayed.PropertiesParameterPanel.PropertyTypePropertiesParameterPanel. getActualPropertyType(String property)Returns the (actual) property type that has been specified for a particular property or STRING if not.PropertiesParameterPanel.PropertyTypePropertiesParameterPanel. getPropertyType(String property)Returns the property type that has been specified for a particular property or STRING if not.static PropertiesParameterPanel.PropertyTypePropertiesParameterPanel.PropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertiesParameterPanel.PropertyType[]PropertiesParameterPanel.PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type PropertiesParameterPanel.PropertyType Modifier and Type Method Description voidPropertiesParameterPanel. addPropertyType(String property, PropertiesParameterPanel.PropertyType type)Associates the property type with the specified property.protected PropertiesParameterPanel.PropertyTypePropertiesParameterPanel. fixPropertyType(String key, PropertiesParameterPanel.PropertyType type)Makes sure that the specified property type can be actually displayed. -
Uses of PropertiesParameterPanel.PropertyType in adams.gui.goe
Methods in adams.gui.goe that return PropertiesParameterPanel.PropertyType Modifier and Type Method Description protected PropertiesParameterPanel.PropertyTypeTagArrayEditor. convertType(TagDataType type)Converts the tag data type into the type for the dialog.
-