?? treeproject.java
字號:
/******************************************************************************* * Copyright ? 2008 Sandro Badame. All Rights Reserved. * * This software and the accompanying materials is available under the * Eclipse Public License 1.0 (EPL), which accompanies this distribution, and is * available at http://visualjpf.sourceforge.net/epl-v10.html ******************************************************************************/package com.javapathfinder.vjp.config.tree;import org.eclipse.core.resources.IFile;import org.eclipse.jdt.core.IJavaProject;/** * This class represents a project for the launch tree in the dialog. * It simply holds an array of configuration files and the java project that * contains those configuration files. * * @author Sandro Badame * *///TODO is this guy really needed?public class TreeProject{ public IFile[] modePropertyFiles; public IJavaProject java_project;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -