|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifierType | |
org.gnu.gdk | |
org.gnu.gtk | |
org.gnu.gtk.event |
Uses of ModifierType in org.gnu.gdk |
Fields in org.gnu.gdk declared as ModifierType | |
static ModifierType |
ModifierType.SHIFT_MASK
|
static ModifierType |
ModifierType.LOCK_MASK
|
static ModifierType |
ModifierType.CONTROL_MASK
|
static ModifierType |
ModifierType.MOD1_MASK
|
static ModifierType |
ModifierType.MOD2_MASK
|
static ModifierType |
ModifierType.MOD3_MASK
|
static ModifierType |
ModifierType.MOD4_MASK
|
static ModifierType |
ModifierType.MOD5_MASK
|
static ModifierType |
ModifierType.BUTTON1_MASK
|
static ModifierType |
ModifierType.BUTTON2_MASK
|
static ModifierType |
ModifierType.BUTTON3_MASK
|
static ModifierType |
ModifierType.BUTTON4_MASK
|
static ModifierType |
ModifierType.BUTTON5_MASK
|
Methods in org.gnu.gdk that return ModifierType | |
static ModifierType |
ModifierType.intern(int value)
|
ModifierType |
ModifierType.or(ModifierType other)
|
ModifierType |
ModifierType.and(ModifierType other)
|
ModifierType |
ModifierType.xor(ModifierType other)
|
Methods in org.gnu.gdk with parameters of type ModifierType | |
ModifierType |
ModifierType.or(ModifierType other)
|
ModifierType |
ModifierType.and(ModifierType other)
|
ModifierType |
ModifierType.xor(ModifierType other)
|
boolean |
ModifierType.test(ModifierType other)
|
void |
Device.setKeyValue(int btnIndex,
int keyVal,
ModifierType modifier)
Specifies the X key event to generate when a macro button of a device is pressed. |
Uses of ModifierType in org.gnu.gtk |
Methods in org.gnu.gtk with parameters of type ModifierType | |
void |
Widget.setDragSource(ModifierType buttons,
TargetEntry[] targets,
DragAction actions)
Sets up the widget so that it can be the source of drag and drop operations. |
Uses of ModifierType in org.gnu.gtk.event |
Methods in org.gnu.gtk.event that return ModifierType | |
ModifierType |
KeyEvent.getModifierKey()
Returns the modifierKey. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |