?? undoableeditfactory.java
字號:
package com.sunking.tp.util;
import com.sunking.tp.framework.*;
import com.sunking.tp.undoredo.*;
import javax.swing.undo.*;
/**
*
* <p>Title: UndoableEditFactory</p>
* <p>Description: UndoableEdit創建工廠</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author <a href="mailto:sunkingxie@hotmail.com">SunKing</a>
* @version 1.0
*/
public class UndoableEditFactory {
/**
* 創建JTPButton
*/
public final static int CREATE_JTPBUTTON = 0;
/**
* 創建JTPTextArea
*/
public final static int CREATE_JTPTEXTAREA = 1;
/**
* 創建JTPImage
*/
public final static int CREATE_JTPIMAGE = 2;
/**
* 拖動
*/
public final static int DRAG = 3;
/**
* 調誠uFFFD
*/
public final static int ADJUST = 4;
/**
* 創建直線連線
*/
public final static int CREATE_ASSOICATORLINE_0 = 5;
/**
* 創建空心糪uFFFD妨
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -