我就在这里
发布时间:2014-11-26 21:51:40
There is an example of creating linked resources in code.IProject project = workspace.getProject("Project");//assume this exists IFolder link = project.getFolder("Link"); IPath location = new Path("C:\TEMP\folder"); &nb.........【阅读全文】
发布时间:2014-11-26 21:45:12
In Eclipse, there are 2 closely related core technologies that support development of Graphical User Interface (GUI) applications. The Standard Widget Toolkit (SWT) provides the fundamental building blocks. The JFace framework provides a set of patterns and component abstractions. Actio.........【阅读全文】
发布时间:2014-11-23 19:19:38
import java.text.NumberFormat;/** * DOUBLE 百分比计算 * * @author yindang CreateTime:Aug 10, 2011 */public class NumberTest { public static void main(Stri.........【阅读全文】
发布时间:2014-11-11 20:29:25
我们在rcp的项目开发中,view和editor的字体都是eclipse默认的。但是,很多时候,由于其字体太小或者想改变其样式,需要能够设置tilte的字体。eclipse里可以非常方便的设置其字体和颜色:按照如下路径: Preferences/General/Appearance/Colors and Fonts/Part title font 即可以更改view和editor的外观。 但是,在rcp.........【阅读全文】
发布时间:2014-11-11 18:36:26
Name ID=====================-------------------------------------------------Category File org.eclipse.ui.category.file-------------------------------------------------New org.eclipse.ui.newWizardClose org.eclipse.ui.file.close.........【阅读全文】