锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久一区二区三区喷水,亚洲一区二区在线播放,性做久久久久久久免费看http://www.aygfsteel.com/dayue/category/21378.html鍍忕柉瀛愪竴鏍峰幓鎴樻枟錛?/description>zh-cnTue, 28 Aug 2007 19:55:10 GMTTue, 28 Aug 2007 19:55:10 GMT60- 鍏充簬Eclipse棣栭夐」鐨勫嚑鐐歸棶棰?/title>http://www.aygfsteel.com/dayue/archive/2007/08/28/140677.htmldayuedayueTue, 28 Aug 2007 14:17:00 GMThttp://www.aygfsteel.com/dayue/archive/2007/08/28/140677.htmlhttp://www.aygfsteel.com/dayue/comments/140677.htmlhttp://www.aygfsteel.com/dayue/archive/2007/08/28/140677.html#Feedback0http://www.aygfsteel.com/dayue/comments/commentRss/140677.htmlhttp://www.aygfsteel.com/dayue/services/trackbacks/140677.html 浠婂ぉ璋冭瘯涓涓猙ug錛岃糠鎯戜簡寰堜箙銆傛渶鍚庡彂鐜版槸鍏充簬棣栭夐」鍙栧煎瓨鍊奸棶棰樸?br> 榪欓噷ps涓篒PreferenceStore瀵硅薄.
ps.getString(XXX_KEY)鏄閫夋煡鎵鵑閫夐」 錛屽鏋滃彇鍑虹殑鍊間負絀猴紝濡傛灉鏈塪efault鍊肩殑璇濆垯鎵цps.getDefault(XXX_KEY)銆?/p>
ps.setValue(XXX_KEY, "XXX")鏃墮鍏堝拰default涓殑XXX_KEY姣旇緝錛屽鏋滀笉鍚岀殑璇濇墠put榪涘幓錛屽惁鍒欏氨鍒犻櫎銆傝繖涔熸槸鎴戜粖澶╄繖涓猙ug鐨勫師鍥犮備慨鏀瑰姙娉曟槸鐢╬utValue鍑芥暟鏉ヤ唬鏇縮etValue.
鏈変粈涔堣鐨勪笉瀵圭殑鍦版柟嬈㈣繋鎵硅瘎鎸囨.

]]>- [杞琞eclipse鎻掍歡涓彇寰楄礬寰勭殑鏂規硶http://www.aygfsteel.com/dayue/archive/2007/05/24/119784.htmldayuedayueThu, 24 May 2007 10:07:00 GMThttp://www.aygfsteel.com/dayue/archive/2007/05/24/119784.htmlhttp://www.aygfsteel.com/dayue/comments/119784.htmlhttp://www.aygfsteel.com/dayue/archive/2007/05/24/119784.html#Feedback0http://www.aygfsteel.com/dayue/comments/commentRss/119784.htmlhttp://www.aygfsteel.com/dayue/services/trackbacks/119784.html

Test
Plugin.getDefault().getStateLocation().makeAbsolute().toFile().getAbsolutePath());
閫氳繃鏂囦歡寰楀埌Project錛?/p>
IProject project = ((IFile)o).getProject();
閫氳繃鏂囦歡寰楀埌鍏ㄨ礬寰勶細
String path = ((IFile)o).getLocation().makeAbsolute().toFile().getAbsolutePath();

寰楀埌鏁翠釜Workspace鐨勬牴錛?/p>
IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();
浠庢牴鏉ユ煡鎵捐祫婧愶細
IResource resource = root.findMember(new Path(containerName));
浠嶣undle鏉ユ煡鎵捐祫婧愶細
Bundle bundle = Platform.getBundle(pluginId);
URL fullPathString = BundleUtility.find(bundle, filePath);

寰楀埌Appliaction workspace錛?/span>
Platform.asLocalURL(PRODUCT_BUNDLE.getEntry("")).getPath()).getAbsolutePath();
寰楀埌runtimeworkspace錛?br>
Platform.getInstanceLocation().getURL().getPath();
浠庣紪杈戝櫒鏉ヨ幏寰楃紪杈戞枃浠?br>
IEditorPart editor = ((DefaultEditDomain)(parent.getViewer().getEditDomain())).getEditorPart();
IEditorInput input = editor.getEditorInput();
if(input instanceof IFileEditorInput){
IFile file = ((IFileEditorInput)input).getFile();
}

]]> - 鍦╮cp涓幏寰楃埗Shell鐨勫嚑縐嶆柟娉?/title>http://www.aygfsteel.com/dayue/archive/2007/04/23/112941.htmldayuedayueMon, 23 Apr 2007 06:00:00 GMThttp://www.aygfsteel.com/dayue/archive/2007/04/23/112941.htmlhttp://www.aygfsteel.com/dayue/comments/112941.htmlhttp://www.aygfsteel.com/dayue/archive/2007/04/23/112941.html#Feedback0http://www.aygfsteel.com/dayue/comments/commentRss/112941.htmlhttp://www.aygfsteel.com/dayue/services/trackbacks/112941.htmlIWorkbenchWindowActionDelegate鎺ュ彛鐨勭被涓細
private IWorkbenchWindow window;


public void init(IWorkbenchWindow window)
{
this.window = window;
}

public void run(IAction action)
{
Shell parentShell = window.getShell();
MyDialog dialog = new MyDialog(parentShell,
);
etc 
}


鍦ㄥ疄鐜頒簡IObjectActionDelegate 鎺ュ彛鐨勭被涓細
private IWorkbenchPart targetPart;

public void setActivePart(IAction action, IWorkbenchPart targetPart)


{
this.targetPart = targetPart;
}


public void run(IAction action)
{
IWorkbenchPartSite site = targetPart.getSite();
MyDialog dialog = new MyDialog(site,
);
etc 
}


IViewPart 鎴栬?tt>IEditorPart 錛?
IShellProvider shellProvider = viewOrEditor.getSite();
PlatformUI錛?br>
Shell parentShell =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
Display 錛?br>
Shell parentShell = Display.getDefault().getActiveShell();
浠ヤ笂鍚勭鏂規硶瀵逛簬鑾峰彇鍏跺畠鐨勪竴浜況cp涓殑閲嶈瀵硅薄涔熼兘鏈夊熼壌鎰忎箟銆?br>

]]> - 鍙戠幇浜嗕竴涓ソ鐜╃殑鎻掍歡PatternBoxhttp://www.aygfsteel.com/dayue/archive/2007/04/12/110042.htmldayuedayueWed, 11 Apr 2007 20:06:00 GMThttp://www.aygfsteel.com/dayue/archive/2007/04/12/110042.htmlhttp://www.aygfsteel.com/dayue/comments/110042.htmlhttp://www.aygfsteel.com/dayue/archive/2007/04/12/110042.html#Feedback0http://www.aygfsteel.com/dayue/comments/commentRss/110042.htmlhttp://www.aygfsteel.com/dayue/services/trackbacks/110042.html鍙互閫氳繃閫夋嫨妯$増鏉ョ敓鎴愬搴旀ā寮忕殑java浠g爜錛屽掍笉澶變負涓涓涔犺璁℃ā寮忕殑濂芥柟娉曘?br>
瓚婃潵瓚婅寰梕clipse浠ュ強鍚勬柟寮鍙戠殑鎻掍歡鐨勫己澶т簡錛屽ソ鍍忔綔鎰忚瘑閲岄渶瑕佷粈涔堜笢瑗匡紝鍦ㄦ煇涓澶╄嚜宸卞氨浼氳功鍑烘潵榪欐牱涓涓彃浠躲?

]]>
主站蜘蛛池模板:
鞍山市|
甘孜|
沁阳市|
门头沟区|
罗平县|
花垣县|
江阴市|
衡阳市|
新竹市|
东至县|
新余市|
英德市|
平乐县|
堆龙德庆县|
桦甸市|
铁岭县|
阿拉善左旗|
磐安县|
鄂伦春自治旗|
江门市|
濉溪县|
密山市|
庆城县|
揭东县|
满洲里市|
当雄县|
潮州市|
杭锦旗|
恩施市|
健康|
安远县|
陇西县|
赤峰市|
德庆县|
安国市|
杭州市|
邵武市|
鱼台县|
通城县|
田林县|
璧山县|