Uses of Interface
net.officefloor.gef.ide.editor.AbstractItem.ConfigurableContext
-
Packages that use AbstractItem.ConfigurableContext Package Description net.officefloor.gef.ide.editor net.officefloor.gef.section -
-
Uses of AbstractItem.ConfigurableContext in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor that return AbstractItem.ConfigurableContext Modifier and Type Method Description AbstractItem.ConfigurableContext<R,O>
AbstractAdaptedIdeEditor. getConfigurableContext()
Obtains theAbstractItem.ConfigurableContext
AbstractItem.ConfigurableContext<R,O>
AbstractItem. getConfigurableContext()
Obtains theAbstractItem.ConfigurableContext
.Methods in net.officefloor.gef.ide.editor with parameters of type AbstractItem.ConfigurableContext Modifier and Type Method Description protected void
AbstractAdaptedIdeEditor. init(AbstractItem.ConfigurableContext<R,O> context)
Allows overriding to initialise theAbstractAdaptedIdeEditor
.void
AbstractItem. init(AbstractItem.ConfigurableContext<R,O> context)
Initialise withAbstractItem.ConfigurableContext
. -
Uses of AbstractItem.ConfigurableContext in net.officefloor.gef.section
Methods in net.officefloor.gef.section with parameters of type AbstractItem.ConfigurableContext Modifier and Type Method Description protected void
SectionEditor. init(AbstractItem.ConfigurableContext<SectionModel,SectionChanges> context)
-