Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.open
Interface ISystemQuickOpenPage


public interface ISystemQuickOpenPage

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.
 

Method Detail

performAction

public 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

public 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.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.