A B C D E F G H I J L M N O P R S T U V Z

G

getActive(String) - Method in class org.eclipse.contribution.visualiser.views.Menu
Get the active state of a kind (i.e.
getActiveWorkbenchWindow() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Gets the active workbench window
getAllGroups() - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
Return a list of all groups that the provider knows about.
getAllGroups() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleContentProvider
Returns all registered groups
getAllGroups() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get all groups
getAllJDTGroups(IJavaProject) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get all package fragments for the given Java project
getAllJDTMembers(IPackageFragment) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get all JDT members for the given IPackageFragment (Java package)
getAllMarkupKinds() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupProvider
Return a list of all possible 'kinds' covered by all the stripes in the visualisation.
getAllMarkupKinds() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.NullMarkupProvider
Get the set of all markup kinds - returns null
getAllMarkupKinds() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMarkupProvider
Get all the markup kinds.
getAllMarkupKinds() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTMarkupProvider
 
getAllMembers(IGroup) - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
Return a list of all members in a group.
getAllMembers() - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
Return a list of all members in all groups the provider knows about.
getAllMembers(IGroup) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleContentProvider
Returns all IMembers contained in the given IGroup
getAllMembers() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleContentProvider
Returns the List of all IMembers in all registered groups
getAllMembers(IGroup) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get all members for the given group
getAllMembers() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get all members
getAllProviderDefinitions() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get all provider definitions
getBarDrawing() - Static method in class org.eclipse.contribution.visualiser.views.BarDrawing
Get the single instance of this class
getClassDeclLineNum(IJavaElement) - Static method in class org.eclipse.contribution.visualiser.utils.JDTUtils
Get the line number for the class declaration in the given IJavaElement, which should be an ICompilationUnit.
getColorFor(String) - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupProvider
Ask for a color for a given kind - if one is not currently allocated, it will be selected from those available.
getColorFor(String) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.NullMarkupProvider
Get the colour for the given String - returns null
getColorFor(String) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMarkupProvider
Get the Color assigned to the given kind.
getColorFor(String, boolean) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMarkupProvider
Get the Color assigned to the given kind, or if the boolean argument is true and a Color is not found, assign a new one, else return null.
getColorFor(String) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTMarkupProvider
 
getColorList() - Static method in class org.eclipse.contribution.visualiser.utils.ColorUtils
Get the list of all defined Colors
getContainingGroup() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get the group which contains this member
getContainingGroup() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get the containing group.
getContainingGroup() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMember
Get the IGroup which contains this member
getContentProvider() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the IContentProvider associated with this provider
getContentProvider() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get the currently active content provider
getCurrent() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get the current provider definition
getCurrentProject() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get the current project, if nobody has set a project yet, use the first open project in the workspace
getDefault() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the shared instance as VisualiserPlugin is a singleton.
getDepth() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Get this Stripe's depth
getDescription() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the description of this provider
getDownComponent() - Method in class org.eclipse.contribution.visualiser.views.BarButton
 
getDownComponent() - Method in class org.eclipse.contribution.visualiser.views.TraversableRectangleFigure
Returns the downComponent.
getEmptyMessage() - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
This string returned here is displayed by the visualiser when the content provider has nothing to display.
getEmptyMessage() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.FileContentProvider
Return message to display when visualiser is empty
getEmptyMessage() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleContentProvider
 
getEmptyMessage() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Return message to display when visualiser is empty
getFullname() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get the full (or fully qualified) name for this member
getFullname() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get the full name for the group.
getFullname() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMember
Get the full name for this member
getGroupForFragment(IPackageFragment) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTContentProvider
Get a JDTGroup to represent the give IPackageFragment (Java package)
getGroupMarkups(IGroup) - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupProvider
Return a list of all stripes in effect on all members of the group.
getGroupMarkups(IGroup) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.NullMarkupProvider
Get the markups for the given group - returns null
getGroupMarkups(IGroup) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMarkupProvider
Get the markups for a group.
getGroupMarkups(IGroup) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTMarkupProvider
 
getKinds() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Getter for the kinds of this stripe.
getLeftComponent() - Method in class org.eclipse.contribution.visualiser.views.BarButton
 
getLeftComponent() - Method in class org.eclipse.contribution.visualiser.views.TraversableRectangleFigure
Returns the leftComponent.
getMarkersToDisplay() - Static method in class org.eclipse.contribution.visualiser.views.Menu
 
getMarkupInstance() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the IMarkupProvider associated with this provider
getMarkupProvider() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get the currently active markup provider
getMaxBarSize() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the maximum bar width for bars in the visualsier
getMemberMarkups(IMember) - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupProvider
Return a list of all stripes in effect on this member.
getMemberMarkups(IMember) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.NullMarkupProvider
Get the markups for the given member - returns null
getMemberMarkups(IMember) - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMarkupProvider
Get a List of Stripes for the given member, which are its markups.
getMemberMarkups(IMember) - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTMarkupProvider
 
getMembers() - Method in interface org.eclipse.contribution.visualiser.interfaces.IGroup
Return list of all children in this group, the list should contain IMembers.
getMembers() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get all the members contained in this group
getMinBarSize() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the minimum bar width for bars in the visualiser
getName() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the name for this provider
getName() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get this member's name
getName() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get the name of this group
getName() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMember
Get this member's name
getOffset() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Get the offset for this Stripe
getPreferenceStore() - Method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferencesDialog
Get the preference store
getPriority() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the priority of this provider
getProvider() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the name of the current provider
getProviderManager() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Getter method for the provider manager
getProviderManager() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get the single instance of the ProviderManager
getRandomColor() - Static method in class org.eclipse.contribution.visualiser.utils.ColorUtils
Returns a colour with random R,G and B values that are between 50 and 250 and are multiples of 5.
getResource() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.ResourceMember
 
getResource() - Method in class org.eclipse.contribution.visualiser.jdtimpl.JDTMember
Gets the Java element represented by this member
getResourceBundle() - Method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the plugin's resource bundle,
getResourceString(String) - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getRightComponent() - Method in class org.eclipse.contribution.visualiser.views.BarButton
 
getRightComponent() - Method in class org.eclipse.contribution.visualiser.views.TraversableRectangleFigure
Returns the rightComponent.
getSize() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get the size
getSize() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get the size for this group.
getSize() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMember
Get the size
getString(String) - Static method in class org.eclipse.contribution.visualiser.views.Messages
Get the String for the given key.
getStripeSize() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the minimum stripe height for the visualiser
getTitle() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the title for this provider definition
getToolTip() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Get the tooltip for this Stripe, which is a list of its kinds
getToolTip() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get the tooltip
getToolTip() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleGroup
Get this group's tooltip
getToolTip() - Method in class org.eclipse.contribution.visualiser.interfaces.simpleImpl.SimpleMember
Get the tooltip for this member.
getUpComponent() - Method in class org.eclipse.contribution.visualiser.views.TraversableRectangleFigure
Returns the upComponent.
getWorkspace() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the workspace instance.

A B C D E F G H I J L M N O P R S T U V Z