Uses of Interface
net.officefloor.gef.configurer.Configuration
-
Packages that use Configuration Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal -
-
Uses of Configuration in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return Configuration Modifier and Type Method Description ConfigurationConfigurer. loadConfiguration(M model, javafx.beans.property.Property<javafx.scene.Node> nodeProperty)Loads the configuration, loading the parentPaneinto theProperty.ConfigurationConfigurer. loadConfiguration(M model, javafx.scene.layout.Pane parent)Loads the inputPanewith the configuration. -
Uses of Configuration in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal that return Configuration Modifier and Type Method Description protected ConfigurationAbstractConfigurationBuilder. loadConfiguration(M model, javafx.scene.layout.Pane configurationNode)Loads the configuration to the parentPane.ConfigurationAbstractConfigurationBuilder. recursiveLoadConfiguration(M model, javafx.scene.Node configurationNode, javafx.scene.layout.GridPane grid, Actioner actioner, javafx.beans.property.Property<java.lang.Boolean> dirtyProperty, javafx.beans.property.Property<java.lang.Boolean> validProperty, ErrorListener errorListener)Loads the configuration to theGridPane.
-