Interface StructuredViewerInternals.AssociateListener

Enclosing class:
StructuredViewerInternals

@NoExtend @NoImplement protected static interface StructuredViewerInternals.AssociateListener
Nothing to see here.
Since:
3.5
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    associate(Object element, Item item)
    Call when an element is associated with an Item
    void
    Called when an Item is no longer associated
    void
    Called when an element has been filtered out.
  • Method Details

    • associate

      void associate(Object element, Item item)
      Call when an element is associated with an Item
      Parameters:
      element - the element
      item - the item
    • disassociate

      void disassociate(Item item)
      Called when an Item is no longer associated
      Parameters:
      item - the item
    • filteredOut

      void filteredOut(Object element)
      Called when an element has been filtered out.
      Parameters:
      element - the filtered element
      Since:
      3.6