Uses of Interface
de.espirit.firstspirit.module.GadgetContext
Packages that use GadgetContext
Package
Description
-
Uses of GadgetContext in de.espirit.firstspirit.module
Classes in de.espirit.firstspirit.module with type parameters of type GadgetContextModifier and TypeInterfaceDescriptioninterfaceGadgetFactory<G extends Gadget,E extends GomElement, C extends GadgetContext<? extends E>> Interface for a factory that is able to produce aGadget. -
Uses of GadgetContext in de.espirit.firstspirit.ui.gadgets.swing
Subinterfaces of GadgetContext in de.espirit.firstspirit.ui.gadgets.swingModifier and TypeInterfaceDescriptioninterfaceSwingGadgetContext<E extends GomElement>Context container for swing based gadgets. -
Uses of GadgetContext in de.espirit.firstspirit.webedit.server.gadgets
Methods in de.espirit.firstspirit.webedit.server.gadgets with parameters of type GadgetContextModifier and TypeMethodDescription@NotNull WebPluginGadget<C>WebPluginGadgetFactory.create(@NotNull GadgetContext<G> context) Creates a specific pluggable gadget.