Uses of Interface
net.officefloor.gef.configurer.Actioner
-
Packages that use Actioner Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal -
-
Uses of Actioner in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return Actioner Modifier and Type Method Description Actioner
Configuration. getActioner()
Obtains theActioner
for the configuration -
Uses of Actioner in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal that return Actioner Modifier and Type Method Description Actioner
ValueInputContext. getOptionalActioner()
Obtains theActioner
.Actioner
ValueRendererContext. getOptionalActioner()
Obtains theActioner
.Methods in net.officefloor.gef.configurer.internal with parameters of type Actioner Modifier and Type Method Description Configuration
AbstractConfigurationBuilder. 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
.
-