RSE
Release 1.0

org.eclipse.rse.files.ui.search
Class SystemSearchPage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.rse.files.ui.search.SystemSearchPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISearchPage

public class SystemSearchPage
extends DialogPage
implements ISearchPage

This class provides the universal search page in the Search.


Field Summary
static String SYSTEM_SEARCH_PAGE_ID
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
SystemSearchPage()
          This contructor instantiates a remote search page.
 
Method Summary
 void createControl(Composite parent)
           
 boolean performAction()
           
 void setContainer(ISearchPageContainer container)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle
 

Field Detail

SYSTEM_SEARCH_PAGE_ID

public static final String SYSTEM_SEARCH_PAGE_ID
See Also:
Constant Field Values
Constructor Detail

SystemSearchPage

public SystemSearchPage()
This contructor instantiates a remote search page.

Method Detail

performAction

public boolean performAction()
Specified by:
performAction in interface ISearchPage
See Also:
ISearchPage.performAction()

setContainer

public void setContainer(ISearchPageContainer container)
Specified by:
setContainer in interface ISearchPage
See Also:
ISearchPage.setContainer(org.eclipse.search.ui.ISearchPageContainer)

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface IDialogPage
See Also:
IDialogPage.setVisible(boolean)

createControl

public void createControl(Composite parent)
Specified by:
createControl in interface IDialogPage
See Also:
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)

RSE
Release 1.0

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