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 FieldType
FieldType. 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 Field
FieldUtils. 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 FieldType
FieldChooserPanel. getFieldType()
Returns the field type.Methods in adams.gui.chooser with parameters of type FieldType Modifier and Type Method Description void
FieldChooserPanel. 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 void
ReplaceFieldDialog. 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 FieldType
AbstractSelectDatabaseFieldPanel. m_FieldType
the type of fields to display.protected FieldType
FieldCacheTableModel. m_FieldType
the field type to use.protected FieldType
SelectFieldPanel. m_FieldType
the 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_CacheListeners
the listeners.protected Hashtable<FieldType,List<AbstractField>>
FieldCacheTableModel. m_Fields
the fields to display.protected Hashtable<FieldType,List<AbstractField>>
AbstractFieldCacheItem. m_Values
the actual cache.Methods in adams.gui.selection that return FieldType Modifier and Type Method Description FieldType
AbstractSelectDatabaseFieldDialog. getFieldType()
Returns the field type.FieldType
AbstractSelectDatabaseFieldPanel. getFieldType()
Returns the field type.FieldType
FieldCacheTableModel. getFieldType()
Returns the field type.FieldType
SelectFieldDialog. getFieldType()
Returns the field type.FieldType
SelectFieldPanel. 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 void
AbstractFieldCacheItem. addCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)
Adds a cache listener.protected void
AbstractSelectDatabaseFieldPanel. 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.void
AbstractFieldCacheItem. removeCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)
Removes a cache listener.protected void
AbstractSelectDatabaseFieldPanel. removeCacheListener(FieldType fieldtype)
Removes a cache listener.void
AbstractSelectDatabaseFieldDialog. setFieldType(FieldType value)
Sets the field type.void
AbstractSelectDatabaseFieldPanel. setFieldType(FieldType value)
Sets the field type.void
FieldCacheTableModel. setFieldType(FieldType value)
Sets the field type.void
SelectFieldDialog. setFieldType(FieldType value)
Sets the field type.void
SelectFieldPanel. 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.
-