that is something easy.
if you wish use preferences. call that.
PreferenceManager m=PlatformUI.getWorkbench().getPreferenceManager();
PreferenceDialog dialog=new PreferenceDialog(window.getShell(),m);
dialog.open();
off course you should create preference extentions(org.eclipse.ui.preferencePages).
No comments:
Post a Comment