TPTP 4.4.0 Testing Tools Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.ui.part.Page
      extended byorg.eclipse.search.ui.text.AbstractTextSearchViewPage
          extended byorg.eclipse.hyades.test.ui.internal.search.TestLogSearchResultPage
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage, org.eclipse.search.ui.ISearchResultPage

public class TestLogSearchResultPage
extends org.eclipse.search.ui.text.AbstractTextSearchViewPage
implements org.eclipse.core.runtime.IAdaptable


Field Summary
 
Fields inherited from class org.eclipse.search.ui.text.AbstractTextSearchViewPage
EMPTY_MATCH_ARRAY, FLAG_LAYOUT_FLAT, FLAG_LAYOUT_TREE
 
Constructor Summary
TestLogSearchResultPage()
           
TestLogSearchResultPage(int supportedLayouts)
           
 
Method Summary
protected  void clear()
           
protected  void configureTableViewer(org.eclipse.jface.viewers.TableViewer viewer)
           
protected  void configureTreeViewer(org.eclipse.jface.viewers.TreeViewer viewer)
           
protected  void elementsChanged(java.lang.Object[] objects)
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 org.eclipse.jface.viewers.StructuredViewer getViewer()
           
 void setInput(org.eclipse.search.ui.ISearchResult search, java.lang.Object viewState)
           
protected  void showMatch(org.eclipse.search.ui.text.Match match, int currentOffset, int currentLength, boolean activate)
           
 
Methods inherited from class org.eclipse.search.ui.text.AbstractTextSearchViewPage
canRemoveMatchesWith, createControl, createTableViewer, createTreeViewer, dispose, fillContextMenu, fillToolbar, getControl, getCurrentMatch, getCurrentMatchLocation, getDisplayedMatchCount, getDisplayedMatches, getElementLimit, getID, getInput, getLabel, getLayout, getSettings, getUIState, getViewPart, gotoNextMatch, gotoPreviousMatch, handleOpen, handleSearchResultChanged, init, internalRemoveSelected, isLayoutSupported, postEnsureSelection, restoreState, saveState, setElementLimit, setFocus, setID, setLayout, setViewPart, showMatch
 
Methods inherited from class org.eclipse.ui.part.Page
getSite, makeContributions, setActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.part.IPageBookViewPage
getSite
 
Methods inherited from interface org.eclipse.ui.part.IPage
setActionBars
 

Constructor Detail

TestLogSearchResultPage

public TestLogSearchResultPage(int supportedLayouts)

TestLogSearchResultPage

public TestLogSearchResultPage()
Method Detail

elementsChanged

protected void elementsChanged(java.lang.Object[] objects)

clear

protected void clear()

configureTreeViewer

protected void configureTreeViewer(org.eclipse.jface.viewers.TreeViewer viewer)

configureTableViewer

protected void configureTableViewer(org.eclipse.jface.viewers.TableViewer viewer)

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable

getViewer

public org.eclipse.jface.viewers.StructuredViewer getViewer()

setInput

public void setInput(org.eclipse.search.ui.ISearchResult search,
                     java.lang.Object viewState)
Specified by:
setInput in interface org.eclipse.search.ui.ISearchResultPage

showMatch

protected void showMatch(org.eclipse.search.ui.text.Match match,
                         int currentOffset,
                         int currentLength,
                         boolean activate)
                  throws org.eclipse.ui.PartInitException
Throws:
org.eclipse.ui.PartInitException

TPTP 4.4.0 Testing Tools Project
Internal API Specification