ezcelllistener.java

来自「用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。」· Java 代码 · 共 34 行

JAVA
34
字号
/* * Copyright 2002 EZCell , Inc. All rights reserved. * Version  1.0. * Author   W.John */package ezcell;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2001</p> * <p>Company: </p> * @author unascribed * @version 1.0 */public interface EZCellListener {    /**     * put your documentation comment here     * @param designer     */    public void activeCellChanged(EZCell designer);    /**     * put your documentation comment here     * @param designer     */    public void undoStateChanged(EZCell designer);    /**     * put your documentation comment here     * @param designer     */    public void viewStateChanged(EZCell designer);}

⌨️ 快捷键说明

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