|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraidcomposer.ui.util.Keys
public class Keys
| Constructor Summary | |
|---|---|
Keys()
|
|
| Method Summary | |
|---|---|
static void |
addKeySelectAllSupport(org.eclipse.swt.widgets.Table table)
Add CTRL-a support to select all |
static void |
addKeySupport(org.eclipse.swt.widgets.Control control,
java.util.Set<KeyHandler> pressedKeyHandlers,
java.util.Set<KeyHandler> releasedKeyHandlers)
Add key support in terms of key handlers of which only the key event matching the handler is processed. |
static KeyHandler |
getKeySelectAllSupport(org.eclipse.swt.widgets.Table table)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Keys()
| Method Detail |
|---|
public static void addKeySelectAllSupport(org.eclipse.swt.widgets.Table table)
table -
public static void addKeySupport(org.eclipse.swt.widgets.Control control,
java.util.Set<KeyHandler> pressedKeyHandlers,
java.util.Set<KeyHandler> releasedKeyHandlers)
control - pressedKeyHandlers - releasedKeyHandlers - public static KeyHandler getKeySelectAllSupport(org.eclipse.swt.widgets.Table table)
table -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||