org.netbeans.api.visual 2.28.1

org.netbeans.api.visual.laf
Class InputBindings

java.lang.Object
  extended by org.netbeans.api.visual.laf.InputBindings

public final class InputBindings
extends Object

This represents input bindings e.g. manages modifiers of actions.

Since:
2.4

Method Summary
static InputBindings create()
          Creates a new input bindings.
 int getZoomActionModifiers()
          Returns InputEvent modifiers of all zoom actions.
 void setZoomActionModifiers(int zoomActionModifiers)
          Sets InputEvent modifiers for all zoom actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getZoomActionModifiers

public int getZoomActionModifiers()
Returns InputEvent modifiers of all zoom actions.

Returns:
the modifiers
Since:
2.4

setZoomActionModifiers

public void setZoomActionModifiers(int zoomActionModifiers)
Sets InputEvent modifiers for all zoom actions.

Parameters:
zoomActionModifiers - the modifiers
Since:
2.4

create

public static InputBindings create()
Creates a new input bindings. This is usually used by the Scene class only.

Returns:
the input bindings
Since:
2.4

org.netbeans.api.visual 2.28.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.