SettingsSvc.I Interface
- public static interface SettingsSvc.I
-
Enclosing class
-
SettingsSvc
showIDEPreferences() Method
public void showIDEPreferences()
Show the IDE preferences
showIDEPreferences(String) Method
public void showIDEPreferences(String panelClassName)
Show the IDE preferences with a specific panel selected
showPreferences(String) Method
public void showPreferences(String preferencesType)
Show a property dialog for a specific property type
showPreferences(String, String) Method
public void showPreferences(String preferencesType,
String panelClassName)
Show a property dialog for a specific preferences type and
a specific panel, by the class name of the panel (e.g
"workshop.workspace.properties.BrowserPanel"
showProjectPreferences(IProject) Method
public void showProjectPreferences(IProject project)
Show the project preferences
showProjectPreferences(IProject, String) Method
public void showProjectPreferences(IProject project,
String panelClassName)
Show the project preferences with a specific panel selected
showWorkspacePreferences() Method
public void showWorkspacePreferences()
Show the workspace preferences
showWorkspacePreferences(String) Method
public void showWorkspacePreferences(String panelClassName)
Show the workspace preferences with a specific panel selected