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
Methods 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 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
-