java.lang.Object
org.jhotdraw8.application.AbstractDisableable
org.jhotdraw8.draw.tool.AbstractTracker
- All Implemented Interfaces:
Tracker,Disableable
- Direct Known Subclasses:
SimpleDragTracker,SimpleHandleTracker,SimpleSelectAreaTracker
AbstractAction.
- Author:
- Werner Randelshofer
-
Property Summary
Properties inherited from class org.jhotdraw8.application.AbstractDisableable
disabled -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable CompositeEditprotected final javafx.scene.layout.BorderPaneFields inherited from class org.jhotdraw8.application.AbstractDisableable
disabled, disablersFields inherited from interface org.jhotdraw8.fxbase.control.Disableable
DISABLED_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodegetNode()Returns the node which presents the tracker.protected voidStarts a composite edit.protected voidstopCompositeEdit(DrawingView view) Stops a composite edit.Methods inherited from class org.jhotdraw8.application.AbstractDisableable
disabledProperty, disablersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxbase.control.Disableable
addDisabler, isDisabled, removeDisablerMethods inherited from interface org.jhotdraw8.draw.tool.Tracker
trackKeyPressed, trackKeyReleased, trackKeyTyped, trackMouseClicked, trackMouseDragged, trackMousePressed, trackMouseReleased
-
Field Details
-
node
protected final javafx.scene.layout.BorderPane node -
compositeEdit
-
-
Constructor Details
-
AbstractTracker
public AbstractTracker()Creates a new instance.
-
-
Method Details
-
getNode
public javafx.scene.Node getNode()Description copied from interface:TrackerReturns the node which presents the tracker. -
startCompositeEdit
Starts a composite edit. Does nothing if a composite edit is already in progress.- Parameters:
view- the drawing view
-
stopCompositeEdit
Stops a composite edit. Does nothing if no composite edit is in progress.- Parameters:
view- the drawing view
-