Extension SDK

oracle.jdevimpl.uieditor
Class CanvasKeyStrokeContext

java.lang.Object
  extended byoracle.ide.keyboard.XMLKeyStrokeContext
      extended byoracle.jdevimpl.uieditor.CanvasKeyStrokeContext
All Implemented Interfaces:
KeyStrokeContext

public class CanvasKeyStrokeContext
extends XMLKeyStrokeContext


Constructor Summary
CanvasKeyStrokeContext(ModelFactory factory)
           
 
Method Summary
 java.util.Set getAllActions(boolean bGlobal)
          Returns a Set of actions valid for the context.
 
Methods inherited from class oracle.ide.keyboard.XMLKeyStrokeContext
getAllPresets, getKeyStrokeConstraint, getName, getPresetKeyStrokeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanvasKeyStrokeContext

public CanvasKeyStrokeContext(ModelFactory factory)
Method Detail

getAllActions

public java.util.Set getAllActions(boolean bGlobal)
Description copied from interface: KeyStrokeContext
Returns a Set of actions valid for the context. If bGlobal is true, return the actions that are valid event when the focus is not on the window (ex: Debugger.stepInto). If bGlobal is false, return actions that are only valid on the focused window (ex: Debugger.setBreakpoint should only be valid in the editor).

Specified by:
getAllActions in interface KeyStrokeContext
Specified by:
getAllActions in class XMLKeyStrokeContext

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.