Schnittstelle MutableActivity
- Alle Superschnittstellen:
Activity
- Alle bekannten Unterschnittstellen:
MutableChartActivity,MutableCompletableActivity,MutableHighLowChartActivity
- Alle bekannten Implementierungsklassen:
MutableActivityBase,MutableCalendarActivityBase,MutableChartActivityBase,MutableCompletableActivityBase,MutableHighLowChartActivityBase
An add-on interface that needs to be implemented by any activity that can be
edited interactively by the user.
- Seit:
- 1.0
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetEndTime(Instant time) Sets a new end time on the activity.voidSets the name of the activity.voidsetStartTime(Instant time) Sets a new start time on the activity.Von Schnittstelle geerbte Methoden com.flexganttfx.model.Activity
getEndTime, getId, getName, getStartTime
-
Methodendetails
-
setName
Sets the name of the activity.- Parameter:
name- the new name of the activity- Seit:
- 1.0
-
setStartTime
Sets a new start time on the activity.- Parameter:
time- the new start time- Seit:
- 1.0
-
setEndTime
Sets a new end time on the activity.- Parameter:
time- the new end time- Seit:
- 1.0
-