Uses of Interface
com.tensegrity.gui.swing.control.attributeeditor.SwingAttributeEditorComponents.ValueComponent

Packages that use SwingAttributeEditorComponents.ValueComponent
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.attributeeditor   
 

Uses of SwingAttributeEditorComponents.ValueComponent in com.tensegrity.gui.swing.control
 

Classes in com.tensegrity.gui.swing.control that implement SwingAttributeEditorComponents.ValueComponent
 class DirectionPopupEditor
           Editor for text attributes that displays a small popup window below the cell editor component of the AttributeEditor in which a multiline text can be edited.
 class TextPopupEditor
           Editor for text attributes that displays a small popup window below the cell editor component of the AttributeEditor in which a multiline text can be edited.
 

Methods in com.tensegrity.gui.swing.control that return SwingAttributeEditorComponents.ValueComponent
 SwingAttributeEditorComponents.ValueComponent DirectionPopupEditor.getCellEditorComponent()
          Returns the dummy component that should be passed to the table as editor for the cell.
 SwingAttributeEditorComponents.ValueComponent TextPopupEditor.getCellEditorComponent()
          Returns the dummy component that should be passed to the table as editor for the cell.
 

Uses of SwingAttributeEditorComponents.ValueComponent in com.tensegrity.gui.swing.control.attributeeditor
 

Subinterfaces of SwingAttributeEditorComponents.ValueComponent in com.tensegrity.gui.swing.control.attributeeditor
static interface SwingAttributeEditorComponents.FormatValueComponent
          Interface for all components that provide a formatted value to the outside-world.
static interface SwingAttributeEditorComponents.ValueComponentEx
          Extension of ValueComponent to store the actual component in it.
 

Classes in com.tensegrity.gui.swing.control.attributeeditor that implement SwingAttributeEditorComponents.ValueComponent
static class SwingAttributeEditorComponents.AnchorBox
           A MultiSelectComboBox-based control to render values of type Raster.
static class SwingAttributeEditorComponents.BooleanBox
           A JCheckbox-based control to render values of type boolean.
static class SwingAttributeEditorComponents.ColorBox
          Color combo box
static class SwingAttributeEditorComponents.ComboBox
          Render a combo box cell for strings with an enum Constraint
static class SwingAttributeEditorComponents.CommandButton
          CommandButton
static class SwingAttributeEditorComponents.DoubleField
           A JTextField which only permits values of type double.
static class SwingAttributeEditorComponents.FontFormatPanel
           A JPanel-based component which draws a sample String in a specific font.
static class SwingAttributeEditorComponents.IconRenderer2
          Icon Renderer indicates that there is more to come if you click on the renderer and the corresponding editor pops up.
static class SwingAttributeEditorComponents.IntegerField
           A JTextField-based implementation to render and edit values of type integer.
static class SwingAttributeEditorComponents.LocalizedTextField
           
static class SwingAttributeEditorComponents.MarkerFormatPanel
          The MarkerFormatPanel represents a panel, which previews a MarkerFormat instance for the AttributeTable or such.
static class SwingAttributeEditorComponents.MetricExpressionField
           The MetricExpressionField is used to display and edit MetricExpression values.
static class SwingAttributeEditorComponents.MetricField
           The MetricField is a TextField-based implementation of a Component which should be used to display MetricAttributes.
static class SwingAttributeEditorComponents.OneColorPanel
           The OneColorPanel draws a filled rectangle with a specific color.
static class SwingAttributeEditorComponents.PaintFormatPanel
           The PaintFormatPanel displays a given PaintFormat.
static class SwingAttributeEditorComponents.RasterBox
           A MultiSelectComboBox-based control to render values of type Raster.
static class SwingAttributeEditorComponents.StrokeFormatPanel
           The StrokeFormatPanel displays a specific StrokeFormat.
static class SwingAttributeEditorComponents.TextField
           The TextField is the default renderer and editor for String-based values.
 

Methods in com.tensegrity.gui.swing.control.attributeeditor that return SwingAttributeEditorComponents.ValueComponent
static SwingAttributeEditorComponents.ValueComponent SwingAttributeEditorUtil.getComponentForEditing(Attribute attribute, javax.swing.JTable table, int row, int column, UIManager uiManager, java.awt.event.ActionListener al, boolean undefined)
          Returns the component that can be used for editing a value or name of an attribute in a JTable cell.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.