Package org.eclipse.jface.viewers
Interface StructuredViewerInternals.AssociateListener
- Enclosing class:
- StructuredViewerInternals
@NoExtend
@NoImplement
protected static interface StructuredViewerInternals.AssociateListener
Nothing to see here.
- Since:
- 3.5
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Call when an element is associated with an Itemvoid
disassociate
(Item item) Called when an Item is no longer associatedvoid
filteredOut
(Object element) Called when an element has been filtered out.
-
Method Details
-
associate
Call when an element is associated with an Item- Parameters:
element
- the elementitem
- the item
-
disassociate
Called when an Item is no longer associated- Parameters:
item
- the item
-
filteredOut
Called when an element has been filtered out.- Parameters:
element
- the filtered element- Since:
- 3.6
-