|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.keyboard.XMLKeyStrokeContext
oracle.jdeveloper.uieditor.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 KeyStrokeContext
getAllActions
in class XMLKeyStrokeContext
bGlobal
- true if only global actions are desired.
ModelFactory.getActions()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.