Interface SwingGadgetFactory<E extends GomElement>
- All Superinterfaces:
GadgetFactory<SwingGadget,
E, SwingGadgetContext<E>>
public interface SwingGadgetFactory<E extends GomElement>
extends GadgetFactory<SwingGadget,E,SwingGadgetContext<E>>
Definition for a factory providing means to
create
a specific SwingGadget
.- Since:
- 4.2.405
-
Method Summary
Modifier and TypeMethodDescription@NotNull SwingGadget
create
(@NotNull SwingGadgetContext<E> context) Creates a specificSwingGadget
.
-
Method Details
-
create
Creates a specificSwingGadget
.- Specified by:
create
in interfaceGadgetFactory<SwingGadget,
E extends GomElement, SwingGadgetContext<E extends GomElement>> - Parameters:
context
- The context information.- Returns:
- The gadget.
- Since:
- 4.2.405
-