| org.eclipse.ui.internal.OpenPreferencesAction
Constructor Summary | |
public | OpenPreferencesAction() Create a new OpenPreferenceAction
This default constructor allows the the action to be called from the welcome page. | public | OpenPreferencesAction(IWorkbenchWindow window) Create a new OpenPreferenceAction and initialize it
from the given resource bundle. |
Method Summary | |
public void | dispose() | public void | run() |
OpenPreferencesAction | public OpenPreferencesAction()(Code) | | Create a new OpenPreferenceAction
This default constructor allows the the action to be called from the welcome page.
|
OpenPreferencesAction | public OpenPreferencesAction(IWorkbenchWindow window)(Code) | | Create a new OpenPreferenceAction and initialize it
from the given resource bundle.
Parameters: window - |
dispose | public void dispose()(Code) | | |
|
|