|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.component | Contains Swing component implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.component | Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. |
javax.rad.ui.component | Contains all interfaces to develop components for a graphical user interface. |
javax.rad.ui.event | Provides classes for dealing with different types of events fired by UI components. |
Uses of Key in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return Key | |
---|---|
static Key |
SwingFactory.getKey(KeyStroke pKeyStroke)
Gets the Key for a KeyStroke . |
Methods in com.sibvisions.rad.ui.swing.impl with parameters of type Key | |
---|---|
static KeyStroke |
SwingFactory.getKeyStroke(Key pKey)
Gets the KeyStroke for a Key . |
Uses of Key in com.sibvisions.rad.ui.swing.impl.component |
---|
Methods in com.sibvisions.rad.ui.swing.impl.component that return Key | |
---|---|
Key |
SwingAbstractButton.getAccelerator()
Returns the Key which serves as an accelerator
for the button. |
Methods in com.sibvisions.rad.ui.swing.impl.component with parameters of type Key | |
---|---|
void |
SwingAbstractButton.setAccelerator(Key pKey)
Sets the key combination which invokes the component's action listeners without selecting. |
Uses of Key in javax.rad.genui.component |
---|
Methods in javax.rad.genui.component that return Key | |
---|---|
Key |
AbstractUIActionComponent.getAccelerator()
Returns the Key which serves as an accelerator
for the button. |
Methods in javax.rad.genui.component with parameters of type Key | |
---|---|
void |
AbstractUIActionComponent.setAccelerator(Key pKey)
Sets the key combination which invokes the component's action listeners without selecting. |
Uses of Key in javax.rad.ui.component |
---|
Methods in javax.rad.ui.component that return Key | |
---|---|
Key |
IActionComponent.getAccelerator()
Returns the Key which serves as an accelerator
for the button. |
Methods in javax.rad.ui.component with parameters of type Key | |
---|---|
void |
IActionComponent.setAccelerator(Key pKey)
Sets the key combination which invokes the component's action listeners without selecting. |
Uses of Key in javax.rad.ui.event |
---|
Methods in javax.rad.ui.event that return Key | |
---|---|
static Key |
Key.getKey(char pKeyChar)
Returns a shared instance of an Key
that represents a KEY_TYPED event for the
specified character. |
static Key |
Key.getKey(char pKeyChar,
int pModifiers)
Returns a shared instance of an Key ,
for the specified character. |
static Key |
Key.getKeyOnPressed(int pKeyCode)
Returns a shared instance of an Key
that represents a KEY_PRESSED event for the
specified key code. |
static Key |
Key.getKeyOnPressed(int pKeyCode,
int pModifiers)
Returns a shared instance of an Key ,
for the specified key code. |
static Key |
Key.getKeyOnReleased(int pKeyCode)
Returns a shared instance of an Key
that represents a KEY_RELEASED event for the
specified key code. |
static Key |
Key.getKeyOnReleased(int pKeyCode,
int pModifiers)
Returns a shared instance of an Key ,
for the specified key code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |