Remote Systems
v6.4.1

com.ibm.etools.systems.core.search
Class SystemSearchPage

java.lang.Object
  extended byDialogPage
      extended bycom.ibm.etools.systems.core.search.SystemSearchPage

public class SystemSearchPage
extends DialogPage

This class provides the universal search page in the Search.

See Also:
Serialized Form

Field Summary
static String SYSTEM_SEARCH_PAGE_ID
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()
See Also:
ISearchPage

setContainer

public void setContainer(ISearchPageContainer container)
See Also:
ISearchPage

setVisible

public void setVisible(boolean visible)
See Also:
IDialogPage

createControl

public void createControl(Composite parent)
See Also:
IDialogPage

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.