Uses of Class
adams.data.report.FieldType
-
Packages that use FieldType Package Description adams.data.report adams.gui.chooser adams.gui.dialog adams.gui.selection -
-
Uses of FieldType in adams.data.report
Methods in adams.data.report that return FieldType Modifier and Type Method Description static FieldTypeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.report with parameters of type FieldType Modifier and Type Method Description static FieldFieldUtils. fixClass(FieldType type, AbstractField field)Creates a field object with the correct class.static Field[]FieldUtils. fixClass(FieldType type, AbstractField[] fields)Creates an array with the correct class. -
Uses of FieldType in adams.gui.chooser
Methods in adams.gui.chooser that return FieldType Modifier and Type Method Description FieldTypeFieldChooserPanel. getFieldType()Returns the field type.Methods in adams.gui.chooser with parameters of type FieldType Modifier and Type Method Description voidFieldChooserPanel. setFieldType(FieldType value)Sets the field type. -
Uses of FieldType in adams.gui.dialog
Methods in adams.gui.dialog with parameters of type FieldType Modifier and Type Method Description voidReplaceFieldDialog. setType(FieldType value)Sets the type of fields to allow. -
Uses of FieldType in adams.gui.selection
Fields in adams.gui.selection declared as FieldType Modifier and Type Field Description protected FieldTypeAbstractSelectDatabaseFieldPanel. m_FieldTypethe type of fields to display.protected FieldTypeFieldCacheTableModel. m_FieldTypethe field type to use.protected FieldTypeSelectFieldPanel. m_FieldTypethe type of fields to display.Fields in adams.gui.selection with type parameters of type FieldType Modifier and Type Field Description protected Hashtable<FieldType,HashSet<FieldCacheUpdateListener>>AbstractFieldCacheItem. m_CacheListenersthe listeners.protected Hashtable<FieldType,List<AbstractField>>FieldCacheTableModel. m_Fieldsthe fields to display.protected Hashtable<FieldType,List<AbstractField>>AbstractFieldCacheItem. m_Valuesthe actual cache.Methods in adams.gui.selection that return FieldType Modifier and Type Method Description FieldTypeAbstractSelectDatabaseFieldDialog. getFieldType()Returns the field type.FieldTypeAbstractSelectDatabaseFieldPanel. getFieldType()Returns the field type.FieldTypeFieldCacheTableModel. getFieldType()Returns the field type.FieldTypeSelectFieldDialog. getFieldType()Returns the field type.FieldTypeSelectFieldPanel. getFieldType()Returns the field type.Methods in adams.gui.selection that return types with arguments of type FieldType Modifier and Type Method Description Hashtable<FieldType,List<AbstractField>>AbstractFieldCacheItem. getValues()Returns the cached values.protected Hashtable<FieldType,List<AbstractField>>AbstractFieldCacheItem. newCache()Returns an initialized, but empty cache.Methods in adams.gui.selection with parameters of type FieldType Modifier and Type Method Description voidAbstractFieldCacheItem. addCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)Adds a cache listener.protected voidAbstractSelectDatabaseFieldPanel. addCacheListener(FieldType fieldtype)Adds a cache listener.List<AbstractField>AbstractFieldCacheItem. getValues(FieldType fieldType)Returns the cached values for the specified field type.List<AbstractField>AbstractFieldCacheItem. getValues(FieldType fieldType, DataType dataType)Returns the cached values for the specified field/data type.voidAbstractFieldCacheItem. removeCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)Removes a cache listener.protected voidAbstractSelectDatabaseFieldPanel. removeCacheListener(FieldType fieldtype)Removes a cache listener.voidAbstractSelectDatabaseFieldDialog. setFieldType(FieldType value)Sets the field type.voidAbstractSelectDatabaseFieldPanel. setFieldType(FieldType value)Sets the field type.voidFieldCacheTableModel. setFieldType(FieldType value)Sets the field type.voidSelectFieldDialog. setFieldType(FieldType value)Sets the field type.voidSelectFieldPanel. setFieldType(FieldType value)Sets the field type.Constructors in adams.gui.selection with parameters of type FieldType Constructor Description FieldCacheTableModel(AbstractFieldCacheItem cache, FieldType fieldType, DataType dataType)the constructor.
-