| |
|
| org.eclipse.ui.dialogs.SelectionDialog org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog
WorkbenchEditorsDialog | public class WorkbenchEditorsDialog extends SelectionDialog (Code) | | Implements a dialog showing all opened editors in the workbench
and the recent closed editors
|
Method Summary | |
protected void | configureShell(Shell newShell) | protected void | createButtonsForButtonBar(Composite parent) | protected Control | createDialogArea(Composite parent) Creates the contents of this dialog, initializes the
listener and the update thread. | protected void | initializeBounds() Initialize the dialog bounds with the bounds saved
from the settings. | protected void | okPressed() The user has selected a resource and the dialog is closing. |
WorkbenchEditorsDialog | public WorkbenchEditorsDialog(IWorkbenchWindow window)(Code) | | Constructor for WorkbenchEditorsDialog.
Parameters: window - the window |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | Creates the contents of this dialog, initializes the
listener and the update thread.
|
initializeBounds | protected void initializeBounds()(Code) | | Initialize the dialog bounds with the bounds saved
from the settings.
|
okPressed | protected void okPressed()(Code) | | The user has selected a resource and the dialog is closing.
|
|
|
|