簡體   English   中英

Eclipse RCP首選項對話框

[英]Eclipse RCP Preference Dialog

是否有可能創建第二個首選項對話框,可以采取一些PreferencePage ,很像標准的Eclipse首選項(Eclipse的>首選項或窗口>首選項)?

目前的方法

到目前為止,我的解決方案是通過擴展Dialog創建我自己的PreferenceEditorDialog並實現我自己的Preference Dialog樣式布局。

/**
 * A preference dialog is a hierarchical presentation of preference pages. Each
 * page is represented by a node in the tree shown on the left hand side of the
 * dialog; when a node is selected, the corresponding page is shown on the right
 * hand side.
 */
public class PreferenceEditorDialog extends Dialog implements IPageChangeProvider {

}

我更願意重用eclipse實現,因為我不必自己維護代碼。

PreferenceDialog是您正在尋找的。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM