Uses of Interface
de.jaret.util.ui.timebars.TimeBarViewerInterface

Packages that use TimeBarViewerInterface
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.swing This package contains the swing 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. 
 

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

Fields in de.jaret.util.ui.timebars declared as TimeBarViewerInterface
protected  TimeBarViewerInterface TimeBarViewerDelegate._tbvi
          the delegating time bar viewer.
 

Fields in de.jaret.util.ui.timebars with type parameters of type TimeBarViewerInterface
protected  java.util.List<TimeBarViewerInterface> TimeBarViewerSynchronizer._viewers
          List of viewers to be synchronized.
 

Methods in de.jaret.util.ui.timebars with parameters of type TimeBarViewerInterface
 void TimeBarViewerSynchronizer.addViewer(TimeBarViewerInterface viewer)
          Add a viewer to the set of synchronized viewers.
 void TimeBarViewerSynchronizer.remViewer(TimeBarViewerInterface viewer)
          Remove a viewer from the set of synchronized viewers.
 

Constructors in de.jaret.util.ui.timebars with parameters of type TimeBarViewerInterface
TimeBarViewerDelegate(TimeBarViewerInterface tbvi)
          Constructor will set the TimeBarViewerInterface for the delegate.
 

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

Classes in de.jaret.util.ui.timebars.swing that implement TimeBarViewerInterface
 class TimeBarViewer
          Viewer for a TimeBarModel (Swing version).
 

Uses of TimeBarViewerInterface in de.jaret.util.ui.timebars.swt.renderer
 

Methods in de.jaret.util.ui.timebars.swt.renderer with parameters of type TimeBarViewerInterface
 boolean HierarchyRenderer.isInToggleArea(TimeBarViewerInterface tbv, TimeBarNode node, org.eclipse.swt.graphics.Rectangle drawingArea, int xx, int yy)
          Check whether a position in the header should be active for folding/expanding.
 boolean DefaultHierarchyRenderer.isInToggleArea(TimeBarViewerInterface tbv, TimeBarNode node, org.eclipse.swt.graphics.Rectangle drawingArea, int xx, int yy)
          Check whether a position in the header should be active for folding/expanding.
 



Copyright © 2012. All Rights Reserved.