com.tensegrity.gui.container
Interface AttributeEditorContainer

All Superinterfaces:
AttributeEditor, Container
All Known Subinterfaces:
AttributeTableContainer, AttributeTreeContainer
All Known Implementing Classes:
SwingAttributeTableContainer, SwingAttributeTreeContainer, SwtAttributeTreeContainer

public interface AttributeEditorContainer
extends AttributeEditor, Container

The AttributeTableContainer is a Component to be used within ApplicationFrames holding a AttributeTable instance.

Version:
$Id: AttributeEditorContainer.java,v 1.3 2004/08/12 13:02:50 BurkhardWick Exp $
Author:
Burkhard Wick

Field Summary
 
Fields inherited from interface com.tensegrity.gui.component.AttributeEditor
hiddenPrefix, SORT_ASCENDING, SORT_DESCENDING, SORT_NONE
 
Method Summary
 AttributeEditor getAttributeEditor()
          Each AttributeTableContainer should be based on a AttributeEditor implementation.
 
Methods inherited from interface com.tensegrity.gui.component.AttributeEditor
cancelEditing, getAttributableOnSet, getCurrentAttributeSet, getEditorProperties, hideAttribute, isTree, propertiesChanged, rehash, setAttributableOnSet, setEditorProperties, showAttribute, stopEditing
 
Methods inherited from interface com.tensegrity.gui.container.Container
getApplicationFrame, getName, setName, setSelected
 

Method Detail

getAttributeEditor

public AttributeEditor getAttributeEditor()
Each AttributeTableContainer should be based on a AttributeEditor implementation. Thus this instance is returned by this method.

Returns:
The attribute editor of this container


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