Uses of Interface
de.jaret.util.ui.timebars.model.TimeBarSelectionListener

Packages that use TimeBarSelectionListener
de.jaret.util.ui.timebars This package contains a suite of classes and interfaces to define and display a model of intervals over a discrete set of rows. 
de.jaret.util.ui.timebars.model This package contains the model classes for the TimeBarViewer (in both versions: swing and swt). 
 

Uses of TimeBarSelectionListener in de.jaret.util.ui.timebars
 

Classes in de.jaret.util.ui.timebars that implement TimeBarSelectionListener
 class TimeBarViewerDelegate
          The delegate for supporting a TimeBarViewer.
 

Uses of TimeBarSelectionListener in de.jaret.util.ui.timebars.model
 

Fields in de.jaret.util.ui.timebars.model with type parameters of type TimeBarSelectionListener
protected  java.util.List<TimeBarSelectionListener> TimeBarSelectionModelImpl._listenerList
          listener list.
 

Methods in de.jaret.util.ui.timebars.model with parameters of type TimeBarSelectionListener
 void TimeBarSelectionModelImpl.addTimeBarSelectionListener(TimeBarSelectionListener tbsl)
          Add a TimeBarSelectionListener to be informed if the selection is altered.
 void TimeBarSelectionModel.addTimeBarSelectionListener(TimeBarSelectionListener tbsl)
          Add a TimeBarSelectionListener to be informed if the selection is altered.
 void TimeBarSelectionModelImpl.remTimeBarSelectionListener(TimeBarSelectionListener tbsl)
          Remove a registered Listener.
 void TimeBarSelectionModel.remTimeBarSelectionListener(TimeBarSelectionListener tbsl)
          Remove a registered Listener.
 



Copyright © 2012. All Rights Reserved.