TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.symptom.internal.actions
Class LogNavigatorActionGrp

java.lang.Object
  extended byorg.eclipse.tptp.symptom.internal.actions.LogNavigatorActionGrp
All Implemented Interfaces:
org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

public class LogNavigatorActionGrp
extends java.lang.Object
implements org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

The contributions made to the log navigator's context menu

Since:
4.3

Constructor Summary
LogNavigatorActionGrp()
           
 
Method Summary
 void appendActions(org.eclipse.jface.action.IMenuManager menu)
           
 void createActions()
           
 void dispose()
           
 void updateSelection(org.eclipse.jface.viewers.IStructuredSelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogNavigatorActionGrp

public LogNavigatorActionGrp()
Method Detail

createActions

public void createActions()
Specified by:
createActions in interface org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

appendActions

public void appendActions(org.eclipse.jface.action.IMenuManager menu)
Specified by:
appendActions in interface org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

updateSelection

public void updateSelection(org.eclipse.jface.viewers.IStructuredSelection selection)
Specified by:
updateSelection in interface org.eclipse.hyades.ui.internal.navigator.action.INavigatorContributor

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification