com.tensegrity.gui.container
Interface AttributeTableContainer

All Superinterfaces:
AttributeEditor, AttributeEditorContainer, Container
All Known Implementing Classes:
SwingAttributeTableContainer

public interface AttributeTableContainer
extends AttributeEditorContainer

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

Version:
$Id: AttributeTableContainer.java,v 1.6 2004/02/20 13:41:21 GillesIachelini Exp $
Author:
GillesIachelini

Field Summary
 
Fields inherited from interface com.tensegrity.gui.component.AttributeEditor
hiddenPrefix, SORT_ASCENDING, SORT_DESCENDING, SORT_NONE
 
Method Summary
 AttributeTable getAttributeTable()
          Each AttributeTableContainer should be based on a AttributeTable 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

getAttributeTable

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

Returns:
the AttributeTable instance of this container.


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