Class NamedHandleObjectLabelProvider

All Implemented Interfaces:
IBaseLabelProvider, ILabelProvider

public final class NamedHandleObjectLabelProvider extends LabelProvider
A label provider for instances of NamedHandlerObject, which exposes the name as the label.
Since:
3.2
  • Constructor Details

    • NamedHandleObjectLabelProvider

      public NamedHandleObjectLabelProvider()
  • Method Details

    • getText

      public final String getText(Object element)
      The text of the element is simply the name of the element if its a defined instance of NamedHandleObject. Otherwise, this method just returns null.
      Specified by:
      getText in interface ILabelProvider
      Overrides:
      getText in class LabelProvider
      Parameters:
      element - The element for which the text should be retrieved; may be null.
      Returns:
      the name of the handle object; null if there is no name or if the element is not a named handle object.