Uses of Interface
org.eclipse.contribution.visualiser.interfaces.IMember

Packages that use IMember
org.eclipse.contribution.visualiser.interfaces   
org.eclipse.contribution.visualiser.interfaces.simpleImpl   
org.eclipse.contribution.visualiser.jdtimpl   
org.eclipse.contribution.visualiser.views   
 

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

Subinterfaces of IMember in org.eclipse.contribution.visualiser.interfaces
 interface IGroup
          The IGroup interface is a simple extension of IMember that supports children members.
 

Methods in org.eclipse.contribution.visualiser.interfaces with parameters of type IMember
 java.util.List IMarkupProvider.getMemberMarkups(IMember member)
          Return a list of all stripes in effect on this member.
 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.
 void IGroup.add(IMember member)
          Add a new IMember to this group.
 boolean IContentProvider.processMouseclick(IMember member, boolean markupWasClicked, int buttonClicked)
          Called when the user clicks on a member in the visualiser - the information passed is - The full name of the member, e.g.
 

Uses of IMember in org.eclipse.contribution.visualiser.interfaces.simpleImpl
 

Classes in org.eclipse.contribution.visualiser.interfaces.simpleImpl that implement IMember
 class ResourceMember
           
 class SimpleGroup
          Simple implementation of a group, see IGroup/IMember for more information.
 class SimpleMember
          Simple implementation of a member.
 

Methods in org.eclipse.contribution.visualiser.interfaces.simpleImpl with parameters of type IMember
 java.util.List SimpleMarkupProvider.getMemberMarkups(IMember member)
          Get a List of Stripes for the given member, which are its markups.
 boolean SimpleMarkupProvider.processMouseclick(IMember member, Stripe stripe, java.lang.String exactKind, int buttonClicked)
          Process a mouse click on a stripe.
 void SimpleGroup.add(IMember m)
          Add a member to this group
 boolean SimpleContentProvider.processMouseclick(IMember member, boolean markupWasClicked, int buttonClicked)
          Process a mouse click on a member belonging to this provider.
 java.util.List NullMarkupProvider.getMemberMarkups(IMember member)
          Get the markups for the given member - returns null
 boolean NullMarkupProvider.processMouseclick(IMember member, Stripe stripe, java.lang.String exactKind, int buttonClicked)
          Processs a mouse click on a stripe.
 

Uses of IMember in org.eclipse.contribution.visualiser.jdtimpl
 

Classes in org.eclipse.contribution.visualiser.jdtimpl that implement IMember
 class JDTGroup
          The JDT implementation of IGroup.
 class JDTMember
          The JDT implementation of IMember.
 

Methods in org.eclipse.contribution.visualiser.jdtimpl with parameters of type IMember
 java.util.List JDTMarkupProvider.getMemberMarkups(IMember member)
           
 boolean JDTMarkupProvider.processMouseclick(IMember member, Stripe stripe, java.lang.String exactKind, int buttonClicked)
           
 boolean JDTContentProvider.processMouseclick(IMember member, boolean markupWasClicked, int buttonClicked)
          Process a mouse click on a member
 

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

Constructors in org.eclipse.contribution.visualiser.views with parameters of type IMember
RectangleData(IMember m, Stripe s, java.lang.String a)
          The constructor - stores the associated Stripe, IMember and kind