public abstract class AbstractUiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative> extends Object implements UiSingleWidgetFactoryNative<WIDGET>
UiSingleWidgetFactory
interface.Modifier and Type | Field and Description |
---|---|
private Class<WIDGET> |
widgetInterface |
Constructor and Description |
---|
AbstractUiSingleWidgetFactoryNative(Class<WIDGET> widgetInterface)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<WIDGET> |
getWidgetInterface()
This method gets the interface of the widget interface handled by this factory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
private final Class<WIDGET extends UiWidgetNative> widgetInterface
getWidgetInterface()
public AbstractUiSingleWidgetFactoryNative(Class<WIDGET> widgetInterface)
widgetInterface
- is the widget interface
.public Class<WIDGET> getWidgetInterface()
getWidgetInterface
in interface UiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative>
UiWidget
interface.Copyright © 2001–2016 mmm-Team. All rights reserved.