- Type Parameters:
S- the subject type
- All Known Implementing Classes:
AbstractDrawingInspector,AbstractDrawingViewInspector,AbstractInspector,AbstractSelectionInspector,DrawingInspector,GridInspector,HandlesInspector,HelpTextInspector,HierarchyInspector,LayersInspector,StyleAttributesInspector,StyleClassesInspector,StylesheetsInspector
- Author:
- Werner Randelshofer
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of theshowingProperty().static final StringThe name of thesubjectProperty(). -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodegetNode()default @Nullable SGets the value of thesubjectproperty.default booleanGets the value of theshowingproperty.default voidsetShowing(boolean newValue) Sets the value of theshowingproperty.default voidsetSubject(@Nullable S s) Sets the value of thesubjectproperty.javafx.beans.property.BooleanPropertyWhether this inspector is showing.javafx.beans.property.ObjectProperty<S>
-
Property Details
-
subject
javafx.beans.property.ObjectProperty<S> subjectProperty- See Also:
-
showing
javafx.beans.property.BooleanProperty showingPropertyWhether 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.
- See Also:
-
-
Field Details
-
SUBJECT_PROPERTY
The name of thesubjectProperty().- See Also:
-
SHOWING_PROPERTY
The name of theshowingProperty().- See Also:
-
-
Method Details
-
subjectProperty
javafx.beans.property.ObjectProperty<S> subjectProperty()- Returns:
- the
subjectproperty - See Also:
-
setSubject
Sets the value of thesubjectproperty.- Property description:
- Parameters:
s- the value for thesubjectproperty- See Also:
-
getSubject
Gets the value of thesubjectproperty.- Property description:
- Returns:
- the value of the
subjectproperty - See Also:
-
getNode
javafx.scene.Node getNode() -
showingProperty
javafx.beans.property.BooleanProperty showingProperty()Whether 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.
- Returns:
- true if this inspector is showing.
- See Also:
-
isShowing
default boolean isShowing()Gets the value of theshowingproperty.- Property description:
- Whether 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.
- Returns:
- the value of the
showingproperty - See Also:
-
setShowing
default void setShowing(boolean newValue) Sets the value of theshowingproperty.- Property description:
- Whether 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.
- Parameters:
newValue- the value for theshowingproperty- See Also:
-