org.eclipse.rse.files.ui.search
Class SystemSearchPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.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.
|
Constructor Summary |
SystemSearchPage()
This contructor instantiates a remote search page. |
| 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 |
SYSTEM_SEARCH_PAGE_ID
public static final String SYSTEM_SEARCH_PAGE_ID
- See Also:
- Constant Field Values
SystemSearchPage
public SystemSearchPage()
- This contructor instantiates a remote search page.
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)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.