TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.hyades.trace.views.adapter.internal
Class ReferenceTablePage

java.lang.Object
  extended byTraceViewerPage
      extended byorg.eclipse.hyades.trace.views.adapter.internal.ReferenceTablePage

public class ReferenceTablePage
extends TraceViewerPage

Insert the type's description here. Creation date: (06/14/2000 12:34:21 PM)

See Also:
Serialized Form

Field Summary
protected  ReferenceTable _view
           
 
Constructor Summary
ReferenceTablePage(org.eclipse.emf.ecore.EObject mofObject, TraceViewer _viewer)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Insert the method's description here.
 void dispose()
           
 void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
          Contribute to the view popup menu
 org.eclipse.swt.widgets.Control getControl()
           
 org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery getCurrentFilter()
           
 ReferenceTable getView()
           
 boolean isEmpty()
           
 void makeActions()
          Insert the method's description here.
 org.eclipse.jface.action.Action openSource()
          Insert the method's description here.
 org.eclipse.jface.action.Action referands()
           
 org.eclipse.jface.action.Action referee()
           
 void refreshPage()
          Insert the method's description here.
 void selectionChanged()
          Insert the method's description here.
 void setFocus()
          Sets focus to a part in the page.
 void update(boolean newPage)
          Insert the method's description here.
 void updateFilterAppliedDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_view

protected ReferenceTable _view
Constructor Detail

ReferenceTablePage

public ReferenceTablePage(org.eclipse.emf.ecore.EObject mofObject,
                          TraceViewer _viewer)
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Insert the method's description here. Creation date: (06/14/2000 12:38:21 PM)

Parameters:
parent - org.eclipse.swt.widgets.Composite
Returns:
org.eclipse.swt.widgets.Control

dispose

public void dispose()
See Also:
IPage.dispose()

getControl

public org.eclipse.swt.widgets.Control getControl()
Returns:
the SWT control for this page

getView

public ReferenceTable getView()

makeActions

public void makeActions()
Insert the method's description here. Creation date: (1/11/2001 2:54:24 PM)


openSource

public org.eclipse.jface.action.Action openSource()
Insert the method's description here. Creation date: (8/1/2001 6:31:38 PM)

Returns:
org.eclipse.jface.action.Action

referands

public org.eclipse.jface.action.Action referands()

referee

public org.eclipse.jface.action.Action referee()

refreshPage

public void refreshPage()
Insert the method's description here. Creation date: (6/5/2001 2:45:25 PM)


selectionChanged

public void selectionChanged()
Insert the method's description here. Creation date: (6/5/2001 2:45:25 PM)


setFocus

public void setFocus()
Sets focus to a part in the page.


update

public void update(boolean newPage)
Insert the method's description here. Creation date: (08/14/2000 5:50:25 PM)


fillContextMenu

public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
Contribute to the view popup menu

Parameters:
menu -

isEmpty

public boolean isEmpty()

getCurrentFilter

public org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery getCurrentFilter()

updateFilterAppliedDescription

public void updateFilterAppliedDescription()

TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification