org.eclipse.cdt.internal.ui.search
Class PDOMSearchPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.internal.ui.search.PDOMSearchPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.search.ui.ISearchPage

public class PDOMSearchPage
extends org.eclipse.jface.dialogs.DialogPage
implements org.eclipse.search.ui.ISearchPage

Author:
Doug Schaefer

Field Summary
static java.lang.String EXTENSION_ID
           
static java.lang.String EXTERNALMATCH_ENABLED
          Preference key for external marker enablement
static java.lang.String EXTERNALMATCH_VISIBLE
          Preference key for external marker visibilty
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
PDOMSearchPage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 boolean performAction()
           
 void setContainer(org.eclipse.search.ui.ISearchPageContainer container)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, performHelp, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle
 
Methods inherited from class java.lang.Object
equals, 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

EXTENSION_ID

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

EXTERNALMATCH_ENABLED

public static final java.lang.String EXTERNALMATCH_ENABLED
Preference key for external marker enablement

See Also:
Constant Field Values

EXTERNALMATCH_VISIBLE

public static final java.lang.String EXTERNALMATCH_VISIBLE
Preference key for external marker visibilty

See Also:
Constant Field Values
Constructor Detail

PDOMSearchPage

public PDOMSearchPage()
Method Detail

performAction

public boolean performAction()
Specified by:
performAction 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

setContainer

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

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