📄 hbackgroundconfigtemplate.java
字号:
package org.havi.ui;
public class HBackgroundConfigTemplate extends HScreenConfigTemplate {
public static final int CHANGEABLE_SINGLE_COLOR = 0x0A;
public static final int STILL_IMAGE = 0x0B;
public HBackgroundConfigTemplate() {}
public boolean isConfigSupported( HBackgroundConfiguration hbc) {
return false;
}
public void setPreference(int preference, int priority) {}
public int getPreferencePriority(int preference) {
return 0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -