Uses of Class
com.tensegrity.gui.KeyStrokeProvider

Packages that use KeyStrokeProvider
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.gui.swing The package is the container for all swing-related gui classes and interfaces.  
com.tensegrity.gui.swt This package contains classes for a swt-based GraphApplication.  
 

Uses of KeyStrokeProvider in com.tensegrity.application
 

Methods in com.tensegrity.application that return KeyStrokeProvider
 KeyStrokeProvider ApplicationFrame.getKeyStrokeProvider()
          Deprecated. use Application.getKeyStrokeProvider() instead!
 KeyStrokeProvider Application.getKeyStrokeProvider()
          Returns the KeyStrokeProvider of this Application.
 

Uses of KeyStrokeProvider in com.tensegrity.application.swing
 

Methods in com.tensegrity.application.swing that return KeyStrokeProvider
 KeyStrokeProvider DefaultSwingGraphApplication.getKeyStrokeProvider()
          Overridden to return a specific SwingKeyStrokeProvider.
 

Uses of KeyStrokeProvider in com.tensegrity.application.swt
 

Methods in com.tensegrity.application.swt that return KeyStrokeProvider
 KeyStrokeProvider DefaultSwtGraphApplication.getKeyStrokeProvider()
          Overridden to return a specific SwtKeyStrokeProvider.
 

Uses of KeyStrokeProvider in com.tensegrity.gui.swing
 

Subclasses of KeyStrokeProvider in com.tensegrity.gui.swing
 class SwingKeyStrokeProvider
           This is a Swing based subclass of the KeyStrokeProvider abstract class.
 

Uses of KeyStrokeProvider in com.tensegrity.gui.swt
 

Subclasses of KeyStrokeProvider in com.tensegrity.gui.swt
 class SwtKeyStrokeProvider
           This is a SWT based subclass of the KeyStrokeProvider abstract class.
 



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