Perforce JViews Gantt code example gallery
How to run the code examples is explained in the starting the samples page.
Code Examples
Basic Gantt chart
This example shows how to write a simple Swing application displaying a Gantt chart.
Connecting to a custom XML data model
This example shows how to customize XML readers and writers to handle customized SDXL.
Connecting to a database through JDBC
This example shows how to build a JDBC Gantt Model.
Connecting to a Swing table model
This example shows how to build a Gantt Model on top of a Table Model.
Customizing the time scale
This example shows how to use the visibility policy on a time scale.
Dynamic Columns
This example shows how to create dynamic columns from user-defined properties, when your Gantt data-model implementation is an in-memory default data model.
Extending a project saved from the Designer
This example shows how to write a simple application extending a project saved by the Designer, by changing the data source of its configuration.
Highlighting a specific time in the Gantt sheet
This example shows how to add time indicators to a Gantt sheet.
JavaServer Faces Gantt components
These examples show how to use the Perforce JavaServer Faces components in order to display and interact on a Gantt or a schedule chart.
JViews Gantt Chart JSF in a Facelets and Trinidad context
This code example shows how to use the Perforce JavaServer Faces components in a Facelets or Trinidad context.
Loading a project
This example shows how to write a simple application displaying a project saved by the Designer.
Rendering activities with composite graphics
This example shows how to create activity renderers based on composite graphics.
Using JViews Gantt JSF components
This example shows how to use the JViews Gantt JSF components to display a Gantt.