public class DefaultEventObject extends DefaultTimelineObject
Constructor and Description |
---|
DefaultEventObject()
Constructs a new event object (initial time span will be the undefined
time span (
TimeSpan.UNDEFINED ). |
DefaultEventObject(ITimeSpan timeSpan)
Constructs a new event object.
|
DefaultEventObject(String name)
Constructs a new event object.
|
DefaultEventObject(String name,
ITimeSpan timeSpan)
Constructs a new event object.
|
addChild, compareTo, getChildren, getDragActions, getLabel, getLineIndex, getPopupObject, getPopupTitleObject, getStatus, getTimeSpan, getUserObject, isDeletable, isDurationChangeable, isInPlaceEditable, isParent, isSelectable, isStartTimeChangeable, removeChild, setChildren, setChildren, setDeletable, setDragActions, setDurationChangeable, setInPlaceEditable, setLabel, setLineIndex, setPopupObject, setPopupTitleObject, setSelectable, setStartTimeChangeable, setStatus, setTimeSpan, setUserObject, toString
getProperty, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty, setProperty
public DefaultEventObject(String name, ITimeSpan timeSpan)
name
- the name of the objecttimeSpan
- the time span of the objectpublic DefaultEventObject(String name)
name
- the name of the objectpublic DefaultEventObject(ITimeSpan timeSpan)
timeSpan
- the time span of the objectpublic DefaultEventObject()
TimeSpan.UNDEFINED
).Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.