|
|||||||||||
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,
java.lang.String exactKind,
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.interfaces.simpleImpl |
Methods in org.eclipse.contribution.visualiser.interfaces.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,
java.lang.String exactKind,
int buttonClicked)
Process a mouse click on a stripe. |
boolean |
NullMarkupProvider.processMouseclick(IMember member,
Stripe stripe,
java.lang.String exactKind,
int buttonClicked)
Processs a mouse click on a stripe. |
Uses of Stripe in org.eclipse.contribution.visualiser.jdtimpl |
Methods in org.eclipse.contribution.visualiser.jdtimpl with parameters of type Stripe | |
boolean |
JDTMarkupProvider.processMouseclick(IMember member,
Stripe stripe,
java.lang.String exactKind,
int buttonClicked)
|
Uses of Stripe in org.eclipse.contribution.visualiser.views |
Constructors in org.eclipse.contribution.visualiser.views with parameters of type Stripe | |
RectangleData(IMember m,
Stripe s,
java.lang.String a)
The constructor - stores the associated Stripe, IMember and kind |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |