Class AndCompositeTool
java.lang.Object
com.vividsolutions.jump.workbench.ui.cursortool.CompositeTool
com.vividsolutions.jump.workbench.ui.cursortool.AndCompositeTool
- All Implemented Interfaces:
CursorTool, MouseListener, MouseMotionListener, EventListener
Enables multiple CursorTools to operate at the same time. Events are passed
to all CursorTools in sequence.
- 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.voidvoidvoidvoidvoidvoidvoidvoidsetCursorTool(CursorTool cursorTool) Methods inherited from class CompositeTool
activate, add, cancelGesture, deactivate, firstCursorTool, getCursor, getIcon, getName, getPanel, isGestureInProgress, isRightMouseButtonUsed
-
Constructor Details
-
AndCompositeTool
public AndCompositeTool() -
AndCompositeTool
-
-
Method Details
-
getName
Description copied from interface:CursorToolReturns a very brief description of this CursorTool.- Returns:
- the name of this CursorTool
-
setCursorTool
-
mouseClicked
-
mousePressed
-
mouseReleased
-
mouseEntered
-
mouseExited
-
mouseDragged
-
mouseMoved
-