Package | Description |
---|---|
oracle.ide.keyboard |
Defining your default accelerators
|
Modifier and Type | Method and Description |
---|---|
static MultiInputMap |
MultiMapAdapter.getGlobalMap(KeyStrokeOptions kso)
Extracts the global MultiInputMap from a KeyStrokeOptions and adds a listener to auto-update when it changes
|
static MultiInputMap |
MultiMapAdapter.getLocalMap(KeyStrokeOptions kso, KeyStrokeContext ksc)
Extracts a local MultiInputMap from a KeyStrokeOptions.
|
Modifier and Type | Method and Description |
---|---|
static void |
MultiMapAdapter.fillGlobalMap(MultiInputMap mim, KeyStrokeOptions kso)
Replaces the content of the MultiInputMap with the global mappings from a KeyStrokeOptions.
|
static void |
MultiMapAdapter.fillLocalMap(MultiInputMap mim, KeyStrokeOptions kso, KeyStrokeContext ksc)
Replaces the content of a MultiInputMap with the local mappings from a KeyStrokeOptions
|