Uses of Class
adams.data.report.AbstractField
-
-
Uses of AbstractField in adams.data.report
Subclasses of AbstractField in adams.data.report Modifier and Type Class Description classFieldA single report field identifier.classPrefixFieldA compound filed that only displays the first half of the name.classSuffixFieldA compound filed that only displays the second half of the name.Fields in adams.data.report with type parameters of type AbstractField Modifier and Type Field Description protected Hashtable<String,AbstractField>Report. m_Fieldsfields.protected Hashtable<AbstractField,Object>Report. m_ParamsStore Header parameters ( parameter:value ).Methods in adams.data.report that return AbstractField Modifier and Type Method Description AbstractFieldAbstractField. getClone()Returns a cloned copy of itself.protected abstract AbstractField[]AbstractFilteredReportFilter. getFields()Returns the fields to keep.abstract AbstractFieldAbstractField. newField(String name, DataType dtype)Returns a new field.AbstractFieldField. newField(String name, DataType dtype)Returns a new field.AbstractFieldPrefixField. newField(String name, DataType dtype)Returns a new field.AbstractFieldSuffixField. newField(String name, DataType dtype)Returns a new field.static AbstractFieldAbstractField. parseField(String s)Parses the given string and returns the field.static AbstractFieldField. parseField(String s)Parses the given string and returns the field.AbstractFieldAbstractField. replacePrefix(String prefix)Replaces the prefix of a Field and returns a new Field object.abstract AbstractFieldAbstractField. replacePrefix(String prefix, DataType dt)Replaces the prefix of a Field and returns a new Field object.AbstractFieldField. replacePrefix(String prefix, DataType dt)Replaces the prefix of a Field and returns a new Field object.AbstractFieldAbstractField. replaceSuffix(String suffix)Replaces the suffix of a Field and returns a new Field object.abstract AbstractFieldAbstractField. replaceSuffix(String suffix, DataType dt)Replaces the suffix of a Field and returns a new Field object.AbstractFieldField. replaceSuffix(String suffix, DataType dt)Replaces the suffix of a Field and returns a new Field object.Methods in adams.data.report that return types with arguments of type AbstractField Modifier and Type Method Description List<AbstractField>Report. getFields()Get all fields as vector.List<AbstractField>Report. getFields(PrefixOnlyField prefix)Get all fields as vector that have the same prefix.List<AbstractField>Report. getFields(SuffixOnlyField suffix)Get all fields as vector that have the same suffix.Hashtable<AbstractField,Object>Report. getParams()Get the parameters.Methods in adams.data.report with parameters of type AbstractField Modifier and Type Method Description voidReport. addField(AbstractField field)Adds the given field.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.BooleanReport. getBooleanValue(AbstractField key)Get parameter value, or null if not available.DoubleReport. getDoubleValue(AbstractField key)Get parameter value, or null if not available.DataTypeReport. getFieldType(AbstractField field)Returns the type for given field.StringReport. getStringValue(AbstractField key)Get parameter value, or null if not available.ObjectReport. getValue(AbstractField key)Get parameter value, or null if not available.booleanReport. hasField(AbstractField field)Checks whether the field is already stored.booleanReport. hasValue(AbstractField key)Returns whether a certain value is available in this report.protected booleanReport. hasValues(AbstractField[] fields)Checks whether all the fields are available.ObjectReport. removeValue(AbstractField key)Removes the specified field.booleanReport. setValue(AbstractField key, Object value)Sets a value.Method parameters in adams.data.report with type arguments of type AbstractField Modifier and Type Method Description voidReport. setParams(Hashtable<AbstractField,Object> ht)Set the parameters.Constructors in adams.data.report with parameters of type AbstractField Constructor Description AbstractField(AbstractField field)Uses the values from the given field.Field(AbstractField field)Uses the values from the given field.PrefixField(AbstractField field)Uses the values from the given field.SuffixField(AbstractField field)Uses the values from the given field. -
Uses of AbstractField in adams.data.weka
Methods in adams.data.weka with parameters of type AbstractField Modifier and Type Method Description static StringArffUtils. getAdditionalFieldName(AbstractField field)Returns the name of an attribute for an additional field.static StringArffUtils. getFieldName(AbstractField field)Returns the name of an attribute for a field. -
Uses of AbstractField in adams.db
Classes in adams.db with type parameters of type AbstractField Modifier and Type Interface Description interfaceFieldProvider<T extends AbstractField>Interface for table classes that return Field objects.classReportTableByDBID<R extends Report,F extends AbstractField>Abstract ancestor for classes that provide access to reports stored in tables.classReportTableByID<R extends Report & IDHandler,F extends AbstractField>Abstract ancestor for classes that provide access to reports stored in tables.Methods in adams.db with parameters of type AbstractField Modifier and Type Method Description protected ObjectReportTableByDBID. parse(AbstractField field, String s)Parses the given string according to the given field's type.protected ObjectReportTableByID. parse(AbstractField field, String s)Parses the given string according to the given field's type.booleanReportProviderByID. remove(String id, AbstractField field)Removes the report field from the database.booleanReportTableByID. remove(String id, AbstractField field)Removes the report field from the database. -
Uses of AbstractField in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractField Modifier and Type Field Description protected AbstractFieldAbstractDeleteReportValueByExpression. m_Fieldthe field to delete from the report if the expression evaluates to true.protected AbstractFieldAbstractGetReportValue. m_Fieldthe field to get from the report.protected AbstractFieldAbstractSetReportValue. m_Fieldthe field to get from the report.protected AbstractField[]AbstractDeleteDbReportValue. m_Fieldsthe field(s) to delete from the report.protected AbstractField[]AbstractDeleteReportValue. m_Fieldsthe field(s) to delete from the report.Methods in adams.flow.transformer that return AbstractField Modifier and Type Method Description protected abstract AbstractFieldAbstractDeleteReportValueByExpression. getDefaultField()Returns the default field for the option.protected abstract AbstractFieldAbstractGetReportValue. getDefaultField()Returns the default field for the option.protected abstract AbstractFieldAbstractSetReportValue. getDefaultField()Returns the default field for the option.protected AbstractFieldDeleteReportValueByExpression. getDefaultField()Returns the default field for the option.protected abstract AbstractField[]AbstractDeleteDbReportValue. getDefaultFields()Returns the default fields for the option.protected abstract AbstractField[]AbstractDeleteReportValue. getDefaultFields()Returns the default fields for the option.protected abstract AbstractField[]AbstractReportValueDbWriter. getDefaultFields()protected AbstractField[]DeleteReportValue. getDefaultFields()Returns the default fields for the option. -
Uses of AbstractField in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractField Modifier and Type Method Description protected AbstractFieldFieldChooserPanel. doChoose()Performs the actual choosing of an object.protected AbstractFieldFieldChooserPanel. fromString(String value)Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type AbstractField Modifier and Type Method Description protected StringFieldChooserPanel. toString(AbstractField value)Converts the value into its string representation.Constructors in adams.gui.chooser with parameters of type AbstractField Constructor Description FieldChooserPanel(AbstractField field)Initializes the panel with the given field. -
Uses of AbstractField in adams.gui.dialog
Methods in adams.gui.dialog that return AbstractField Modifier and Type Method Description AbstractFieldReplaceFieldDialog. getFind()Returns the currently set field to look for.AbstractFieldReplaceFieldDialog. getReplace()Returns the currently set field to replace with.Methods in adams.gui.dialog with parameters of type AbstractField Modifier and Type Method Description voidReplaceFieldDialog. setFind(AbstractField value)Sets the field to find.voidReplaceFieldDialog. setReplace(AbstractField value)Sets the field to replace with. -
Uses of AbstractField in adams.gui.goe
Methods in adams.gui.goe that return AbstractField Modifier and Type Method Description protected AbstractField[]FieldEditor. newArray(List<String> fields, DataType type)Creates a new array of field objects from the strings.protected AbstractField[]PrefixFieldEditor. newArray(Vector<String> fields, DataType type)Creates a new array of prefix field objects from the strings.protected AbstractField[]SuffixFieldEditor. newArray(Vector<String> fields, DataType type)Creates a new array of suffix field objects from the strings. -
Uses of AbstractField in adams.gui.selection
Classes in adams.gui.selection with type parameters of type AbstractField Modifier and Type Class Description classAbstractSelectDatabaseFieldDialog<T extends AbstractField>Dialog for selecting fields (obtained from a database).classAbstractSelectDatabaseFieldPanel<T extends AbstractField>A panel for selecting a field (obtained from a database).Fields in adams.gui.selection declared as AbstractField Modifier and Type Field Description protected AbstractField[]SelectFieldDialog. m_Currentthe chosen items.Fields in adams.gui.selection with type parameters of type AbstractField Modifier and Type Field Description 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 AbstractField Modifier and Type Method Description protected abstract T[]AbstractSelectDatabaseFieldPanel. fixClass(T[] items)Fixes the class of the fields (regular, prefix or suffix).protected T[]AbstractSelectDatabaseFieldPanel. getCurrentItems()Returns the current fields.protected AbstractField[]SelectFieldPanel. getCurrentItems()Returns the current fields.AbstractFieldSelectFieldDialog. getItem()Returns the set name to load, null if none chosen or dialog canceled.AbstractFieldSelectFieldPanel. getItem()Returns the item, null if none chosen or dialog canceled.AbstractFieldFieldCacheTableModel. getItemAt(int row)Returns the field at the specified position.T[]AbstractSelectDatabaseFieldPanel. getItems()Returns the current fields.AbstractField[]SelectFieldDialog. getItems()Returns the selected set names to load, null if none chosen or dialog canceled.AbstractField[]SelectFieldPanel. getItems()Returns the current fields.protected abstract AbstractFieldAbstractFieldCacheItem. newField(AbstractField field)Creates a new field.protected abstract AbstractFieldAbstractFieldCacheItem. newPrefixField(AbstractField field)Creates a new prefix field.protected abstract AbstractFieldAbstractFieldCacheItem. newSuffixField(AbstractField field)Creates a new suffix field.Methods in adams.gui.selection that return types with arguments of type AbstractField Modifier and Type Method Description Hashtable<FieldType,List<AbstractField>>AbstractFieldCacheItem. getValues()Returns the cached values.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.protected Hashtable<FieldType,List<AbstractField>>AbstractFieldCacheItem. newCache()Returns an initialized, but empty cache.Methods in adams.gui.selection with parameters of type AbstractField Modifier and Type Method Description protected abstract T[]AbstractSelectDatabaseFieldPanel. fixClass(T[] items)Fixes the class of the fields (regular, prefix or suffix).intFieldCacheTableModel. indexOf(AbstractField t)Returns the index of the given (visible) field, -1 if not found.protected abstract AbstractFieldAbstractFieldCacheItem. newField(AbstractField field)Creates a new field.protected abstract AbstractFieldAbstractFieldCacheItem. newPrefixField(AbstractField field)Creates a new prefix field.protected abstract AbstractFieldAbstractFieldCacheItem. newSuffixField(AbstractField field)Creates a new suffix field.voidSelectFieldDialog. setItem(AbstractField value)Sets the initially selected set name.voidSelectFieldPanel. setItem(AbstractField value)Sets the initially selected item.voidAbstractSelectDatabaseFieldPanel. setItems(T[] value)Sets the initially selected set names.voidSelectFieldDialog. setItems(AbstractField[] value)Sets the initially selected set names.voidSelectFieldPanel. setItems(AbstractField[] value)Sets the initially selected items. -
Uses of AbstractField in adams.gui.visualization.container
Methods in adams.gui.visualization.container with parameters of type AbstractField Modifier and Type Method Description abstract voidDataContainerPanelWithContainerList. storeValueInReport(int[] indices, AbstractField field, Object value)Stores the value in the report of container's data object. -
Uses of AbstractField in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type AbstractField Modifier and Type Method Description voidInstancePanel. storeValueInReport(int[] indices, AbstractField field, Object value)Stores the value in the report of container's data object. -
Uses of AbstractField in adams.gui.visualization.report
Fields in adams.gui.visualization.report with type parameters of type AbstractField Modifier and Type Field Description protected List<AbstractField>ReportFactory.Model. m_Fieldsfor faster access, caching the fields.Methods in adams.gui.visualization.report that return AbstractField Modifier and Type Method Description AbstractFieldReportFactory.Table. getFieldAt(int row)Returns the field at the given location. -
Uses of AbstractField in adams.gui.visualization.report.reportfactory
Methods in adams.gui.visualization.report.reportfactory that return AbstractField Modifier and Type Method Description protected AbstractField[]AbstractTableAction. getFields()Returns the currently selected fields in the table.Methods in adams.gui.visualization.report.reportfactory with parameters of type AbstractField Modifier and Type Method Description static StringAbstractTableAction. createName(String prefix, AbstractField[] fields, int limit)Creates a string for the menu based on the prefix and the fields.abstract booleanAbstractTableAction. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanAbstractTableActionWithDatabaseAccess. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanAbstractTableActionWithDataContainerPanel. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanAddField. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanCopyFieldName. isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)Checks whether the action is applicable and should be added to the popup menu.booleanCopyFieldName. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanCopyFieldValue. isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)Checks whether the action is applicable and should be added to the popup menu.booleanCopyFieldValue. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanDatabaseModifyValue. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanDatabaseRemoveField. isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)Checks whether the action is applicable and should be added to the popup menu.booleanModifyValue. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanMultiSelectionTableAction. isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)Checks whether the action is applicable and should be added to the popup menu.booleanPrintReport. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanRemoveField. isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)Checks whether the action is applicable and should be added to the popup menu.booleanRemoveField. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanSaveReport. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanSeparator. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.booleanViewValue. isApplicable(ReportFactory.Table table, int row, AbstractField field, String value)Checks whether the action is applicable and should be added to the popup menu.protected voidAbstractTableAction. setFields(AbstractField[] value)Sets the fields to use.protected voidDatabaseModifyValue. setFields(AbstractField[] value)Sets the fields to use.protected voidDatabaseRemoveField. setFields(AbstractField[] value)Sets the fields to use.protected voidModifyValue. setFields(AbstractField[] value)Sets the fields to use.protected voidRemoveField. setFields(AbstractField[] value)Sets the fields to use.protected voidViewValue. setFields(AbstractField[] value)Sets the fields to use. -
Uses of AbstractField in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence with parameters of type AbstractField Modifier and Type Method Description voidXYSequencePanel. storeValueInReport(int[] indices, AbstractField field, Object value)Stores the value in the report of container's data object. -
Uses of AbstractField in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet with parameters of type AbstractField Modifier and Type Method Description voidSpreadSheetRowPanel. storeValueInReport(int[] indices, AbstractField field, Object value)Stores the value in the report of container's data object. -
Uses of AbstractField in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type AbstractField Modifier and Type Method Description voidTimeseriesPanel. storeValueInReport(int[] indices, AbstractField field, Object value)Stores the value in the report of container's data object.
-