|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OutlinerContainer | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.skeleton.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.swing | The Swing based implementation of the skeleton framework. |
| com.tensegrity.skeleton.swt | |
| Uses of OutlinerContainer in com.tensegrity.application |
| Methods in com.tensegrity.application that return OutlinerContainer | |
abstract OutlinerContainer |
ApplicationFrame.getOutlinerContainer()
Returns the OutlinerContainer of this Application
or null if no such Container is used. |
| Uses of OutlinerContainer in com.tensegrity.skeleton.container.swing |
| Classes in com.tensegrity.skeleton.container.swing that implement OutlinerContainer | |
class |
SwingOutlinerContainer
Implements the swing based version of a container responsible to hold an instance of ObjectTree. |
| Uses of OutlinerContainer in com.tensegrity.skeleton.swing |
| Methods in com.tensegrity.skeleton.swing that return OutlinerContainer | |
OutlinerContainer |
SwingApplicationFrame.getOutlinerContainer()
|
| Uses of OutlinerContainer in com.tensegrity.skeleton.swt |
| Methods in com.tensegrity.skeleton.swt that return OutlinerContainer | |
OutlinerContainer |
SwtApplicationFrame.getOutlinerContainer()
Is intended to return the ObjectTreeContainer of this
Application but since there is currently no such component
for SWT applications, it returns null. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||