TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Interface ITraceSelection

All Superinterfaces:
org.eclipse.jface.viewers.ISelection, org.eclipse.jface.viewers.IStructuredSelection

public interface ITraceSelection
extends org.eclipse.jface.viewers.IStructuredSelection

A selection containing elements. The selection is updated every time a new element is selected in one of the trace views.


Method Summary
 void add(java.lang.Object object)
           
 boolean contains(java.lang.Object object)
           
 
Methods inherited from interface org.eclipse.jface.viewers.IStructuredSelection
getFirstElement, iterator, size, toArray, toList
 
Methods inherited from interface org.eclipse.jface.viewers.ISelection
isEmpty
 

Method Detail

add

void add(java.lang.Object object)
Parameters:
object - new selection

contains

boolean contains(java.lang.Object object)
Parameters:
object -
Returns:
true if the object is selected

TPTP 4.6.0 Platform Project
Public API Specification