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

G

GROUP_VIEW - Static variable in class org.eclipse.contribution.visualiser.core.resources.VisualiserImages
 
GradientVisualiserRenderer - class org.eclipse.contribution.visualiser.renderers.GradientVisualiserRenderer.
Just like the "default" style, but gradient filled.
GradientVisualiserRenderer() - Constructor for class org.eclipse.contribution.visualiser.renderers.GradientVisualiserRenderer
 
getActive(IMarkupKind) - Method in class org.eclipse.contribution.visualiser.views.Menu
Get the active state of a kind (IE is the checkbox checked).
getActive(String) - Method in class org.eclipse.contribution.visualiser.views.Menu
Get the active state of a kind by name(IE is the checkbox checked).
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.jdtImpl.JDTContentProvider
Get all groups
getAllGroups() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleContentProvider
Returns all registered groups
getAllJDTGroups(IJavaProject) - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
Get all package fragments for the given Java project
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.jdtImpl.JDTSearchResultsMarkupProvider
Get all the markup kinds - which in this case is the label for the last run search (if it was a java search)
getAllMarkupKinds() - Method in class org.eclipse.contribution.visualiser.simpleImpl.NullMarkupProvider
Get the set of all markup kinds - returns null
getAllMarkupKinds() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupProvider
Get all the markup kinds.
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.jdtImpl.JDTContentProvider
Get all members for the given group
getAllMembers() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
Get all members
getAllMembers() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTSearchResultsContentProvider
Get all members - returns null if last search to populate the search view wasn't a java search.
getAllMembers(IGroup) - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleContentProvider
Returns all IMembers contained in the given IGroup
getAllMembers() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleContentProvider
Returns the List of all IMembers in all registered groups
getAllPaletteDefinitions() - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
Get a list of all the registered palettes
getAllProviderDefinitions() - Static method in class org.eclipse.contribution.visualiser.core.ProviderManager
Get all provider definitions
getAllRendererDefinitions() - Static method in class org.eclipse.contribution.visualiser.core.RendererManager
Get a list of all the registered renderers
getBarWidth() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the bar width for the visualiser
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(IMarkupKind) - 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(IMarkupKind) - Method in class org.eclipse.contribution.visualiser.simpleImpl.NullMarkupProvider
Get the colour for the given String - returns null
getColorFor(IMarkupKind) - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupProvider
Get the colour for a given kind
getColumnHeaderHeight() - Method in interface org.eclipse.contribution.visualiser.interfaces.IVisualiserRenderer
The space required for headers of each columns
getColumnHeaderHeight() - Method in class org.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
 
getColumnHeaderHeight() - Method in class org.eclipse.contribution.visualiser.renderers.DefaultVisualiserRenderer
 
getConstrainedString(GC, String, int) - Method in class org.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
 
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.simpleImpl.SimpleGroup
Get the containing group.
getContainingGroup() - Method in class org.eclipse.contribution.visualiser.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
getCurrentPalette() - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
Get the current palette, either as set by the preferences, or if not set the default palette specified by the current provider, or if that is not set, use the default palette implementation
getCurrentProject() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
Get the current project
getCurrentRenderer() - Static method in class org.eclipse.contribution.visualiser.core.RendererManager
Get the current renderer, either as set by the preferences, or if not set the default renderer
getDefault() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the shared instance as VisualiserPlugin is a singleton.
getDefaultBarWidth() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the default bar width for the visualiser
getDefaultForProvider(ProviderDefinition) - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
 
getDefaultPalette() - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
Get the defined default palette
getDefaultRenderer() - Static method in class org.eclipse.contribution.visualiser.core.RendererManager
Get the defined default renderer (should only be used when the user hasn't specified a renderer)
getDefaultStripeHeight() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the default stripe height for the visualiser
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
getEmptyMessage() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
 
getFullName() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupKind
Get the full name, which is displayed as the tooltip in the menu Clients should return the result of getName if no full name exists
getFullName() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupKind
Get the fullName
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.markerImpl.ResourceMember
Get the full name for this member
getFullname() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleGroup
Get the full name for the group.
getFullname() - Method in class org.eclipse.contribution.visualiser.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.simpleImpl.NullMarkupProvider
Get the markups for the given group - returns null
getGroupMarkups(IGroup) - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupProvider
Get the markups for a group.
getGroupViewIcon() - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
Called when switching to this content provider to get the icon used in the Visualiser view for Group view.
getGroupViewIcon() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
 
getGroupViewIcon() - Method in class org.eclipse.contribution.visualiser.markerImpl.ResourceContentProvider
 
getGroupViewIcon() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleContentProvider
 
getID() - Method in class org.eclipse.contribution.visualiser.core.PaletteDefinition
Get the id of the palette represented by this palette definition
getID() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the id for this provider
getIcon() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupKind
Get the image to display
getIcon() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupKind
Get the icon for this kind.
getKinds() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Getter for the kinds of this stripe.
getLength(ICompilationUnit) - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
Given a compilation unit, work out the number of lines in its source.
getLineNumber(ICompilationUnit, int) - Static method in class org.eclipse.contribution.visualiser.utils.JDTUtils
 
getMarginSize() - Method in interface org.eclipse.contribution.visualiser.interfaces.IVisualiserRenderer
The padding to be used around the edges of the visualiser
getMarginSize() - Method in class org.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
 
getMarginSize() - Method in class org.eclipse.contribution.visualiser.renderers.DefaultVisualiserRenderer
 
getMarker() - Method in class org.eclipse.contribution.visualiser.markerImpl.MarkerMarkupProvider.StripeWithMarker
 
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
getMaxBarSize() - Method in class org.eclipse.contribution.visualiser.views.Visualiser
 
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.jdtImpl.JDTSearchResultsMarkupProvider
Get a List of Stripes for the given member, which are its markups.
getMemberMarkups(IMember) - Method in class org.eclipse.contribution.visualiser.simpleImpl.NullMarkupProvider
Get the markups for the given member - returns null
getMemberMarkups(IMember) - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupProvider
Get a List of Stripes for the given member, which are its markups.
getMemberViewIcon() - Method in interface org.eclipse.contribution.visualiser.interfaces.IContentProvider
Called when switching to this content provider to get the icon used in the Visualiser view for Member view.
getMemberViewIcon() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
 
getMemberViewIcon() - Method in class org.eclipse.contribution.visualiser.markerImpl.ResourceContentProvider
 
getMemberViewIcon() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleContentProvider
 
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.simpleImpl.SimpleGroup
Get all the members contained in this group
getMembersForPackage(IPackageFragment) - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTContentProvider
Get all JDT members for the given IPackageFragment (Java package)
getMinBarSize() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the minimum bar width for bars in the visualiser
getMinBarSize() - Method in class org.eclipse.contribution.visualiser.views.Visualiser
 
getName() - Method in class org.eclipse.contribution.visualiser.core.PaletteDefinition
Get the name of the palette represented by this palette definition
getName() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the name for this provider
getName() - Method in class org.eclipse.contribution.visualiser.core.RendererDefinition
Get the name of the renderer represented by this renderer definition
getName() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMarkupKind
Get the name to display
getName() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get this member's name
getName() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleGroup
Get the name of this group
getName() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupKind
Get the name of this kind.
getName() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMember
Get this member's name
getNextColourFor(String) - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMarkupProvider
Get the next assignable colour and assign it to the String argument.
getOffset() - Method in class org.eclipse.contribution.visualiser.core.Stripe
Get the offset for this Stripe
getPalette() - Method in class org.eclipse.contribution.visualiser.core.PaletteDefinition
Get the actual palette represented by this palette definition
getPaletteByID(String) - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
Return the palette definition with the given id, or null if not found
getPaletteByName(String) - Static method in class org.eclipse.contribution.visualiser.core.PaletteManager
Return the palette definition with the given name, or null if not found
getPaletteID() - Method in class org.eclipse.contribution.visualiser.core.ProviderDefinition
Get the default palette for this provider, if one has been specified
getPaletteIDForProvider(String) - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Return the chosen palette id for the given provider if one has been specified
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
getRGBValues() - Method in interface org.eclipse.contribution.visualiser.interfaces.IVisualiserPalette
Return the array of RGB values for this palette.
getRGBValues() - Method in class org.eclipse.contribution.visualiser.palettes.BrightVisualiserPalette
 
getRGBValues() - Method in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 
getRandomRGBValue() - Method in interface org.eclipse.contribution.visualiser.interfaces.IVisualiserPalette
Return another RGB value, to be used when the predefined values from getRGBValues() are exhausted.
getRandomRGBValue() - Method in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
Returns a colour with random R,G and B values that are between 50 and 250 and are multiples of 5.
getRenderer() - Method in class org.eclipse.contribution.visualiser.core.RendererDefinition
Get the actual renderer represented by this renderer definition
getRendererByName(String) - Static method in class org.eclipse.contribution.visualiser.core.RendererManager
Return the renderer definition with the given name, or null if not found
getRendererName() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the name of the chosen renderer
getResource() - Method in class org.eclipse.contribution.visualiser.jdtImpl.JDTMember
Gets the Java element represented by this member
getResource() - Method in class org.eclipse.contribution.visualiser.markerImpl.ResourceMember
 
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.
getSize() - Method in interface org.eclipse.contribution.visualiser.interfaces.IMember
Get the size
getSize() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleGroup
Get the size for this group.
getSize() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMember
Get the size
getSpacing() - Method in interface org.eclipse.contribution.visualiser.interfaces.IVisualiserRenderer
The space in-between columns
getSpacing() - Method in class org.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
 
getSpacing() - Method in class org.eclipse.contribution.visualiser.renderers.DefaultVisualiserRenderer
 
getStripeHeight() - Static method in class org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Get the 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.simpleImpl.SimpleGroup
Get this group's tooltip
getToolTip() - Method in class org.eclipse.contribution.visualiser.simpleImpl.SimpleMember
Get the tooltip for this member.
getVisMarkupProvider() - Method in class org.eclipse.contribution.visualiser.views.Visualiser
 
getWorkspace() - Static method in class org.eclipse.contribution.visualiser.VisualiserPlugin
Returns the workspace instance.
green1 - Static variable in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 
green2 - Static variable in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 
green3 - Static variable in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 
green4 - Static variable in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 
green5 - Static variable in class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
 

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