public abstract class GSkin
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
selected
The property that determines whether the skin is selected or not.
|
| Constructor and Description |
|---|
GSkin() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Called after the skin is removed.
|
GraphEditor |
getGraphEditor()
Gets the graph editor instance that this skin is a part of.
|
abstract javafx.scene.Node |
getRoot()
Gets the root JavaFX node of the skin.
|
boolean |
isSelected()
Gets whether the skin is selected or not.
|
javafx.beans.property.BooleanProperty |
selectedProperty()
The property that determines whether the skin is selected or not.
|
void |
setGraphEditor(GraphEditor graphEditor)
Sets the graph editor instance that this skin is a part of.
|
void |
setSelected(boolean isSelected)
Sets whether the skin is selected or not.
|
public javafx.beans.property.BooleanProperty selectedProperty
isSelected(),
setSelected(boolean)public void setGraphEditor(GraphEditor graphEditor)
graphEditor - a GraphEditor instancepublic GraphEditor getGraphEditor()
This is provided for advanced skin customisation purposes only. Use at your own risk.
GraphEditor instance that this skin is a part ofpublic boolean isSelected()
true if the skin is selected, false if notpublic void setSelected(boolean isSelected)
isSelected - true if the skin is selected, false if notpublic javafx.beans.property.BooleanProperty selectedProperty()
isSelected(),
setSelected(boolean)public void dispose()
public abstract javafx.scene.Node getRoot()
NodeCopyright © 2015 TESIS DYNAware. All Rights Reserved.