Verwendungen von Schnittstelle
com.flexganttfx.model.activity.MutableActivity
Packages, die MutableActivity verwenden
Package
Beschreibung
Classes and interfaces related to activities.
Classes and interfaces related to calendars.
The various graphics controls that are used for rendering the Gantt chart.
-
Verwendungen von MutableActivity in com.flexganttfx.model.activity
Unterschnittstellen von MutableActivity in com.flexganttfx.model.activityModifizierer und TypSchnittstelleBeschreibunginterfaceAn add-on interface for chart activities where it should be possible to change the chart value at a later time.interfaceAn add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.interfaceAn add-on interface for high-low activities which allows the user to interactively edit the high and low value of the activity.Klassen in com.flexganttfx.model.activity, die MutableActivity implementierenModifizierer und TypKlasseBeschreibungclassThe base implementation of a mutable activity.classThe base implementation of a mutable chart activity.classThe base implementation of a mutable and completable activity.classThe base implementation of a mutable high / low activity. -
Verwendungen von MutableActivity in com.flexganttfx.model.calendar
Klassen in com.flexganttfx.model.calendar, die MutableActivity implementierenModifizierer und TypKlasseBeschreibungclassA mutable calendar activity base implementation. -
Verwendungen von MutableActivity in com.flexganttfx.view.graphics
Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ MutableActivityModifizierer und TypMethodeBeschreibungGraphicsBase.getEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType) final voidGraphicsBase.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 voidGraphicsBase.setEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode> callback)