public class NullInteractionHandler extends AbstractInteractionHandler
Modifier | Constructor and Description |
---|---|
protected |
NullInteractionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
changeCursor(RecordPlot plot,
InputEvent event)
Called to allow the InteractionHandler to change the cursor.
|
String |
getDescription()
Returns a one line description.
|
static NullInteractionHandler |
getInstance() |
boolean |
isSupportedBy(GraphicsPanel panel)
Returns true if this Interaction Handler is supported by this Graphics
Panel.
|
void |
mouseEntered(RecordPlot plot,
MouseEvent event)
Called when the mouse is entering the component
|
altKeyPressed, altKeyReleased, ctrlKeyPressed, ctrlKeyReleased, ctrlMetaKeyPressed, ctrlMetaKeyReleased, equals, escKeyPressed, escKeyReleased, getHeight, getIcon, getID, getName, getWidth, hashCode, keyTyped, metaKeyPressed, metaKeyReleased, mouseButton1Clicked, mouseButton1DragEnded, mouseButton1Dragged, mouseButton1DragStarted, mouseButton1Pressed, mouseButton1Released, mouseExited, mouseMoved, mouseWheelMoved, otherKeyPressed, otherKeyReleased, reset, restore, save, setRecord, setSelected, setSize, shiftKeyPressed, shiftKeyReleased
public static NullInteractionHandler getInstance()
public String getDescription()
InteractionHandler
public boolean isSupportedBy(GraphicsPanel panel)
InteractionHandler
public void changeCursor(RecordPlot plot, InputEvent event)
InteractionHandler
public void mouseEntered(RecordPlot plot, MouseEvent event)
InteractionHandler
mouseEntered
in interface InteractionHandler
mouseEntered
in class AbstractInteractionHandler
Copyright © 1996-2014 FreeHEP. All Rights Reserved.