public class TimelineObjectPathMessage extends Message implements ITimelineObjectPathMessage
Message,
TreePathMessage| Constructor and Description |
|---|
TimelineObjectPathMessage(MessageTypeId id,
String text,
Date time,
TimelineObjectPath path)
Constructs a new message.
|
TimelineObjectPathMessage(MessageTypeId id,
String text,
Object details,
Date time,
TimelineObjectPath path)
Constructs a new message.
|
TimelineObjectPathMessage(MessageTypeId id,
String text,
Object details,
TimelineObjectPath path)
Constructs a new message.
|
TimelineObjectPathMessage(MessageTypeId id,
String text,
TimelineObjectPath path)
Constructs a new message.
|
TimelineObjectPathMessage(String text,
Object details,
TimelineObjectPath path)
Constructs a new error message.
|
TimelineObjectPathMessage(String text,
TimelineObjectPath path)
Constructs a new information> message.
|
| Modifier and Type | Method and Description |
|---|---|
TimelineObjectPath |
getTimelineObjectPath()
A path to the timeline object.
|
getMessageDetails, getMessageText, getMessageTime, getMessageTypeId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageDetails, getMessageText, getMessageTime, getMessageTypeIdpublic TimelineObjectPathMessage(MessageTypeId id, String text, Object details, Date time, TimelineObjectPath path)
id - a message type identifier used to distinguish between plain
information messages or warning and error messagestext - the message that will be shown to the userdetails - an object storing additional information about the cause of
the messagetime - a message time stamppath - a timeline object path to the tree node and the timeline
objectMessage,
TreePathMessagepublic TimelineObjectPathMessage(MessageTypeId id, String text, Date time, TimelineObjectPath path)
id - a message type identifier used to distinguish between plain
information messages or warning and error messagestext - the message that will be shown to the usertime - a message time stamppath - a timeline object path to the tree node and the timeline
objectMessage,
TreePathMessagepublic TimelineObjectPathMessage(MessageTypeId id, String text, Object details, TimelineObjectPath path)
id - a message type identifier used to distinguish between plain
information messages or warning and error messagestext - the message that will be shown to the userdetails - an object storing additional information about the cause of
the messagepath - a timeline object path to the tree node and the timeline
objectMessage,
TreePathMessagepublic TimelineObjectPathMessage(MessageTypeId id, String text, TimelineObjectPath path)
id - a message type identifier used to distinguish between plain
information messages or warning and error messagestext - the message that will be shown to the userpath - a timeline object path to the tree node and the timeline
objectMessage,
TreePathMessagepublic TimelineObjectPathMessage(String text, Object details, TimelineObjectPath path)
text - the message that will be shown to the userdetails - an object storing additional information about the cause of
the messagepath - a timeline object path to the tree node and the timeline
objectMessage,
TreePathMessagepublic TimelineObjectPathMessage(String text, TimelineObjectPath path)
text - the message that will be shown to the userpath - a tree path to the tree node to which the timeline object
belongsMessage,
TreePathMessagepublic TimelineObjectPath getTimelineObjectPath()
ITimelineObjectPathMessagegetTimelineObjectPath in interface ITimelineObjectPathMessageCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.