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

📄 ishelfstrategy.java

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

import org.eclipse.swt.graphics.GC;

import com.swtplus.widgets.PShelf;
import com.swtplus.widgets.PShelfItem;

public interface IShelfStrategy {

	public abstract int computeHeight(PShelfItem item, GC gc);

	public abstract void paintItem(PShelfItem item, GC gc, int y, int height,
			int width, boolean open, boolean focus, boolean hover,
			boolean showPin, boolean pinned);

	public abstract void initialize(PShelf parent);
	
	public abstract void dispose();
	
	public abstract boolean isOpenOnTop();

}

⌨️ 快捷键说明

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