|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Container | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.gui.container | |
| com.tensegrity.gui.document | Contains the interfaces for document types and the framework which maintains such documents. |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swt.document | |
| com.tensegrity.gui.template | |
| com.tensegrity.skeleton.container | The container package defines all those interfaces required for describing the behaviour of a (Tool)container used in an applicationframe. |
| 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.swing.launch | This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame. |
| com.tensegrity.skeleton.swt | |
| com.tensegrity.skeleton.swt.container | |
| Uses of Container in com.tensegrity.application |
| Methods in com.tensegrity.application that return Container | |
abstract Container |
ApplicationFrame.getCustomContainer()
Deprecated. use ApplicationFrame.getCustomContainers() instead! |
Container[] |
ApplicationFrame.getCustomContainers()
Returns an array of custom not yet specified types of Containers. |
| Methods in com.tensegrity.application with parameters of type Container | |
abstract int |
ApplicationFrame.getLayoutConstraint(Container container)
This method returns a layout constraint for a specific container. |
| Uses of Container in com.tensegrity.gui.container |
| Subinterfaces of Container in com.tensegrity.gui.container | |
interface |
AttributeEditorContainer
The AttributeTableContainer is a Component to be used within ApplicationFrames holding a AttributeTable instance. |
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. |
interface |
LayoutToolsContainer
The LayoutToolsContainer represents the component which holds the buttons (or switches) to trigger a certain layout. |
interface |
NavigatorContainer
The NavigatorContainer displays a miniature view of the current document and allows a separate navigation on the current document. |
interface |
OutlinerContainer
The ObjectTreeContainer displays a Tree- or Listview on the current document. |
interface |
RepositoryContainer
The RepositoryContainer holds various components users may create their documents from. |
| Fields in com.tensegrity.gui.container declared as Container | |
protected Container |
ContainerAction.containerInstance
local Container instance |
| Methods in com.tensegrity.gui.container that return Container | |
Container |
ContainerAction.getContainer()
Returns the local Container instance |
| Constructors in com.tensegrity.gui.container with parameters of type Container | |
ContainerAction(Container container)
Initializes the ContainerAction instance with the passed
Container |
|
| Uses of Container in com.tensegrity.gui.document |
| Subinterfaces of Container in com.tensegrity.gui.document | |
interface |
Document
A document is basically a window inside the application containing a single view of user data. |
| Classes in com.tensegrity.gui.document that implement Container | |
class |
AbstractDocument
Class AbstractDocument implements functionality common to
all Document implementations.
|
| Uses of Container in com.tensegrity.gui.graphdocument |
| Subinterfaces of Container in com.tensegrity.gui.graphdocument | |
interface |
GraphDocument
Interface GraphDocument represents the document type for a
persisted Graph which, together with its views, can be queried
from its parent GraphPanel. |
| Uses of Container in com.tensegrity.gui.swing.document |
| Classes in com.tensegrity.gui.swing.document that implement Container | |
class |
AttributeTableDocument
This class is derived from the base document class and represents an attribute document. |
class |
HyperTextDocument
This class is derived from the base document class and represents a html-document. |
class |
LayoutToolDocument
The LayoutTool document wrapps up the layouttools inside a document. |
class |
NavigatorDocument
This class is derived from the base document class and represents a navigator document. |
class |
ObjectTreeDocument
ObjectTreeDocument.java |
class |
RepositoryDocument
This class is derived from the base document class and represents a repository document. |
class |
SwingDocument
This class represents a Swing-based Document.
|
class |
SwingGraphDocument
This class represents the GraphDocument implementation
for Swing-based applications.
|
class |
SwingTemplateDocument
The SwingTemplateDocument implements the document to be
used when creating Templates. |
| Methods in com.tensegrity.gui.swing.document with parameters of type Container | |
void |
DockMDIComponent.registerContainerView(java.lang.String name,
Container container,
javax.swing.Icon icon,
javax.swing.JMenuItem menuitem)
Registers a view for a specific container. |
void |
MenuTool.add(Container container)
Adds a container to this instance. |
ContainerAction |
MenuTool.getContainerAction(Container container)
This factory method returns a new ContainerAction instance
initialized with the passed Container parameter.
|
| Uses of Container in com.tensegrity.gui.swt.document |
| Classes in com.tensegrity.gui.swt.document that implement Container | |
class |
SwtDocument
This class represents a SWT-based Document.
|
class |
SwtGraphDocument
This class represents the GraphDocument
implementation for SWT-based applications.
|
| Uses of Container in com.tensegrity.gui.template |
| Subinterfaces of Container in com.tensegrity.gui.template | |
interface |
TemplateDocument
Interface TemplateDocument is responsible for creating templates
of repository items and new composites.
|
| Uses of Container in com.tensegrity.skeleton.container |
| Subinterfaces of Container in com.tensegrity.skeleton.container | |
interface |
ToolContainer
A ToolContainer is used as Container for any kind of tools used in an application, for example Repositories, AttributeTables, Navigators and so on. |
| Classes in com.tensegrity.skeleton.container that implement Container | |
class |
AbstractSwingToolContainer
Abstract class for swing related ToolContainer implementations. |
| Uses of Container in com.tensegrity.skeleton.container.swing |
| Classes in com.tensegrity.skeleton.container.swing that implement Container | |
class |
SwingAttributeTableContainer
The swing based container for the attributeTable. |
class |
SwingAttributeTreeContainer
The swing based container for the attributeTable. |
class |
SwingLayoutToolsContainer
TODO: comment |
class |
SwingNavigatorContainer
REVIEWJAVADOC (SwingNavigatorContainer.java) This class responsibility description needs a different formulation. |
class |
SwingOutlinerContainer
Implements the swing based version of a container responsible to hold an instance of ObjectTree. |
class |
SwingRepositoryContainer
The container implementation for the swing based repository container. |
| Uses of Container in com.tensegrity.skeleton.container.swt |
| Classes in com.tensegrity.skeleton.container.swt that implement Container | |
class |
SwtAttributeTreeContainer
This is the SWT implementation of the AttributeTreeContainer interface.
|
class |
SwtLayoutToolsContainer
This is the SWT implementation of the LayoutToolsContainer interface.
|
class |
SwtNavigatorContainer
Class SwtNavigatorContainer represents the default SWT
implementation of the NavigatorContainer
interface.
|
class |
SwtRepositoryContainer
This is the SWT implementation of the RepositoryContainer interface.
|
| Uses of Container in com.tensegrity.skeleton.swing |
| Methods in com.tensegrity.skeleton.swing that return Container | |
Container |
SwingApplicationFrame.getCustomContainer()
|
protected Container |
SwingFrameLayoutController.getNorthEastContainer()
Returns the application specific North East Container |
protected Container |
SwingFrameLayoutController.getSouthContainer()
Returns the application specific South Container |
protected Container |
SwingFrameLayoutController.getSouthEastContainer()
Returns the application specific South East Container |
protected Container |
SwingFrameLayoutController.getEastContainer()
Returns the application specific East Container |
protected Container |
SwingFrameLayoutController.getNorthWestContainer()
Returns the application specific North West Container |
protected Container |
SwingFrameLayoutController.getWestContainer()
Returns the application specific West Container |
protected Container |
SwingFrameLayoutController.getSouthWestContainer()
Returns the application specific South West Container |
| Methods in com.tensegrity.skeleton.swing with parameters of type Container | |
int |
SwingApplicationFrame.getLayoutConstraint(Container container)
Returns the default constraints for the SwingApplicationFrame. |
ContainerAction |
SkeletonSwingMenuTool.getContainerAction(Container container)
|
boolean |
SwingFrameLayoutController.showSlidePanel(Container containerInstance)
This method can be used in order to show or hide the passed ,
depending on its visible state. |
protected void |
SwingFrameLayoutController.setupContainerMinimumSize(Container container,
java.awt.Dimension size)
Method used in order to set a container's initial size. |
protected void |
SwingFrameLayoutController.setupContainerInitialSize(Container container,
java.awt.Dimension size)
Method used in order to set a container's initial size. |
protected void |
SwingFrameLayoutController.showColumnSlidePanel(Container slidePanel,
boolean isLeftColumn)
Shows or hide the passed container depending on its current state. |
protected void |
SwingFrameLayoutController.setDefaultEastContainer(Container defaultEastContainer)
Use this method in order to set the
which should act as a default container for the right column. |
protected void |
SwingFrameLayoutController.setDefaultWestContainer(Container defaultWestContainer)
Use this method in order to set the
which should act as a default container for the left column. |
protected void |
SwingFrameLayoutController.showSouthSlidePanel(Container slidePanel)
Shows or hides the south container. |
| Uses of Container in com.tensegrity.skeleton.swing.launch |
| Methods in com.tensegrity.skeleton.swing.launch that return Container | |
Container |
InitFrameLaunchTask.DockContainerViewConfig.getContainer()
Returns the wrapped container. |
| Constructors in com.tensegrity.skeleton.swing.launch with parameters of type Container | |
InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag,
java.lang.String tabpanetag,
Container container,
javax.swing.Icon icon,
java.lang.String displayname)
Constructs a new DockContainerViewConfig. |
|
InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag,
java.lang.String tabpanetag0,
java.lang.String tabpanetag1,
Container container,
javax.swing.Icon icon,
java.lang.String displayname)
Constructs a new DockContainerViewConfig. |
|
| Uses of Container in com.tensegrity.skeleton.swt |
| Methods in com.tensegrity.skeleton.swt that return Container | |
Container |
SwtApplicationFrame.getCustomContainer()
At the current state of development of the SWT part of the library this method inherited from ApplicationFrame is not relevant and
therefore always returns null. |
| Methods in com.tensegrity.skeleton.swt with parameters of type Container | |
int |
SwtApplicationFrame.getLayoutConstraint(Container container)
At the current state of development of the SWT part of the library this method inherited from ApplicationFrame is not relevant and
therefore always returns 0. |
| Uses of Container in com.tensegrity.skeleton.swt.container |
| Classes in com.tensegrity.skeleton.swt.container that implement Container | |
class |
AbstractSwtToolContainer
This is a basic abstract implementation of the ToolContainer
interface for the Swt context. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||