TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.search
Class TestLogSearchPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.hyades.test.ui.internal.search.TestLogSearchPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.search.ui.ISearchPage, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class TestLogSearchPage
extends org.eclipse.jface.dialogs.DialogPage
implements org.eclipse.search.ui.ISearchPage, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener


Field Summary
static java.lang.String PROVIDER_EXT_ATTR_ICON
           
static java.lang.String PROVIDER_EXT_ATTR_LABEL
           
static java.lang.String PROVIDER_EXT_ELEM_PROVIDER
           
static java.lang.String PROVIDER_EXT_POINT_ID
           
static java.lang.String SEARCH_OPTION_CASE_SENSITIVE
           
static java.lang.String SEARCH_OPTION_DEPTH
           
static java.lang.String WILD_CARD
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
TestLogSearchPage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
protected  void createElementSearchControls(org.eclipse.swt.widgets.Composite parent)
           
protected  org.eclipse.search.ui.ISearchQuery createSearchQuery()
           
protected  void createTextSearchControls(org.eclipse.swt.widgets.Composite parent)
           
 void dispose()
           
 org.eclipse.search.ui.ISearchPageContainer getContainer()
           
 org.eclipse.hyades.test.ui.internal.search.TestLogSearchPage.SearchExtension[] getElementSearchProviders()
           
 void modifyText(org.eclipse.swt.events.ModifyEvent e)
           
 boolean performAction()
           
 void setContainer(org.eclipse.search.ui.ISearchPageContainer container)
           
 void setVisible(boolean visible)
           
protected  void updateSearchButton()
           
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
           
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, 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
getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle
 

Field Detail

SEARCH_OPTION_CASE_SENSITIVE

public static final java.lang.String SEARCH_OPTION_CASE_SENSITIVE
See Also:
Constant Field Values

SEARCH_OPTION_DEPTH

public static final java.lang.String SEARCH_OPTION_DEPTH
See Also:
Constant Field Values

WILD_CARD

public static final java.lang.String WILD_CARD
See Also:
Constant Field Values

PROVIDER_EXT_POINT_ID

public static final java.lang.String PROVIDER_EXT_POINT_ID
See Also:
Constant Field Values

PROVIDER_EXT_ELEM_PROVIDER

public static final java.lang.String PROVIDER_EXT_ELEM_PROVIDER
See Also:
Constant Field Values

PROVIDER_EXT_ATTR_LABEL

public static final java.lang.String PROVIDER_EXT_ATTR_LABEL
See Also:
Constant Field Values

PROVIDER_EXT_ATTR_ICON

public static final java.lang.String PROVIDER_EXT_ATTR_ICON
See Also:
Constant Field Values
Constructor Detail

TestLogSearchPage

public TestLogSearchPage()
Method Detail

performAction

public boolean performAction()
Specified by:
performAction in interface org.eclipse.search.ui.ISearchPage

setContainer

public void setContainer(org.eclipse.search.ui.ISearchPageContainer container)
Specified by:
setContainer in interface org.eclipse.search.ui.ISearchPage

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage

createTextSearchControls

protected void createTextSearchControls(org.eclipse.swt.widgets.Composite parent)

createElementSearchControls

protected void createElementSearchControls(org.eclipse.swt.widgets.Composite parent)

updateSearchButton

protected void updateSearchButton()

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
setVisible in class org.eclipse.jface.dialogs.DialogPage

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
dispose in class org.eclipse.jface.dialogs.DialogPage

getContainer

public org.eclipse.search.ui.ISearchPageContainer getContainer()

createSearchQuery

protected org.eclipse.search.ui.ISearchQuery createSearchQuery()

getElementSearchProviders

public org.eclipse.hyades.test.ui.internal.search.TestLogSearchPage.SearchExtension[] getElementSearchProviders()

modifyText

public void modifyText(org.eclipse.swt.events.ModifyEvent e)
Specified by:
modifyText in interface org.eclipse.swt.events.ModifyListener

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

TPTP 4.5.0 Testing Tools Project
Internal API Specification