Uses of Interface
com.dlsc.flexgantt.model.treetable.IColumnModelListener

Packages that use IColumnModelListener
com.dlsc.flexgantt.model.treetable A tree table model, which is an extension of the standard Swing tree model. 
com.dlsc.flexgantt.swing Contains the Gantt chart components and various other user interface elements that can be used together with the Gantt chart. 
com.dlsc.flexgantt.swing.print Anything related to printing is contained in this package. 
com.dlsc.flexgantt.swing.treetable A tree table implementation used solely for the purpose of drawing the left-hand side of a Gantt chart. 
 

Uses of IColumnModelListener in com.dlsc.flexgantt.model.treetable
 

Methods in com.dlsc.flexgantt.model.treetable with parameters of type IColumnModelListener
 void DefaultColumnModel.addColumnModelListener(IColumnModelListener l)
           
 void IColumnModel.addColumnModelListener(IColumnModelListener l)
          Adds a column model listener to the model.
 void DefaultColumnModel.removeColumnModelListener(IColumnModelListener l)
           
 void IColumnModel.removeColumnModelListener(IColumnModelListener l)
          Removes a column model listener.
 

Uses of IColumnModelListener in com.dlsc.flexgantt.swing
 

Classes in com.dlsc.flexgantt.swing that implement IColumnModelListener
 class AbstractGanttChart
          The abstract Gantt chart provides functionality that all Gantt chart implementations have in common: Command Execution Timeline, Dateline, Eventline Column Header Printing Support System Messages
 class DualGanttChart
          A dual Gantt Chart is capable of displaying two charts at the same time while keeping the two left-hand sides and the two right-hand sides synchronized during horizontal scrolling operations.
 class GanttChart
          A basic Gantt chart implementation that is capable of visualizing the data provided by a single Gantt chart model.
 class SimpleGranularityDualGanttChart
          A dual Gantt chart implementation that is pre-configured to use the non-standard SimpleGranularity for its dateline model, the status bar, and the grid policy.
 class SimpleGranularityGanttChart
          A Gantt chart implementation that is pre-configured to use the non-standard SimpleGranularity for its dateline model, the status bar, and the grid policy.
 

Uses of IColumnModelListener in com.dlsc.flexgantt.swing.print
 

Classes in com.dlsc.flexgantt.swing.print that implement IColumnModelListener
 class PrintGanttChart
          A Gantt chart specialized on being printed that takes another Gantt chart as its input and copies its configuration object.
 

Uses of IColumnModelListener in com.dlsc.flexgantt.swing.treetable
 

Classes in com.dlsc.flexgantt.swing.treetable that implement IColumnModelListener
 class TreeTable
          The left-hand side of any Gantt chart is represented by a tree table component, which allows the user to drill down the data provided by a tree table model.
 class TreeTableContainer
          A somewhat limited Gantt chart implementation that is only capable of displaying a tree table.
 class TreeTableHeader
          The column heder is used in combination with the TreeTable.