Uses of Interface
anl.aida.client.doc.DocumentContainer

Packages that use DocumentContainer
anl.aida.client.net   
anl.aida.viz   
 

Uses of DocumentContainer in anl.aida.client.net
 

Subinterfaces of DocumentContainer in anl.aida.client.net
 interface CGEdge
          Interface for classes that implement an edge.
 

Classes in anl.aida.client.net that implement DocumentContainer
 class DefaultCGEdge
          Default implementation of CGEdge.
 class TermNode
          A node in a concept graph.
 

Uses of DocumentContainer in anl.aida.viz
 

Fields in anl.aida.viz with type parameters of type DocumentContainer
private  SelectionManager<DocumentContainer> NodeDragSelectionHandler.selection
           
protected  SelectionManager<DocumentContainer> NetworkDisplay.selection
           
private  SelectionManager<DocumentContainer> EdgeSelectionHandler.selection
           
 

Method parameters in anl.aida.viz with type arguments of type DocumentContainer
 void NodeDragSelectionHandler.addSelectionManager(SelectionManager<DocumentContainer> selection)
           
 void EdgeSelectionHandler.addSelectionManager(SelectionManager<DocumentContainer> selection)