Uses of Package
com.flexganttfx.model.activity
-
Packages that use com.flexganttfx.model.activity Package Description com.flexganttfx.model.activity Classes and interfaces related to activities.com.flexganttfx.model.calendar Classes and interfaces related to calendars.com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart.com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type. -
Classes in com.flexganttfx.model.activity used by com.flexganttfx.model.activity Class Description ActivityBase The base implementation of theActivity
interface.ChartActivity An add-on interface for any activity that is managed by theChartLayout
.ChartActivityBase The base implementation of a chart activity, which defines an additional chart value attribute that can be utilized by theChartLayout
to create charts based on activities, e.g.CompletableActivity An add-on interface for anyActivity
that wants to visualize a percentage complete value.CompletableActivityBase The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.HighLowChartActivity An add-on interface forActivity
used for activities that want to be shown as "High Low Sticks" (e.g.HighLowChartActivityBase The base implementation of a high-low activity, which are used in combination with aChartLayout
.MutableActivity An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.MutableChartActivity An add-on interface for chart activities where it should be possible to change the chart value at a later time.MutableCompletableActivity An add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.MutableHighLowChartActivity An add-on interface for high-low activities which allows the user to interactively edit the high and low value of the activity. -
Classes in com.flexganttfx.model.activity used by com.flexganttfx.model.calendar Class Description ActivityBase The base implementation of theActivity
interface.MutableActivity An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.MutableActivityBase The base implementation of a mutable activity. -
Classes in com.flexganttfx.model.activity used by com.flexganttfx.view.graphics Class Description MutableActivity An add-on interface that needs to be implemented by any activity that can be edited interactively by the user. -
Classes in com.flexganttfx.model.activity used by com.flexganttfx.view.graphics.renderer Class Description ChartActivity An add-on interface for any activity that is managed by theChartLayout
.CompletableActivity An add-on interface for anyActivity
that wants to visualize a percentage complete value.