Uses of Interface
com.flexganttfx.model.activity.CompletableActivity
Packages that use CompletableActivity
Package
Description
Classes and interfaces related to activities.
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.activityModifier and TypeInterfaceDescriptioninterface
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 CompletableActivityModifier and TypeClassDescriptionclass
The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.class
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 CompletableActivityModifier and TypeClassDescriptionclass
CompletableActivityRenderer<A extends CompletableActivity>