SettingsSvc.I Interface

com.bea.ide.workspace
SettingsSvc.I Interface

public static interface SettingsSvc.I
Enclosing class

SettingsSvc

Method Summary

public void
showIDEPreferences()
Show the IDE preferences
public void
showIDEPreferences(String panelClassName)
Show the IDE preferences with a specific panel selected
public void
showPreferences(String preferencesType)
Show a property dialog for a specific property type
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"
public void
showProjectPreferences(IProject project)
Show the project preferences
public void
showProjectPreferences(IProject project, String panelClassName)
Show the project preferences with a specific panel selected
public void
showWorkspacePreferences()
Show the workspace preferences
public void
showWorkspacePreferences(String panelClassName)
Show the workspace preferences with a specific panel selected

Method Detail

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