java.lang.Object
org.jhotdraw8.application.AbstractDisableable
org.jhotdraw8.application.action.AbstractAction
org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
org.jhotdraw8.draw.handle.BezierNodeHandleNoTangentsAction
- All Implemented Interfaces:
EventListener,javafx.event.EventHandler<javafx.event.ActionEvent>,Action,PropertyBean,Disableable
This action sets the mask bits
BezierNode.IN_MASK,
BezierNode.OUT_MASK to false, false in
the specified BezierNode.-
Property Summary
Properties inherited from class org.jhotdraw8.application.action.AbstractAction
selectedProperties inherited from class org.jhotdraw8.application.AbstractDisableable
disabledProperties inherited from interface org.jhotdraw8.fxbase.control.Disableable
disabled -
Field Summary
FieldsFields inherited from class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
nodeIndex, owner, pathKey, viewFields inherited from class org.jhotdraw8.application.action.AbstractAction
propertiesFields inherited from class org.jhotdraw8.application.AbstractDisableable
disabled, disablersFields inherited from interface org.jhotdraw8.application.action.Action
ACCELERATOR_KEY, ID_KEY, LABEL, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, SELECTED_PROPERTY, SHORT_DESCRIPTION, SMALL_ICONFields inherited from interface org.jhotdraw8.fxbase.control.Disableable
DISABLED_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionBezierNodeHandleNoTangentsAction(Figure owner, MapAccessor<BezierPath> pathKey, int nodeIndex, DrawingView view) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonActionPerformed(javafx.event.ActionEvent event) Methods inherited from class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
getBezierNodeMethods inherited from class org.jhotdraw8.application.action.AbstractAction
getProperties, handle, selectedPropertyMethods 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.application.action.Action
getId, getLabel, isSelected, setSelectedMethods inherited from interface org.jhotdraw8.fxbase.control.Disableable
addDisabler, disabledProperty, disablers, isDisabled, removeDisablerMethods inherited from interface org.jhotdraw8.fxbase.beans.PropertyBean
get, getNonNull, getProperty, put, remove, set, setNonNull, valueAt
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
BezierNodeHandleNoTangentsAction
public BezierNodeHandleNoTangentsAction(Figure owner, MapAccessor<BezierPath> pathKey, int nodeIndex, DrawingView view)
-
-
Method Details
-
onActionPerformed
protected void onActionPerformed(javafx.event.ActionEvent event) - Specified by:
onActionPerformedin classAbstractAction
-