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, shiftKeyReleasedpublic static NullInteractionHandler getInstance()
public String getDescription()
InteractionHandlerpublic boolean isSupportedBy(GraphicsPanel panel)
InteractionHandlerpublic void changeCursor(RecordPlot plot, InputEvent event)
InteractionHandlerpublic void mouseEntered(RecordPlot plot, MouseEvent event)
InteractionHandlermouseEntered in interface InteractionHandlermouseEntered in class AbstractInteractionHandlerCopyright © 1996-2014 FreeHEP. All Rights Reserved.