Uses of Package
com.flexganttfx.model.activity
Packages that use com.flexganttfx.model.activity
Package
Description
Classes and interfaces related to activities.
Classes and interfaces related to calendars.
The various graphics controls that are used for rendering the Gantt chart.
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.activityClassDescriptionThe base implementation of the
Activity
interface.An add-on interface for any activity that is managed by theChartLayout
.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.An add-on interface for anyActivity
that wants to visualize a percentage complete value.The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.An add-on interface forActivity
used for activities that want to be shown as "High Low Sticks" (e.g.The base implementation of a high-low activity, which are used in combination with aChartLayout
.An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.An add-on interface for chart activities where it should be possible to change the chart value at a later time.An add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.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.calendarClassDescriptionThe base implementation of the
Activity
interface.An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.The base implementation of a mutable activity. -
Classes in com.flexganttfx.model.activity used by com.flexganttfx.view.graphicsClassDescriptionAn 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.rendererClassDescriptionAn add-on interface for any activity that is managed by the
ChartLayout
.An add-on interface for anyActivity
that wants to visualize a percentage complete value.