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.ConfigurableContextAbstractItem.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 voidAbstractAdaptedIdeEditor. init(AbstractItem.ConfigurableContext<R,O> context)Allows overriding to initialise theAbstractAdaptedIdeEditor.voidAbstractItem. 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 voidSectionEditor. init(AbstractItem.ConfigurableContext<SectionModel,SectionChanges> context)
-