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

📄 hnavigable.java

📁 MHP java class for Interactive TV use
💻 JAVA
字号:

package org.havi.ui;


public interface HNavigable extends HNavigationInputPreferred {

	public void setMove(int keyCode, HNavigable target);


	public HNavigable getMove(int keyCode);


	public void setFocusTraversal( HNavigable up, HNavigable down, HNavigable left, HNavigable right);


	public boolean isSelected();


	public void setGainFocusSound( HSound sound);


	public void setLoseFocusSound( HSound sound);


	public HSound getGainFocusSound();


	public HSound getLoseFocusSound();


	public void addHFocusListener(org.havi.ui.event.HFocusListener l);


	public void removeHFocusListener(org.havi.ui.event.HFocusListener l);

}

⌨️ 快捷键说明

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