Uses of Interface
com.flexganttfx.model.activity.CompletableActivity
-
Packages that use CompletableActivity Package Description com.flexganttfx.model.activity Classes and interfaces related to activities.com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type. -
-
Uses of CompletableActivity in com.flexganttfx.model.activity
Subinterfaces of CompletableActivity in com.flexganttfx.model.activity Modifier and Type Interface Description interface
MutableCompletableActivity
An add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.Classes in com.flexganttfx.model.activity that implement CompletableActivity Modifier and Type Class Description class
CompletableActivityBase<T>
The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.class
MutableCompletableActivityBase<T>
The base implementation of a mutable and completable activity. -
Uses of CompletableActivity in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type CompletableActivity Modifier and Type Class Description class
CompletableActivityRenderer<A extends CompletableActivity>
-