📄 usereventrepository.java
字号:
package org.dvb.event;
public class UserEventRepository extends RepositoryDescriptor {
private UserEvent[] userEvent;
public UserEventRepository(java.lang.String name) {
}
public void addUserEvent( UserEvent event) {
}
public UserEvent[] getUserEvent() {
return this.userEvent;
}
public void removeUserEvent( UserEvent event) {
}
public void addKey(int keycode) {
}
public void removeKey(int keycode) {
}
public void addAllNumericKeys() {
}
public void addAllColourKeys() {
}
public void addAllArrowKeys() {
}
public void removeAllNumericKeys() {
}
public void removeAllColourKeys() {
}
public void removeAllArrowKeys() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -