Interface ILcyToolTipStyle

All Known Subinterfaces:
ILcyToolTippable

public interface ILcyToolTipStyle
A tool tip style is an object that is able to extract tool tips for a given object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToolTipComponents(Object aObject, ILcdGXYContext aGXYContext, Vector aToolTipComponentCollector)
    Add the components that should be shown as a tool tip to the Vector.
  • Method Details

    • addToolTipComponents

      void addToolTipComponents(Object aObject, ILcdGXYContext aGXYContext, Vector aToolTipComponentCollector)
      Add the components that should be shown as a tool tip to the Vector. The ILcdGXYContext can be used if different tool tips have to be shown for different parts of the object.
      Parameters:
      aObject - The object for which tool tips are requested.
      aGXYContext - The ILcdGXYContext for displaying the tool tip.
      aToolTipComponentCollector - A Vector to which the tool tip component(s) should be added.