Uses of Interface
com.tensegrity.gui.container.NavigatorContainer

Packages that use NavigatorContainer
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.container.swt   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
 

Uses of NavigatorContainer in com.tensegrity.application
 

Methods in com.tensegrity.application that return NavigatorContainer
abstract  NavigatorContainer ApplicationFrame.getNavigatorContainer()
          Returns the NavigatorContainer of this Application or null if no such Container is used.
 

Uses of NavigatorContainer in com.tensegrity.skeleton.container.swing
 

Classes in com.tensegrity.skeleton.container.swing that implement NavigatorContainer
 class SwingNavigatorContainer
           REVIEWJAVADOC (SwingNavigatorContainer.java) This class responsibility description needs a different formulation.
 

Uses of NavigatorContainer in com.tensegrity.skeleton.container.swt
 

Classes in com.tensegrity.skeleton.container.swt that implement NavigatorContainer
 class SwtNavigatorContainer
           Class SwtNavigatorContainer represents the default SWT implementation of the NavigatorContainer interface.
 

Uses of NavigatorContainer in com.tensegrity.skeleton.swing
 

Methods in com.tensegrity.skeleton.swing that return NavigatorContainer
 NavigatorContainer SwingApplicationFrame.getNavigatorContainer()
           
 

Uses of NavigatorContainer in com.tensegrity.skeleton.swt
 

Methods in com.tensegrity.skeleton.swt that return NavigatorContainer
 NavigatorContainer SwtApplicationFrame.getNavigatorContainer()
           
 



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