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

📄 icomboupdater.java

📁 利用它可以做出非常漂亮的swt界面,包含的组件有PShelf Plist
💻 JAVA
字号:
package com.swtplus.widgets.combo;


/**
 * IComboUpdater is a callback mechanism from the IComboStrategy to the 
 * PCombo.
 */
public interface IComboUpdater {
	
	/**
	 * Updates the value in the PCombo.
	 * 
	 * @param newValue new value object
	 * @param close true to close the drop down
	 */
	public void update(Object newValue,boolean close);
	
	/**
	 * Closes the drop down.
	 */
	public void closeDropDown();

}

⌨️ 快捷键说明

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