|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.keyboard.XMLKeyStrokeContext
oracle.jdeveloper.uieditor.CanvasKeyStrokeContext
public class CanvasKeyStrokeContext
CanvasKeyStrokeContext is a KeyStrokeContext based upon XmlKeyStrokeContext and customized for ModelFactory implementations. Integrators are encouraged to return an instance of this class from their ModelFactory.getKeyStrokeContext implementation.
ModelFactory, KeyStrokeContext| Constructor Summary | |
|---|---|
CanvasKeyStrokeContext(ModelFactory factory)Constructor. |
|
| Method Summary | |
|---|---|
java.util.Set |
getAllActions(boolean bGlobal)Get the set of actions represented by this context. |
| Methods inherited from class oracle.ide.keyboard.XMLKeyStrokeContext |
|---|
getAcceleratorFile, getAllPresets, getName, getPresetKeyStrokeMap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CanvasKeyStrokeContext(ModelFactory factory)
factory - the ModelFactory which produces the UIEditorCanvas instances to which this XMLKeyStrokeContext applies.| Method Detail |
|---|
public java.util.Set getAllActions(boolean bGlobal)
getAllActions in interface KeyStrokeContextgetAllActions in class XMLKeyStrokeContextbGlobal - true if only global actions are desired.ModelFactory.getActions()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||