public static interface Outline.OutlineItem
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<? extends Outline.OutlineItem> |
getChildren() |
javafx.scene.Node |
getGraphic() |
java.lang.CharSequence |
getLabel() |
Outline.OutlineItem |
getParent() |
javafx.beans.property.ReadOnlyProperty<javafx.scene.Node> |
graphicProperty() |
javafx.beans.property.ReadOnlyProperty<? extends java.lang.CharSequence> |
labelProperty() |
java.lang.CharSequence getLabel()
javafx.beans.property.ReadOnlyProperty<? extends java.lang.CharSequence> labelProperty()
javafx.scene.Node getGraphic()
javafx.beans.property.ReadOnlyProperty<javafx.scene.Node> graphicProperty()
Outline.OutlineItem getParent()
javafx.collections.ObservableList<? extends Outline.OutlineItem> getChildren()