Uses of Interface
com.tensegrity.gui.KeyStrokeBuilder

Packages that use KeyStrokeBuilder
com.tensegrity.gui This package contains all i18n related classes such as UIManager, GUIItem and various type of list implementations which are responsible for the dynamic switch of the language during runtime.  
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 KeyStrokeBuilder in com.tensegrity.gui
 

Methods in com.tensegrity.gui that return KeyStrokeBuilder
protected abstract  KeyStrokeBuilder KeyStrokeProvider.getKeyStrokeBuilderInstance()
          Returns the local instance of KeyStrokeBuilder.
 

Uses of KeyStrokeBuilder in com.tensegrity.gui.swing
 

Classes in com.tensegrity.gui.swing that implement KeyStrokeBuilder
 class SwingKeyStrokeBuilder
           An instance of this class which allows building a KeyStroke instance from the string representations of a key code and modifiers.
 

Methods in com.tensegrity.gui.swing that return KeyStrokeBuilder
protected  KeyStrokeBuilder SwingKeyStrokeProvider.getKeyStrokeBuilderInstance()
          Returns the local instance of SwingKeyStrokeBuilder.
 

Uses of KeyStrokeBuilder in com.tensegrity.gui.swt
 

Classes in com.tensegrity.gui.swt that implement KeyStrokeBuilder
 class SwtKeyStrokeBuilder
           An instance of this class which allows building a KeyStroke instance from the string representations of a key code and modifiers.
 

Methods in com.tensegrity.gui.swt that return KeyStrokeBuilder
protected  KeyStrokeBuilder SwtKeyStrokeProvider.getKeyStrokeBuilderInstance()
          Returns the local instance of SwtKeyStrokeBuilder.
 



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