public interface ControlInterfaceFactory
Wrap| Modifier and Type | Method and Description |
|---|---|
<INTERFACE extends ControlInterface> |
create(Wrap<?> control,
Class<INTERFACE> interfaceClass)
Instantiates interface.
|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
create(Wrap<?> control,
Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Instantiates interface.
|
<INTERFACE extends ControlInterface> INTERFACE create(Wrap<?> control, Class<INTERFACE> interfaceClass)
INTERFACE - ControlInterface typecontrol - control to provide the interface forinterfaceClass - ControlInterface type<TYPE,INTERFACE extends TypeControlInterface<TYPE>> INTERFACE create(Wrap<?> control, Class<INTERFACE> interfaceClass, Class<TYPE> type)
TYPE - todo documentINTERFACE - ControlInterface typecontrol - control to provide the interface forinterfaceClass - ControlInterface typetype - Incapsulated typeCopyright © 2018. All rights reserved.