Uses of Interface
com.tensegrity.gui.component.Applet

Packages that use Applet
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.application.swing   
com.tensegrity.application.swt   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
 

Uses of Applet in com.tensegrity.application
 

Methods in com.tensegrity.application that return Applet
 Applet DefaultGraphApplication.getApplet()
           
 Applet ApplicationFrame.getApplet()
          Deprecated. use Application.getApplet()
 Applet Application.getApplet()
          Returns the applet if this application runs in an applet context or null if this is a standalone application.
 

Constructors in com.tensegrity.application with parameters of type Applet
DefaultGraphApplication(Applet applet)
          Constructor
 

Uses of Applet in com.tensegrity.application.swing
 

Constructors in com.tensegrity.application.swing with parameters of type Applet
DefaultSwingGraphApplication(Applet applet)
          Constructor
 

Uses of Applet in com.tensegrity.application.swt
 

Constructors in com.tensegrity.application.swt with parameters of type Applet
DefaultSwtGraphApplication(Applet applet)
          Constructor
 

Uses of Applet in com.tensegrity.skeleton.swing
 

Classes in com.tensegrity.skeleton.swing that implement Applet
 class SwingApplet
          Applet Wrapper that starts the FrameApplication Subclasses have to assign a valid instance of a SwingApplicationFrame to the graphFrame member variable of this class in the method SwingApplet.init().
 

Methods in com.tensegrity.skeleton.swing that return Applet
 Applet SwingApplicationFrame.getApplet()
           
 

Constructors in com.tensegrity.skeleton.swing with parameters of type Applet
CompatibleSwingGraphApplication(Applet applet, ApplicationFrame applicationFrame)
          Constructor
 

Uses of Applet in com.tensegrity.skeleton.swt
 

Methods in com.tensegrity.skeleton.swt that return Applet
 Applet SwtApplicationFrame.getApplet()
          Returns null since Applets are not relevant in the SWT-context.
 

Constructors in com.tensegrity.skeleton.swt with parameters of type Applet
CompatibleSwtGraphApplication(Applet applet, ApplicationFrame applicationFrame)
          Constructor
 



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