|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |