JIDE 3.5.15

Package com.jidesoft.gantt

The package contains classes related to JIDE Gantt Chart product.

See:
          Description

Interface Summary
GanttChartPopupMenuCustomizer An interface to allow user to customize for the GanttChartPopupMenuInstaller.
GanttEntry<T> GanttEntry represents an entry in a gantt chart.
GanttEntryRelation<S extends GanttEntry<?>> GanttEntryRelation defines a relation between two entries.
GanttEntryRelationListener  
GanttEntryRelationModel<S extends GanttEntry<?>>  
GanttEntryRenderer This interface defines the method required by any object that would like to be a renderer for GanttEntry in a GanttCart.
GanttLabelRenderer This interface defines the method required by any object that would like to be a label renderer for GanttEntry in a GanttCart.
GanttModel<T,S extends GanttEntry<T>> GanttModel is the model for GanttChart.
GanttModelListener GanttModelListener defines the interface that listens to changes in a GanttModel.
MutableGanttEntry<T> MutableGanttEntry extends GanttEntry and adds setters for the range and the completion.
PeriodBackgroundPainter<T> PeriodBackgroundPainter is an interface used by GanttChart to paint the period background.
SubEntryGanttEntry<T> SubEntryGanttEntry is an interface to divide up a single GanttEntry in multiple entries on a row.
 

Class Summary
AbstractGanttEntryRelationModel<S extends GanttEntry<?>> AbstractGanttEntryRelationModel is an abstract implementation of GanttEntryRelationModel.
AbstractGanttModel<T,S extends GanttEntry<T>> This abstract class provides default implementations for most of the methods in the GanttModel interface.
AbstractPeriodBackgroundPainter<T> AbstractPeriodBackgroundPainter provides an abstract implementation for PeriodBackgroundPainter.
AbstractPeriodMarker<T>  
DateGanttChart<S extends GanttEntry<Date>> DateGanttChart is a GanttChart that uses the Date.class as the unit for the scale.
DateGanttChartPane<S extends GanttEntry<Date>> DateGanttChartPane is a GanttChartPane that uses the Date.class as the unit for the scale.
DatePeriodMarker DatePeriodMarker can be used to mark special period, for example the first day of every month, every weekends, etc.
DefaultGanttEntry<T> DefaultGanttEntry is the default implementation of GanttEntry.
DefaultGanttEntryRelation<S extends GanttEntry<?>> DefaultGanttEntryRelation is the default implementation of GanttEntryRelation.
DefaultGanttEntryRelationModel<S extends GanttEntry<?>> DefaultGanttEntryRelationModel is a default implementation of GanttEntryRelationModel.
DefaultGanttEntryRenderer DefaultGanttEntryRenderer is a default implementation of GanttEntryRenderer.
DefaultGanttLabelRenderer DefaultGanttLabelRenderer is a default implementation of GanttLabelRenderer using JLabel.
DefaultGanttModel<T,S extends GanttEntry<T>> DefaultGanttModel is an implementation of GanttModel that uses a TreeTableModel to store the gantt entries.
DefaultGanttTreeTableModel<T extends Row> This is a TreeTableModel implementation for DefaultGanttModel.
DefaultPeriodBackgroundPainter<T> DefaultPeriodBackgroundPainter provides a default implementation for PeriodBackgroundPainter.
GanttChart<T,S extends GanttEntry<T>>  
GanttChartPane<T,S extends GanttEntry<T>> GanttChartPane is a pane that contains both TreeTable and GanttChart.
GanttChartPopupMenuInstaller GanttChartPopupMenuInstaller allows you to add a popup menu to GanttChart and customize it.
GanttEntryRelationEvent GanttEntryRelationEvent is used to notify listeners that a GanttEntryRelationModel has changed.
GanttModelEvent GanttModelEvent is used to notify listeners that a gantt model has changed.
GanttResources  
IntervalMarker<T> Marks an interval of the scale independent of any Period of the ScaleModel.
PaintedTexture A utility class so you can easily create a TexturePaint by painting the pattern in Java 2D.
RelationGanttChartPopupMenuCustomizer RelationGanttChartPopupMenuCustomizer works with GanttChartPopupMenuInstaller to add relation related menu items to GanttChart's context menu.
TaskBar TaskBar is a component that represents a task.
 

Package com.jidesoft.gantt Description

The package contains classes related to JIDE Gantt Chart product.


JIDE 3.5.15