Uses of Interface
com.flexganttfx.model.activity.MutableActivity
Packages that use MutableActivity
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.
-
Uses of MutableActivity in com.flexganttfx.model.activity
Subinterfaces of MutableActivity in com.flexganttfx.model.activityModifier and TypeInterfaceDescriptioninterface
An add-on interface for chart activities where it should be possible to change the chart value at a later time.interface
An add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.interface
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 that implement MutableActivityModifier and TypeClassDescriptionclass
The base implementation of a mutable activity.class
The base implementation of a mutable chart activity.class
The base implementation of a mutable and completable activity.class
The base implementation of a mutable high / low activity. -
Uses of MutableActivity in com.flexganttfx.model.calendar
Classes in com.flexganttfx.model.calendar that implement MutableActivityModifier and TypeClassDescriptionclass
A mutable calendar activity base implementation. -
Uses of MutableActivity in com.flexganttfx.view.graphics
Method parameters in com.flexganttfx.view.graphics with type arguments of type MutableActivityModifier and TypeMethodDescriptionGraphicsBase.getEditModeCallback
(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType) final void
GraphicsBase.setActivityEditingCallback
(Class<? extends MutableActivity> activityType, Callback<GraphicsBase.EditingCallbackParameter, Boolean> callback) Registers a callback used to determine if a given editing operation can be used for a given activity.final void
GraphicsBase.setEditModeCallback
(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode> callback)