public class FormUndoState extends BaseUndoState<BaseJForm>
AUTHORITY_STATE, NORMAL_STATE, STATE_BEFORE_AUTHORITY, STATE_BEFORE_FORM_REPORT, STATE_FORM_REPORT
构造器和说明 |
---|
FormUndoState(BaseJForm t,
FormArea formArea) |
限定符和类型 | 方法和说明 |
---|---|
void |
applyState()
应用状态
|
java.awt.Dimension |
getAreaSize()
返回design区域大小
|
Form |
getForm()
返回form
|
double |
getHeightValue()
返回容器实际高度
|
int |
getHorizontalValue()
返回横向滚动条值
|
Widget[] |
getSelectWidgets()
返回选中的控件
|
double |
getSlideValue()
返回设定的百分比值
|
int |
getVerticalValue()
返回纵向滚动条值
|
double |
getWidthValue()
返回容器实际宽度
|
getApplyTarget, getAuthorityType, getFormReportType, setAuthorityType, setFormReportType
public Form getForm()
public Widget[] getSelectWidgets()
public java.awt.Dimension getAreaSize()
public int getHorizontalValue()
public int getVerticalValue()
public double getWidthValue()
public double getHeightValue()
public double getSlideValue()
public void applyState()
BaseUndoState
applyState
在类中 BaseUndoState<BaseJForm>