|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.ri.common.ComponentKeyBinding
public class ComponentKeyBinding
Utility for adding key bindings to a view container for common functionality usually handled by the existence of menu key listeners. This class currently only adds the copy text keyboard command (ctr-c) to view container but can be easily extended to handle other keyboard mappings.
| Constructor Summary | |
|---|---|
ComponentKeyBinding()
|
|
| Method Summary | |
|---|---|
static void |
install(SwingController controller,
javax.swing.JComponent viewerContainer)
Installs the component key binding on the specified JComponent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentKeyBinding()
| Method Detail |
|---|
public static void install(SwingController controller,
javax.swing.JComponent viewerContainer)
controller - SwingController used by various keyboard commandsviewerContainer - view container to add keyboard mappings too
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||