TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification

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

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

public class PatternPage
extends TraceViewerPage

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

See Also:
Serialized Form

Field Summary
protected  ExecutionDetails _view
           
 
Constructor Summary
PatternPage(org.eclipse.emf.ecore.EObject mofObject, TraceViewer _viewer)
           
 
Method Summary
 org.eclipse.jface.action.Action baseTime()
           
 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()
          Returns the SWT control for this page
 ExecutionDetails getView()
           
 boolean isEmpty()
           
 void makeActions()
          Insert the method's description here.
 org.eclipse.jface.action.Action percentMode()
           
 org.eclipse.jface.action.Action rawTime()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_view

protected ExecutionDetails _view
Constructor Detail

PatternPage

public PatternPage(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

dispose

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

getControl

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

Returns:
the SWT control for this page

getView

public ExecutionDetails getView()

makeActions

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


baseTime

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

rawTime

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

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()

percentMode

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

TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification