wx
Class AcceleratorEntry
java.lang.Object
wx.AcceleratorEntry
- public class AcceleratorEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEL_NORMAL
public static final int ACCEL_NORMAL
- See Also:
- Constant Field Values
ACCEL_ALT
public static final int ACCEL_ALT
- See Also:
- Constant Field Values
ACCEL_CTRL
public static final int ACCEL_CTRL
- See Also:
- Constant Field Values
ACCEL_SHIFT
public static final int ACCEL_SHIFT
- See Also:
- Constant Field Values
AcceleratorEntry
public AcceleratorEntry(int flags,
int keyCode,
int cmd,
MenuItem item)
AcceleratorEntry
public AcceleratorEntry(int flags,
int keyCode,
int cmd)
AcceleratorEntry
public AcceleratorEntry(int flags,
int keyCode)
AcceleratorEntry
public AcceleratorEntry(int flags)
AcceleratorEntry
public AcceleratorEntry()
AcceleratorEntry
public AcceleratorEntry(AcceleratorEntry entry)
delete
public void delete()
set
public void set(int flags,
int keyCode,
int cmd,
MenuItem item)
set
public void set(int flags,
int keyCode,
int cmd)
getFlags
public int getFlags()
getKeyCode
public int getKeyCode()
getCommand
public int getCommand()
© 2006 Amit G Mendapara.