Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire