java.lang.Object
org.jhotdraw8.draw.inspector.AbstractInspector<DrawingView>
org.jhotdraw8.draw.inspector.AbstractDrawingInspector
org.jhotdraw8.draw.inspector.StylesheetsInspector
- All Implemented Interfaces:
Inspector<DrawingView>
FXML Controller class
- Author:
- Werner Randelshofer
-
Property Summary
Properties inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subject -
Field Summary
Fields inherited from class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
drawing, drawingModel, undoHelperFields inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subjectFields inherited from interface org.jhotdraw8.draw.inspector.Inspector
SHOWING_PROPERTY, SUBJECT_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodegetNode()protected voidonDrawingChanged(@Nullable javafx.beans.value.ObservableValue<? extends Drawing> observable, @Nullable Drawing oldValue, @Nullable Drawing newValue) Must be implemented by subclasses.Methods inherited from class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
forwardUndoableEditEvent, getDrawing, getDrawingModel, getModel, getUndoHelper, onDrawingModelChanged, onDrawingViewChangedMethods inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showingProperty, subjectPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.inspector.Inspector
getSubject, isShowing, setShowing, setSubject
-
Constructor Details
-
StylesheetsInspector
public StylesheetsInspector() -
StylesheetsInspector
-
-
Method Details
-
onDrawingChanged
protected void onDrawingChanged(@Nullable javafx.beans.value.ObservableValue<? extends Drawing> observable, @Nullable Drawing oldValue, @Nullable Drawing newValue) Description copied from class:AbstractDrawingInspectorMust be implemented by subclasses.- Specified by:
onDrawingChangedin classAbstractDrawingInspector- Parameters:
observable-oldValue- the old drawingnewValue- the new drawing
-
getNode
public javafx.scene.Node getNode()
-