com.tensegrity.gui.swing.control.attributeeditor
Interface SwingAttributeEditorComponents.FormatValueComponent

All Superinterfaces:
SwingAttributeEditorComponents.ValueComponent
All Known Implementing Classes:
SwingAttributeEditorComponents.FontFormatPanel, SwingAttributeEditorComponents.MarkerFormatPanel, SwingAttributeEditorComponents.PaintFormatPanel, SwingAttributeEditorComponents.StrokeFormatPanel
Enclosing interface:
SwingAttributeEditorComponents

public static interface SwingAttributeEditorComponents.FormatValueComponent
extends SwingAttributeEditorComponents.ValueComponent

Interface for all components that provide a formatted value to the outside-world.


Method Summary
 Format getFormat()
          Returns the current format.
 void setFormat(Format format)
          Sets a format.
 
Methods inherited from interface com.tensegrity.gui.swing.control.attributeeditor.SwingAttributeEditorComponents.ValueComponent
getValue, setUndefined
 

Method Detail

setFormat

public void setFormat(Format format)
Sets a format.

Parameters:
format - the format to set.

getFormat

public Format getFormat()
Returns the current format.

Returns:
the current format.


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