|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 . |
| 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
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 . |
| 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
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 . |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||