Package edu.udo.cs.yale.gui.properties

This package consists of all classes for property (parameter) editing, i.e.

See:
          Description

Interface Summary
PropertyKeyCellEditor Interface for all key cell renderers which can also be used as an editor of property / parameter tables.
PropertyValueCellEditor Interface for all value cell editors of property / parameter tables.
 

Class Summary
AttributeFileCellEditor This is an extension of the FileValueCellEditor which also supports the opening of an AttributeEditor.
AttributeWeightCellEditor Editor for attribute weights.
AttributeWeightsDialog This weights dialog is used to show attribute weights created by the experiment, by the user, or were loaded from a file.
AttributeWeightsTableModel This table model is used by an AttributeWeightsDialog.
ColorValueCellEditor Cell editor consisting of a colored button which opens a color chooser as action.
ConfigurationWizardValueCellEditor Cell editor consisting of a simple button which opens a configuration wizard for the corresponding operator.
DefaultPropertyKeyRenderer Renders the key in a PropertyTable either bold or plain depending on whether or not the parameter is optional.
DefaultPropertyValueCellEditor Editor for parameter values string, int, double, category, and boolean.
FileValueCellEditor Cell editor consiting of a text field and a small button for opening a file chooser.
InnerOperatorValueCellEditor Parameter editor for ParameterTypeInnerOperator.
ListPropertyDialog A Dialog displaying a ListPropertyTable.
ListPropertyTable For ParameterTypeList the parameter values are parameter lists themselves.
ListValueCellEditor A cell editor with a button that opens a ListPropertyDialog.
OperatorPropertyTable This is the most important implementation of PropertyTable.
OperatorValueValueCellEditor Parameter editor for ParameterTypeValue, i.e. the parameter type for values which are provided by operators.
ParameterValueKeyCellEditor Parameter editor for ParameterTypeValue.
PropertyTable A property table is a table for editing parameters of operators or other properties (like program settings).
SettingsDialog The settings dialog for user settings.
SettingsPropertyTable The property table for general Yale settings (in contrast to operator parameters).
SettingsTabs The tabs for the different groups of Yale settings.
SimpleFileValueCellEditor A simple file cell editor for generic files.
SimplePropertyTable This abstract class implements some methods which should be sufficient in almost all cases of the Yale GUI.
WizardPropertyTable With a WizardPropertyTable one can edit (a subset of) parameters of all operators of the experiment in one place.
 

Package edu.udo.cs.yale.gui.properties Description

This package consists of all classes for property (parameter) editing, i.e. Tables, CellEditors and -Renderers etc.



Copyright © 2001-2006