Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.search
Class SearchPage

java.lang.Object
  extended by DialogPage
      extended by com.ibm.etools.iseries.rse.ui.search.SearchPage

public class SearchPage
extends DialogPage

This class provides the dialog page for iSeries search in the Search


Field Summary
static String Copyright
           
static int INPUT_EMPTY
           
static int INPUT_NOT_NUMERIC
           
static int INPUT_NOT_POSITIVE
           
static int INPUT_VALID
           
 
Constructor Summary
SearchPage()
           
 
Method Summary
 void createControl(Composite parent)
           
 void handleEvent(Event event)
           
 void modifyText(ModifyEvent e)
           
 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

Copyright

public static final String Copyright
See Also:
Constant Field Values

INPUT_VALID

public static final int INPUT_VALID
See Also:
Constant Field Values

INPUT_EMPTY

public static final int INPUT_EMPTY
See Also:
Constant Field Values

INPUT_NOT_NUMERIC

public static final int INPUT_NOT_NUMERIC
See Also:
Constant Field Values

INPUT_NOT_POSITIVE

public static final int INPUT_NOT_POSITIVE
See Also:
Constant Field Values
Constructor Detail

SearchPage

public SearchPage()
Method Detail

createControl

public void createControl(Composite parent)
See Also:
IDialogPage

performAction

public boolean performAction()
See Also:
ISearchPage

setContainer

public void setContainer(ISearchPageContainer container)
See Also:
ISearchPage

handleEvent

public void handleEvent(Event event)
See Also:
Listener

modifyText

public void modifyText(ModifyEvent e)
See Also:
ModifyListener

setVisible

public void setVisible(boolean visible)
See Also:
IDialogPage

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.