Class OrCompositeTool
java.lang.Object
com.vividsolutions.jump.workbench.ui.cursortool.CompositeTool
com.vividsolutions.jump.workbench.ui.cursortool.OrCompositeTool
- All Implemented Interfaces:
CursorTool, MouseListener, MouseMotionListener, EventListener
Permits only one CursorTool to be active at a time. As long as one CursorTool
has a shape on the screen, all events are directed to that CursorTool alone.
- See Also:
-
Field Summary
Fields inherited from class CompositeTool
cursorTools -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns a very brief description of this CursorTool.voidvoidvoidvoidvoidvoidvoidMethods inherited from class CompositeTool
activate, add, cancelGesture, deactivate, firstCursorTool, getIcon, getName, getPanel, isGestureInProgress, isRightMouseButtonUsed
-
Constructor Details
-
OrCompositeTool
public OrCompositeTool() -
OrCompositeTool
-
-
Method Details
-
getCursor
- Specified by:
getCursorin interfaceCursorTool- Overrides:
getCursorin classCompositeTool
-
mouseClicked
-
mousePressed
-
getName
Description copied from interface:CursorToolReturns a very brief description of this CursorTool.- Returns:
- the name of this CursorTool
-
mouseReleased
-
mouseEntered
-
mouseExited
-
mouseDragged
-
mouseMoved
-