Uses of Interface
de.cau.cs.kieler.kiml.grana.ui.ISelectionListener

Packages that use ISelectionListener
de.cau.cs.kieler.kiml.grana.ui The graph analysis ui contributions. 
 

Uses of ISelectionListener in de.cau.cs.kieler.kiml.grana.ui
 

Classes in de.cau.cs.kieler.kiml.grana.ui that implement ISelectionListener
 class AnalysisSelectionDialog
          The dialog that shows a selection of graph analyses to the user to select from.
 class BatchAnalysisSelectionPage
          This page displays the available analyses and lets the user select any number of them for the batch run.
 

Methods in de.cau.cs.kieler.kiml.grana.ui with parameters of type ISelectionListener
 void AnalysisSelectionViewer.addSelectionListener(ISelectionListener listener)
          Adds a selection listener.
 void AnalysisSelectionViewer.removeSelectionListener(ISelectionListener listener)
          Removes a selection listener.