Package net.officefloor.gef.ide.editor
Class AbstractItem.IdeLabeller
- java.lang.Object
-
- net.officefloor.gef.ide.editor.AbstractItem.IdeLabeller
-
-
Constructor Summary
Constructors Constructor Description IdeLabeller(java.util.function.Function<M,java.lang.String> labeller, E... labelChangeEvents)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel(M model)
Obtains the label from theModel
.
-