Uses of Interface
net.officefloor.gef.editor.AdaptedChildBuilder.LabelChange
-
Packages that use AdaptedChildBuilder.LabelChange Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models -
-
Uses of AdaptedChildBuilder.LabelChange in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type AdaptedChildBuilder.LabelChange Modifier and Type Method Description void
AdaptedChildBuilder. label(java.util.function.Function<M,java.lang.String> getLabel, AdaptedChildBuilder.LabelChange<M> setLabel, E... labelChangeEvents)
Registers a mutable label for theModel
. -
Uses of AdaptedChildBuilder.LabelChange in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedChildBuilder.LabelChange Modifier and Type Method Description void
AdaptedChildFactory. label(java.util.function.Function<M,java.lang.String> getLabel, AdaptedChildBuilder.LabelChange<M> setLabel, E... labelChangeEvents)
-