Uses of Interface
org.teamapps.ux.component.timegraph.TimeGraphModel
-
Packages that use TimeGraphModel Package Description org.teamapps.ux.application.model org.teamapps.ux.component.timegraph org.teamapps.ux.component.timegraph.partitioning -
-
Uses of TimeGraphModel in org.teamapps.ux.application.model
Methods in org.teamapps.ux.application.model that return TimeGraphModel Modifier and Type Method Description TimeGraphModelAbstractPerspectiveDataModel. getTimeGraphModel()TimeGraphModelPerspectiveDataModel. getTimeGraphModel() -
Uses of TimeGraphModel in org.teamapps.ux.component.timegraph
Classes in org.teamapps.ux.component.timegraph that implement TimeGraphModel Modifier and Type Class Description classAbstractTimeGraphModelclassAggregatingTimeGraphModelclassCompositeTimeGraphModelMethods in org.teamapps.ux.component.timegraph with parameters of type TimeGraphModel Modifier and Type Method Description voidTimeGraph. setModel(TimeGraphModel model)Constructors in org.teamapps.ux.component.timegraph with parameters of type TimeGraphModel Constructor Description CompositeTimeGraphModel(TimeGraphModel... delegates)TimeGraph(TimeGraphModel model) -
Uses of TimeGraphModel in org.teamapps.ux.component.timegraph.partitioning
Classes in org.teamapps.ux.component.timegraph.partitioning that implement TimeGraphModel Modifier and Type Class Description classPartitioningTimeGraphModelclassStaticPartitioningTimeGraphModel
-