?? formatelementsoperation.java
字號:
/* * FormatElementsOperation.java * * Created on 17 settembre 2003, 17.20 */package it.businesslogic.ireport.undo;import it.businesslogic.ireport.*;import it.businesslogic.ireport.util.*;import it.businesslogic.ireport.gui.*;import java.util.*;/** * * @author Administrator */public class FormatElementsOperation extends it.businesslogic.ireport.undo.TransformElementsOperation { public int operationType=0; /** Creates a new instance of FormatElementsOperation */ public FormatElementsOperation(JReportFrame jrf, int operationType) { super(jrf); this.operationType = operationType; } public String toString() { switch (operationType) { case OperationType.ALIGN_LEFT: return " align to left"; default: return " elements format"; } } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -