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

Packages that use TimeBarSelectionModel
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). 
de.jaret.util.ui.timebars.swing This package contains the swing version of the TimeBarViewer. 
de.jaret.util.ui.timebars.swt This package contains the SWT version of the TimeBarViewer. 
 

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

Fields in de.jaret.util.ui.timebars declared as TimeBarSelectionModel
protected  TimeBarSelectionModel TimeBarViewerDelegate._selectionModel
          selection model, default implementation as default.
 

Methods in de.jaret.util.ui.timebars that return TimeBarSelectionModel
 TimeBarSelectionModel TimeBarViewerInterface.getSelectionModel()
          Get the selection model of the viewer.
 TimeBarSelectionModel TimeBarViewerDelegate.getSelectionModel()
           
 

Methods in de.jaret.util.ui.timebars with parameters of type TimeBarSelectionModel
 void TimeBarViewerDelegate.elementAddedToSelection(TimeBarSelectionModel selectionModel, java.lang.Object element)
          An element (either a row or an interval) has been added to the selection.
 void TimeBarViewerDelegate.elementRemovedFromSelection(TimeBarSelectionModel selectionModel, java.lang.Object element)
          An element (either a row or an interval) has been removed from the selection.
 void TimeBarViewerDelegate.selectionChanged(TimeBarSelectionModel selectionModel)
          The selection did unspecific change.
 void TimeBarViewerInterface.setSelectionModel(TimeBarSelectionModel selectionModel)
          Set the selectionmodel to be used by the viewer.
 void TimeBarViewerDelegate.setSelectionModel(TimeBarSelectionModel selectionModel)
           
 

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

Classes in de.jaret.util.ui.timebars.model that implement TimeBarSelectionModel
 class TimeBarSelectionModelImpl
          Implementation of TimeBarSelectionModel: straight forward.
 

Methods in de.jaret.util.ui.timebars.model with parameters of type TimeBarSelectionModel
 void TimeBarSelectionListener.elementAddedToSelection(TimeBarSelectionModel selectionModel, java.lang.Object element)
          An element (either a row or an interval) has been added to the selection.
 void TimeBarSelectionListener.elementRemovedFromSelection(TimeBarSelectionModel selectionModel, java.lang.Object element)
          An element (either a row or an interval) has been removed from the selection.
 void TimeBarSelectionListener.selectionChanged(TimeBarSelectionModel selectionModel)
          The selection did unspecific change.
 

Uses of TimeBarSelectionModel in de.jaret.util.ui.timebars.swing
 

Methods in de.jaret.util.ui.timebars.swing that return TimeBarSelectionModel
 TimeBarSelectionModel TimeBarViewer.getSelectionModel()
          Get the selection model of the viewer.
 

Methods in de.jaret.util.ui.timebars.swing with parameters of type TimeBarSelectionModel
 void TimeBarViewer.setSelectionModel(TimeBarSelectionModel selectionModel)
          Set the selectionmodel to be used by the viewer.
 

Uses of TimeBarSelectionModel in de.jaret.util.ui.timebars.swt
 

Methods in de.jaret.util.ui.timebars.swt that return TimeBarSelectionModel
 TimeBarSelectionModel TimeBarViewer.getSelectionModel()
          Get the selection model of the viewer.
 

Methods in de.jaret.util.ui.timebars.swt with parameters of type TimeBarSelectionModel
 void TimeBarViewer.setSelectionModel(TimeBarSelectionModel selectionModel)
          Set the selectionmodel to be used by the viewer.
 



Copyright © 2012. All Rights Reserved.