Uses of Interface
com.dlsc.flexgantt.util.INamedObject

Packages that use INamedObject
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. 
com.dlsc.flexgantt.util General utility classes. 
 

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

Classes in com.dlsc.flexgantt.model.bookmarks that implement INamedObject
 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 INamedObject in com.dlsc.flexgantt.model.gantt
 

Subinterfaces of INamedObject in com.dlsc.flexgantt.model.gantt
 interface ILayer
          An interface for objects that represent a layer.
 

Classes in com.dlsc.flexgantt.model.gantt that implement INamedObject
 class Layer
          An implementation of the layer interface.
 

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

Classes in com.dlsc.flexgantt.model.paging that implement INamedObject
 class Page
          A page is basically a named time span, where the name is used for displaying the pages to the user.
 

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

Classes in com.dlsc.flexgantt.model.treetable that implement INamedObject
 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.
 

Uses of INamedObject in com.dlsc.flexgantt.util
 

Classes in com.dlsc.flexgantt.util that implement INamedObject
 class NamedObject
          A named object is a simple object that only carries a name attribute.
 

Methods in com.dlsc.flexgantt.util with parameters of type INamedObject
 int NamedObject.compareTo(INamedObject o)