|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeEditorContainer | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.gui.container | |
| com.tensegrity.skeleton.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.container.swt | |
| com.tensegrity.skeleton.swing | The Swing based implementation of the skeleton framework. |
| com.tensegrity.skeleton.swt | |
| Uses of AttributeEditorContainer in com.tensegrity.application |
| Methods in com.tensegrity.application that return AttributeEditorContainer | |
abstract AttributeEditorContainer |
ApplicationFrame.getAttributeEditorContainer()
Returns either the AttributeEditorContainer or null
if no such Container is used by this Application. |
| Uses of AttributeEditorContainer in com.tensegrity.gui.container |
| Subinterfaces of AttributeEditorContainer in com.tensegrity.gui.container | |
interface |
AttributeTableContainer
The AttributeTableContainer is a Component to be used within ApplicationFrames holding a AttributeTable instance. |
interface |
AttributeTreeContainer
The AttributeTreeContainer is a Component to be used within ApplicationFrames holding a AttributeTree instance. |
| Uses of AttributeEditorContainer in com.tensegrity.skeleton.container.swing |
| Classes in com.tensegrity.skeleton.container.swing that implement AttributeEditorContainer | |
class |
SwingAttributeTableContainer
The swing based container for the attributeTable. |
class |
SwingAttributeTreeContainer
The swing based container for the attributeTable. |
| Uses of AttributeEditorContainer in com.tensegrity.skeleton.container.swt |
| Classes in com.tensegrity.skeleton.container.swt that implement AttributeEditorContainer | |
class |
SwtAttributeTreeContainer
This is the SWT implementation of the AttributeTreeContainer interface.
|
| Uses of AttributeEditorContainer in com.tensegrity.skeleton.swing |
| Methods in com.tensegrity.skeleton.swing that return AttributeEditorContainer | |
AttributeEditorContainer |
SwingApplicationFrame.getAttributeEditorContainer()
|
| Uses of AttributeEditorContainer in com.tensegrity.skeleton.swt |
| Methods in com.tensegrity.skeleton.swt that return AttributeEditorContainer | |
AttributeEditorContainer |
SwtApplicationFrame.getAttributeEditorContainer()
This method creates and returns the internal instance of SwtAttributeTreeContainer which is currently the only
SWT-based implementation of the AttributeEditorContainer
interface. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||