📄 actionelement.java
字号:
package org.j3de.ui;
import java.rmi.RemoteException;
import org.j3de.events.RemoteActionListener;
public interface ActionElement extends UIElement {
public void setUIElement(UIElement element) throws RemoteException;
public UIElement getUIElement() throws RemoteException;
public void addActionListener(RemoteActionListener l) throws RemoteException;
public void removeActionListener(RemoteActionListener l) throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -