Uses of Class
com.dlsc.flexgantt.util.NamedObject

Packages that use NamedObject
com.dlsc.flexgantt.model.bookmarks Paging models are used to allow the user to quickly change the time span that is displayed by the timeline. 
com.dlsc.flexgantt.model.gantt A model definition and default implementation for a Gantt chart model, which is basically an extension of a tree table model, which itself is an extension of a tree model. 
com.dlsc.flexgantt.model.paging Paging models are used to allow the user to quickly change the time span that is displayed by the timeline. 
com.dlsc.flexgantt.model.treetable A tree table model, which is an extension of the standard Swing tree model. 
 

Uses of NamedObject in com.dlsc.flexgantt.model.bookmarks
 

Subclasses of NamedObject in com.dlsc.flexgantt.model.bookmarks
 class Bookmark
          A bookmark is basically a stored time point, time span and granularity that can be used to recreate a specific view in the Gantt chart.
 

Uses of NamedObject in com.dlsc.flexgantt.model.gantt
 

Subclasses of NamedObject in com.dlsc.flexgantt.model.gantt
 class Layer
          An implementation of the layer interface.
 

Uses of NamedObject in com.dlsc.flexgantt.model.paging
 

Subclasses of NamedObject in com.dlsc.flexgantt.model.paging
 class Page
          A page is basically a named time span, where the name is used for displaying the pages to the user.
 

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

Subclasses of NamedObject in com.dlsc.flexgantt.model.treetable
 class KeyColumn<T>
          The key column is a special type of tree table column and responsible for showing the tree structure given by a tree table model.
 class TreeTableColumn<T>
          A tree table column encapsulates all information required in order to render a header for the column, to control the user interaction with the column (e.g. sorting), and to assist in the lookup of the appropriate cell editors and renderers.