public abstract class FormDesignerModeForSpecial<T>
extends java.lang.Object
构造器和说明 |
---|
FormDesignerModeForSpecial(T t) |
限定符和类型 | 方法和说明 |
---|---|
abstract java.util.ArrayList<PropertyGroup> |
createRootDesignerPropertyGroup() |
abstract int |
getMinDesignHeight() |
abstract int |
getMinDesignWidth() |
abstract WidgetOption[] |
getPredefinedWidgetOptions() |
T |
getTarget() |
abstract boolean |
isFormParameterEditor() |
public FormDesignerModeForSpecial(T t)
public T getTarget()
public abstract WidgetOption[] getPredefinedWidgetOptions()
public abstract java.util.ArrayList<PropertyGroup> createRootDesignerPropertyGroup()
public abstract boolean isFormParameterEditor()
public abstract int getMinDesignWidth()
public abstract int getMinDesignHeight()