Class MethodListLabelProvider

All Implemented Interfaces:
IBaseLabelProvider, IToolTipProvider

public class MethodListLabelProvider extends StyledCellLabelProvider
Label provider drawing strings with methods' signatures.
  • Constructor Details

    • MethodListLabelProvider

      public MethodListLabelProvider(TreeViewer tree)
      Creates new label provider and associates it with specified table viewer.
      Parameters:
      tree - Tree viewer to associate this provider with.
  • Method Details