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 SwingGadgetcreate(@NotNull SwingGadgetContext<E> context) Creates a specificSwingGadget.
-
Method Details
-
create
Creates a specificSwingGadget.- Specified by:
createin interfaceGadgetFactory<SwingGadget,E extends GomElement, SwingGadgetContext<E extends GomElement>> - Parameters:
context- The context information.- Returns:
- The gadget.
- Since:
- 4.2.405
-