iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.search
Class ISeriesSearchPage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended bycom.ibm.etools.iseries.core.search.ISeriesSearchPage
All Implemented Interfaces:
EventListener, IDialogPage, IMessageProvider, ISearchPage, Listener, ModifyListener, SWTEventListener

public class ISeriesSearchPage
extends DialogPage
implements ISearchPage, Listener, ModifyListener

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
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
ISeriesSearchPage()
           
 
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 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

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

ISeriesSearchPage

public ISeriesSearchPage()
Method Detail

createControl

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

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(ISearchPageContainer)

handleEvent

public void handleEvent(Event event)
Specified by:
handleEvent in interface Listener
See Also:
Listener.handleEvent(Event)

modifyText

public void modifyText(ModifyEvent e)
Specified by:
modifyText in interface ModifyListener
See Also:
ModifyListener.modifyText(ModifyEvent)

setVisible

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

iSeries Remote Systems
v6.0.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.