RSE
Release 3.4

org.eclipse.rse.ui.open
Interface ISystemQuickOpenPageContainer

All Known Implementing Classes:
SystemQuickOpenDialog

public interface ISystemQuickOpenPageContainer


Method Summary
 IRunnableContext getRunnableContext()
          Returns the context for the search operation.
 ISelection getSelection()
          Returns the selection with which this container was opened.
 void setPerformActionEnabled(boolean state)
          Sets the enable state of the perform action button of this container.
 

Method Detail

getSelection

ISelection getSelection()
Returns the selection with which this container was opened.

Returns:
the selection passed to this container when it was opened

getRunnableContext

IRunnableContext getRunnableContext()
Returns the context for the search operation. This context allows progress to be shown inside the search dialog.

Returns:
the IRunnableContext for the search operation

setPerformActionEnabled

void setPerformActionEnabled(boolean state)
Sets the enable state of the perform action button of this container.

Parameters:
state - true to enable the button which performs the action

RSE
Release 3.4

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