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

Packages that use TimeBarModel
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 TimeBarModel in de.jaret.util.ui.timebars
 

Fields in de.jaret.util.ui.timebars declared as TimeBarModel
protected  TimeBarModel TimeBarViewerDelegate._model
          The model.
 

Methods in de.jaret.util.ui.timebars that return TimeBarModel
 TimeBarModel TimeBarViewerInterface.getModel()
          Retrieve the flat model used by the viewer.
 TimeBarModel TimeBarViewerDelegate.getModel()
          Get the model the viewer displays.
 

Methods in de.jaret.util.ui.timebars with parameters of type TimeBarModel
 void TimeBarViewerDelegate.elementAdded(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          A new element was added to a row.
 void TimeBarViewerDelegate.elementChanged(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          An element in a row has changed.
 void TimeBarViewerDelegate.elementRemoved(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          An element was removed from a row.
 void TimeBarViewerDelegate.headerChanged(TimeBarModel model, TimeBarRow row, java.lang.Object newHeader)
          The header of a row changed.
 void TimeBarViewerDelegate.modelDataChanged(TimeBarModel model)
          Unspecific or multiple changes occured in the model.
 void TimeBarViewerDelegate.rowAdded(TimeBarModel model, TimeBarRow row)
          The model was enlarged by a new row.
 void TimeBarViewerDelegate.rowDataChanged(TimeBarModel model, TimeBarRow row)
          Unspecific change in the data of a row.
 void TimeBarViewerDelegate.rowRemoved(TimeBarModel model, TimeBarRow row)
          The model was reduced by a row.
 void TimeBarViewerInterface.setModel(TimeBarModel model)
          Set the flat model to be displayed.
 void TimeBarViewerDelegate.setModel(TimeBarModel model)
          Set the model to be displayed.
 

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

Classes in de.jaret.util.ui.timebars.model that implement TimeBarModel
 class AbstractTimeBarModel
          An abstract implementation of the TimeBarModel interface.
 class DefaultTimeBarModel
          A default implementation of the TimeBarModel interface.
 class StdHierarchicalTimeBarModel
          An implementation of of a "normal" TimeBarModel based on a hierarchical model and a viewstate.
 

Methods in de.jaret.util.ui.timebars.model with parameters of type TimeBarModel
 void TimeBarModelListener.elementAdded(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          A new element was added to a row.
 void TimeBarModelListener.elementChanged(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          An element in a row has changed.
 void TimeBarModelListener.elementRemoved(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
          An element was removed from a row.
 void TimeBarModelListener.headerChanged(TimeBarModel model, TimeBarRow row, java.lang.Object newHeader)
          The header of a row changed.
 void TimeBarModelListener.modelDataChanged(TimeBarModel model)
          Unspecific or multiple changes occured in the model.
 void TimeBarModelListener.rowAdded(TimeBarModel model, TimeBarRow row)
          The model was enlarged by a new row.
 void TimeBarModelListener.rowDataChanged(TimeBarModel model, TimeBarRow row)
          Unspecific change in the data of a row.
 void TimeBarModelListener.rowRemoved(TimeBarModel model, TimeBarRow row)
          The model was reduced by a row.
 

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

Methods in de.jaret.util.ui.timebars.swing that return TimeBarModel
 TimeBarModel TimeBarViewer.getModel()
          Retrieve the flat model used by the viewer.
 

Methods in de.jaret.util.ui.timebars.swing with parameters of type TimeBarModel
 void TimeBarViewer.setModel(TimeBarModel model)
          Set the flat model to be displayed.
 

Constructors in de.jaret.util.ui.timebars.swing with parameters of type TimeBarModel
TimeBarViewer(TimeBarModel model)
          Constructs a timebarviewer with both y and x scrollbars.
TimeBarViewer(TimeBarModel model, boolean suppressXScroll, boolean suppressYScroll)
          Constructs a timebar viewer.
 

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

Methods in de.jaret.util.ui.timebars.swt that return TimeBarModel
 TimeBarModel TimeBarViewer.getModel()
          Retrieve the flat model used by the viewer.
 

Methods in de.jaret.util.ui.timebars.swt with parameters of type TimeBarModel
 void TimeBarViewer.setModel(TimeBarModel model)
          Set the flat model to be displayed.
 



Copyright © 2012. All Rights Reserved.