📄 jmguiactionlistener.java.svn-base
字号:
package jm.framework.gui.container;
import java.awt.event.ActionListener;
/**
* <p>Title: JM 整合Swing控件,使用配置信息</p>
*
* <p>Copyright: Copyright (c) 2004-2006</p>
*
* <p>Company: 1SHome</p>
*
* <p>@author Spook</p>
*
* @since 1.3
* @see JDK 1.5.0.6
*/
public interface JMGUIActionListener extends ActionListener {
/**
* Invoked when an action occurs.
* 将一个 ActionListener 添加到按钮中,完成鼠标点击动作。
* @param e ActionEvent
* @todo Implement this java.awt.event.ActionListener method
*/
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -