Uses of Package
de.jaret.util.ui.timebars.model

Packages that use de.jaret.util.ui.timebars.model
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.mod This package contains an interface for deciding about interval modifications. 
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.strategy This package contains the definition of an interface for externalizing the strategy used to calculate overlap information and a default implementation that does a complete overlap check as seen in earlier versions of the time bar viewer. 
de.jaret.util.ui.timebars.swing This package contains the swing version of the TimeBarViewer. 
de.jaret.util.ui.timebars.swing.dnd   
de.jaret.util.ui.timebars.swing.renderer This package contains interface and default implementations of different renderers for the swing version of the TimeBarViewer. 
de.jaret.util.ui.timebars.swt This package contains the SWT version of the TimeBarViewer. 
de.jaret.util.ui.timebars.swt.renderer This package contains renderer interfaces and default implementations the SWT version of the TimeBarViewer. 
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars
FocussedIntervalListener
          Interface for listening on the change of the focussed interval in a timebar viewer.
HierarchicalTimeBarModel
          Interface describing a hierarchical model.
HierarchicalViewState
          Interface describing the viewstate of a hierarchical time bar model (expanded/not expanded).
IIntervalRelation
          Relation between intervals.
ISelectionRectListener
          Interface allowing listening to the selection rectangle in a time bar viewer.
ITimeBarChangeListener
          Listener interface for listeners that will be notified on changes a user makes interactively using the timebar viewer.
ITimeBarViewState
          A standard viewstate for the timebar viewer.
PPSInterval
          Special interval for holding a pps value in the xScalePPSInterval row.
TBRect
          Simple struct holding the information about a region in the time bar viewer.
TimeBarModel
          Model for a number of rows containing intervals.
TimeBarModelListener
          Interface for listening to changes in the data of a TimeBarModel.
TimeBarNode
          Interface describing a time bar row in a hierarchy of rows.
TimeBarRow
          Model for a single row of intervals.
TimeBarSelectionListener
          Listener for registering selection changes on a TimeBarSelectionModel.
TimeBarSelectionModel
          Selection model for the TimeBarModel.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.mod
TimeBarRow
          Model for a single row of intervals.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.model
AbstractTimeBarModel
          An abstract implementation of the TimeBarModel interface.
AbstractTimeBarRowModel
          An abstract base implementation of the TimeBarRow interface.
AddingTimeBarRowModel
          Timebar row model that adds up (merges) all intervals added.
AddingTimeBarRowModel.MergedInterval
          Simple extension of the basic interval implementation to make it read-only on the standard setters.
DefaultTimeBarRowModel
          A base implementation of the TimeBarRow interface as an extension of the abstract implementation AbstractTimeBarRowModel.
HierarchicalTimeBarModel
          Interface describing a hierarchical model.
HierarchicalViewState
          Interface describing the viewstate of a hierarchical time bar model (expanded/not expanded).
HierarchicalViewStateListener
          Listener for listening on changes of the view satte of TimeBarNodes.
IIntervalRelation
          Relation between intervals.
IIntervalRelation.Direction
          Direction of the relation.
IIntervalRelation.Type
          Relation type denoting if the relation should refer to the end or begin of the interval.
IRelationalInterval
          Interval carrying a list of relations.
IRowHeightStrategy
          Interface describing a strategy for calculating the height/width of a row.
ITimeBarChangeListener
          Listener interface for listeners that will be notified on changes a user makes interactively using the timebar viewer.
ITimeBarViewState
          A standard viewstate for the timebar viewer.
ITimeBarViewStateListener
          Listener that is informed when the viewstate of the timebar viewer changes.
TBRect
          Simple struct holding the information about a region in the time bar viewer.
TimeBarModel
          Model for a number of rows containing intervals.
TimeBarModelListener
          Interface for listening to changes in the data of a TimeBarModel.
TimeBarNode
          Interface describing a time bar row in a hierarchy of rows.
TimeBarNodeListener
          Listener to listen for changes on TimeBarNodes.
TimeBarRow
          Model for a single row of intervals.
TimeBarRowHeader
          Interface describing a row header.
TimeBarRowListener
          Interface for listening to changes on the data of a TimeBarRow.
TimeBarSelectionListener
          Listener for registering selection changes on a TimeBarSelectionModel.
TimeBarSelectionModel
          Selection model for the TimeBarModel.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.strategy
TimeBarRow
          Model for a single row of intervals.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.swing
FocussedIntervalListener
          Interface for listening on the change of the focussed interval in a timebar viewer.
HierarchicalTimeBarModel
          Interface describing a hierarchical model.
HierarchicalViewState
          Interface describing the viewstate of a hierarchical time bar model (expanded/not expanded).
IIntervalRelation
          Relation between intervals.
ISelectionRectListener
          Interface allowing listening to the selection rectangle in a time bar viewer.
ITimeBarChangeListener
          Listener interface for listeners that will be notified on changes a user makes interactively using the timebar viewer.
ITimeBarViewState
          A standard viewstate for the timebar viewer.
TBRect
          Simple struct holding the information about a region in the time bar viewer.
TimeBarModel
          Model for a number of rows containing intervals.
TimeBarNode
          Interface describing a time bar row in a hierarchy of rows.
TimeBarRow
          Model for a single row of intervals.
TimeBarSelectionModel
          Selection model for the TimeBarModel.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.swing.dnd
TimeBarRow
          Model for a single row of intervals.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.swing.renderer
IIntervalRelation
          Relation between intervals.
TimeBarRow
          Model for a single row of intervals.
TimeBarRowHeader
          Interface describing a row header.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.swt
TimeBarRow
          Model for a single row of intervals.
TimeBarRowHeader
          Interface describing a row header.
 

Classes in de.jaret.util.ui.timebars.model used by de.jaret.util.ui.timebars.swt.renderer
IIntervalRelation
          Relation between intervals.
TimeBarNode
          Interface describing a time bar row in a hierarchy of rows.
TimeBarRow
          Model for a single row of intervals.
 



Copyright © 2012. All Rights Reserved.