RSE
Release 3.3

org.eclipse.rse.ui.open
Interface ISystemQuickOpenPage

All Superinterfaces:
IDialogPage

public interface ISystemQuickOpenPage
extends IDialogPage

Defines a page inside the quick open dialog. Clients can contribute their own quick open page to the dialog by implementing this interface, typically as a subclass of DialogPage.

The quick open dialog calls the performAction method when the Ok button is pressed.

See Also:
IDialogPage, DialogPage

Method Summary
 boolean performAction()
          Performs the action for this page.
 void setContainer(ISystemQuickOpenPageContainer container)
          Sets the container of this page.
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Method Detail

performAction

boolean performAction()
Performs the action for this page. The quick open dialog calls this method when the Ok button is pressed.

Returns:
true if the dialog can be closed after execution.

setContainer

void setContainer(ISystemQuickOpenPageContainer container)
Sets the container of this page. The quick open dialog calls this method to initialize this page. Implementations may store the reference to the container.

Parameters:
container - the container for this page.

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.