java.lang.Object
org.jhotdraw8.draw.inspector.AbstractInspector<S>
- Type Parameters:
S- the subject type
- All Implemented Interfaces:
Inspector<S>
- Direct Known Subclasses:
AbstractDrawingInspector,AbstractDrawingViewInspector,AbstractSelectionInspector
AbstractInspector.
- Author:
- Werner Randelshofer
-
Property Summary
Properties -
Field Summary
FieldsFields inherited from interface org.jhotdraw8.draw.inspector.Inspector
SHOWING_PROPERTY, SUBJECT_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull javafx.beans.property.BooleanPropertyWhether this inspector is showing.Methods 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
getNode, getSubject, isShowing, setShowing, setSubject
-
Property Details
-
subject
- Specified by:
subjectPropertyin interfaceInspector<S>- See Also:
-
showing
- Specified by:
showingPropertyin interfaceInspector<S>- Returns:
- true if this inspector is showing.
- See Also:
-
-
Field Details
-
subject
-
showing
-
-
Constructor Details
-
AbstractInspector
public AbstractInspector()
-
-
Method Details
-
subjectProperty
- Specified by:
subjectPropertyin interfaceInspector<S>- Returns:
- the
subjectproperty
-
showingProperty
Description copied from interface:InspectorWhether this inspector is showing.An inspector that is not showing should not consume CPU resources.
This property is set by parent nodes in the scene graph,, for example depending on whether this inspector is in a collapsed pane.
- Specified by:
showingPropertyin interfaceInspector<S>- Returns:
- the
showingproperty
-