Uses of Class
org.eclipse.contribution.visualiser.core.Stripe

Packages that use Stripe
org.eclipse.contribution.visualiser.interfaces   
org.eclipse.contribution.visualiser.jdtImpl   
org.eclipse.contribution.visualiser.markerImpl   
org.eclipse.contribution.visualiser.simpleImpl   
org.eclipse.contribution.visualiser.views   
 

Uses of Stripe in org.eclipse.contribution.visualiser.interfaces
 

Methods in org.eclipse.contribution.visualiser.interfaces with parameters of type Stripe
 boolean IMarkupProvider.processMouseclick(IMember member, Stripe stripe, int buttonClicked)
          Called when the user clicks on a stripe on a member in the visualiser - the information passed is - The full name of the member, e.g.
 

Uses of Stripe in org.eclipse.contribution.visualiser.jdtImpl
 

Methods in org.eclipse.contribution.visualiser.jdtImpl with parameters of type Stripe
 boolean JDTSearchResultsMarkupProvider.processMouseclick(IMember member, Stripe stripe, int buttonClicked)
          Process a mouse click on a stripe.
 

Uses of Stripe in org.eclipse.contribution.visualiser.markerImpl
 

Subclasses of Stripe in org.eclipse.contribution.visualiser.markerImpl
 class MarkerMarkupProvider.StripeWithMarker
           
 

Methods in org.eclipse.contribution.visualiser.markerImpl with parameters of type Stripe
 boolean MarkerMarkupProvider.processMouseclick(IMember member, Stripe stripe, int buttonClicked)
          Process a mouse click on a stripe.
 

Uses of Stripe in org.eclipse.contribution.visualiser.simpleImpl
 

Methods in org.eclipse.contribution.visualiser.simpleImpl with parameters of type Stripe
 void SimpleMarkupProvider.addMarkup(java.lang.String membername, Stripe s)
          Add a Stripe to the member with the given name.
 boolean SimpleMarkupProvider.processMouseclick(IMember member, Stripe stripe, int buttonClicked)
          Process a mouse click on a stripe.
 boolean NullMarkupProvider.processMouseclick(IMember member, Stripe stripe, int buttonClicked)
          Processs a mouse click on a stripe.
 

Uses of Stripe in org.eclipse.contribution.visualiser.views
 

Methods in org.eclipse.contribution.visualiser.views with parameters of type Stripe
protected  void Visualiser.handleClick(IMember member, Stripe stripe, int buttonClicked)
          Handle a click that has occurred on the bar chart.