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

📄 buttonselectionevent.java

📁 打印管理程序,测试完全通过.windows开发环境.
💻 JAVA
字号:
/*
 * Created on 2006/06/16
 */
package jp.co.ntl.ext;


public class ButtonSelectionEvent {
	public static final int BTN_PRINT	= 0;
	public static final int BTN_CANCEL	= 1;
	public static final int BTN_DELETE	= 2;
	public static final int BTN_DETAIL	= 3;
	public static final int BTN_REFRESH	= 4;
	// 2007.10.19 lium 堦妵報嶞儃僞儞捛壛 add start
	public static final int BTN_PRINTALL= 5;
	// 2007.10.19 lium 堦妵報嶞儃僞儞捛壛 add end
	
	// 2007.10.22 lium 暋悢僾儕儞僞懳墳 add start
	public static final int BTN_HEAD_1	= 6;
	public static final int BTN_HEAD_2	= 7;
	public static final int BTN_HEAD_3	= 8;
	public static final int BTN_HEAD_4	= 9;
	public static final int BTN_HEAD_5	= 10;
	// 2007.10.22 lium 暋悢僾儕儞僞懳墳 add end
	
	public static final int BTN_LOGOUT	= 11;
	
	private int selection; 
	public ButtonSelectionEvent(int selection) {
		this.selection = selection;
	}
	
	public int getSelection() {
		return selection;
	}
}

⌨️ 快捷键说明

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