Uses of Interface
com.dlsc.flexgantt.model.IPropertiesOwner

Packages that use IPropertiesOwner
com.dlsc.flexgantt.model A few classes and interfaces that are frequently used throughout the model packages. 
com.dlsc.flexgantt.model.eventline Model definition and default implementation for an eventline model. 
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. 
 

Uses of IPropertiesOwner in com.dlsc.flexgantt.model
 

Classes in com.dlsc.flexgantt.model that implement IPropertiesOwner
 class AbstractPropertiesOwner
          An abstract implementation of an object that can store property values.
 

Uses of IPropertiesOwner in com.dlsc.flexgantt.model.eventline
 

Subinterfaces of IPropertiesOwner in com.dlsc.flexgantt.model.eventline
 interface IEventlineObject
          A specialization of the ITimelineObject interface.
 

Classes in com.dlsc.flexgantt.model.eventline that implement IPropertiesOwner
 class DefaultEventlineObject<T>
          A default implementation for objects that can be placed on the eventline by adding them to the DefaultEventlineModel.
 

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

Subinterfaces of IPropertiesOwner in com.dlsc.flexgantt.model.gantt
 interface IActivityObject
          Timeline objects that implement this interface are considered activities and add additional properties.
 interface ICapacityObject
          Timeline objects that implement this interface can be visualized as capacity allocations.
 interface ITimelineObject
          An interface for objects that can be placed on a timeline.
 

Classes in com.dlsc.flexgantt.model.gantt that implement IPropertiesOwner
 class DefaultActivityObject<T>
          An activity object is a timeline object that represents a person's or a machine's work over a specified time span where the work is more or less complete.
 class DefaultCapacityObject<T>
          A capacity object is a timeline object that provides additional information about the usage of a resource during a specified time interval.
 class DefaultEventObject
          An event object is a timeline object that always represents events and never activities.
 class DefaultTimelineObject<T>
          The default implementation of the ITimelineObject interface.