com.tensegrity.gui.container
Interface AttributeTreeContainer

All Superinterfaces:
AttributeEditor, AttributeEditorContainer, Container
All Known Implementing Classes:
SwingAttributeTreeContainer, SwtAttributeTreeContainer

public interface AttributeTreeContainer
extends AttributeEditorContainer

The AttributeTreeContainer is a Component to be used within ApplicationFrames holding a AttributeTree instance.

Version:
$Id: AttributeTreeContainer.java,v 1.2 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
 AttributeTree getAttributeTree()
          Each AttributeTreeContainer should be based on a AttributeTree implementation.
 
Methods inherited from interface com.tensegrity.gui.container.AttributeEditorContainer
getAttributeEditor
 
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

getAttributeTree

public AttributeTree getAttributeTree()
Each AttributeTreeContainer should be based on a AttributeTree implementation. Thus this instance is returned by this method.

Returns:
The attribute tree of this container


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