Eclipse Platform
Release 3.6

org.eclipse.jface.viewers
Interface StructuredViewerInternals.AssociateListener

Enclosing class:
StructuredViewerInternals

protected static interface StructuredViewerInternals.AssociateListener

Nothing to see here.

Since:
3.5
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 void associate(Object element, Item item)
          Call when an element is associated with an Item
 void disassociate(Item item)
          Called when an Item is no longer associated
 void filteredOut(Object element)
          Called when an element has been filtered out.
 

Method Detail

associate

void associate(Object element,
               Item item)
Call when an element is associated with an Item

Parameters:
element -
item -

disassociate

void disassociate(Item item)
Called when an Item is no longer associated

Parameters:
item -

filteredOut

void filteredOut(Object element)
Called when an element has been filtered out.

Parameters:
element -
Since:
3.6

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.