Class TimeGraphTreeExpansionEvent

java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTreeExpansionEvent
All Implemented Interfaces:
Serializable

public class TimeGraphTreeExpansionEvent extends EventObject
Notifier for the time graph view that a tree has been expanded.
Author:
Patrick Tasse
See Also:
  • Constructor Details

    • TimeGraphTreeExpansionEvent

      public TimeGraphTreeExpansionEvent(Object source, ITimeGraphEntry entry)
      Creates a new event for the given source and entry.
      Parameters:
      source - the tree viewer
      entry - the entry
  • Method Details

    • getEntry

      public ITimeGraphEntry getEntry()
      Returns the entry that got expanded or collapsed.
      Returns:
      the entry