Package | Description |
---|---|
org.drombler.commons.action.fx |
The JavaFX specific classes of the Action Framework.
|
org.drombler.commons.docking.fx |
A JavaFX based Docking Framework.
|
org.drombler.commons.fx.scene.image |
Utility classes and extensions for the
javafx.scene.image package. |
Modifier and Type | Method and Description |
---|---|
GraphicFactory |
AbstractFXAction.getGraphicFactory()
Gets the value of the property graphicFactory.
|
GraphicFactory |
FXAction.getGraphicFactory()
Gets the value of the property graphicFactory.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<GraphicFactory> |
AbstractFXAction.graphicFactoryProperty()
The
GraphicFactory . |
ObjectProperty<GraphicFactory> |
FXAction.graphicFactoryProperty()
The
GraphicFactory . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFXAction.setGraphicFactory(GraphicFactory graphicFactory)
Sets the value of the property graphicFactory.
|
void |
FXAction.setGraphicFactory(GraphicFactory graphicFactory)
Sets the value of the property graphicFactory.
|
Modifier and Type | Method and Description |
---|---|
GraphicFactory |
FXDockableData.getGraphicFactory()
Gets the value of the property graphicFactory.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<GraphicFactory> |
FXDockableData.graphicFactoryProperty()
The
GraphicFactory . |
Modifier and Type | Method and Description |
---|---|
void |
FXDockableData.setGraphicFactory(GraphicFactory graphicFactory)
Sets the value of the property graphicFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
IconFactory
A Icon factory.
|
Copyright © 2012–2018 Drombler. All rights reserved.