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

📄 zsheetstateadapter.java

📁 用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印预览。 3.Undo 和 redo。 4.合并单元格。 5.Cel
💻 JAVA
字号:
/*
 * Copyright 2002 EZCell , Inc. All rights reserved.
 * Version  1.0.
 * Author   W.John
 */
package ezcell;

import java.awt.Point;


/**
 * put your documentation comment here
 */
class ZSheetStateAdapter implements ZSheetStateListener {
    /**
     * put your documentation comment here
     * @param shape
     */
    public void animationStarted(ZShape shape) {
    }

    /**
     * put your documentation comment here
     * @param shape
     */
    public void animationStopped(ZShape shape) {
    }

    /**
     * put your documentation comment here
     * @param modal
     */
    public void cursorChanged(ZSheetState modal) {
    }

    /**
     * put your documentation comment here
     * @param editor
     */
    public void editorAdded(ZEditor editor) {
    }

    /**
     * put your documentation comment here
     * @param editor
     */
    public void editorKilled(ZEditor editor) {
    }

    /**
     * put your documentation comment here
     * @param modal
     */
    public void focusGained(ZSheetState modal) {
    }

    /**
     * put your documentation comment here
     * @param shape
     */
    public void shapeAdded(ZShape shape) {
    }

    /**
     * put your documentation comment here
     * @param shape
     */
    public void shapeKilled(ZShape shape) {
    }

    /**
     * put your documentation comment here
     * @param shape
     * @param to
     */
    public void shapeMoving(ZShape shape, Point to) {
    }

    /**
     * put your documentation comment here
     * @param shape
     * @param to
     */
    public void shapeMoving(ZShape shape, ZRect to) {
    }

    /**
     * put your documentation comment here
     * @param modal
     */
    public void sheetPropertyChanged(ZSheetState modal) {
    }

    /**
     * put your documentation comment here
     * @param modal
     */
    public void uiChanged(ZSheetState modal) {
    }

    /**
     * put your documentation comment here
     * @param modal
     */
    public void uiStateChanged(ZSheetState modal) {
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -