Interface GuiFactoryFx
-
- All Known Implementing Classes:
FactoryBigDecimalFx,FactoryBooleanFx,FactoryClassFx,FactoryColorFx,FactoryDoubleFx,FactoryEnumFx,FactoryIntFx,FactoryListFx,FactoryLongFx,FactoryMapFx,FactoryNullFx,FactoryStringFx,FactorySubclsFx
public interface GuiFactoryFxGenerates a JavaFX-based editor for a certain configurable.- Author:
- Hylke van der Schaaf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.NodegetNode()Get the JavaFX Node that represents the editor.
-