⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 undoableeditfactory.java

📁 制图软件
💻 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 + -