com.ibm.etools.iseries.core.search
Class ISeriesSearchPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
com.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
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 |
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
ISeriesSearchPage
public ISeriesSearchPage()
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)
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.