📄 zbookstateadapter.java
字号:
/*
*
* @fileName
* Copyright 2002 EZCell , Inc. All rights reserved.
* Version 1.0.
* Author W.John
*/
package ezcell;
import javax.swing.event.ChangeEvent;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2001</p>
* <p>Company: </p>
* @author unascribed
* @version 1.0
*/
public class ZBookStateAdapter implements ZBookStateListener {
/**
* put your documentation comment here
* @param e
*/
public void bookChanged(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void activeChanged(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
* @param sheet
*/
public void sheetAdded(ChangeEvent e, ZSheetState sheet) {
}
/**
* put your documentation comment here
* @param e
* @param sheet
*/
public void sheetRemoved(ChangeEvent e, ZSheetState sheet) {
}
/**
* put your documentation comment here
* @param e
*/
public void footerAdded(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void headerAdded(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void footerRemoved(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void headerRemoved(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void pageFormatChanged(ChangeEvent e) {
}
/**
* put your documentation comment here
* @param e
*/
public void activeCellChanged(ChangeEvent e) {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -