public final class BluePrintProxy
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <WIDGET_TYPE extends IWidget,BLUE_PRINT_TYPE extends ISetupBuilder<BLUE_PRINT_TYPE> & IWidgetDescriptor<WIDGET_TYPE>> |
create(java.lang.Class<BLUE_PRINT_TYPE> bluePrintType)
Creates a blue print proxy for a given descriptor
|
public static <WIDGET_TYPE extends IWidget,BLUE_PRINT_TYPE extends ISetupBuilder<BLUE_PRINT_TYPE> & IWidgetDescriptor<WIDGET_TYPE>> BLUE_PRINT_TYPE create(java.lang.Class<BLUE_PRINT_TYPE> bluePrintType)
bluePrintType
- The type of the descriptorSiehe auch Jowidgets Nutzerhandbuch