|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dlsc.flexgantt.swing.Message
com.dlsc.flexgantt.swing.TimelineObjectPathMessage
public class TimelineObjectPathMessage
A timeline object message is used when the application wants to display a message to the user that is somehow related to a single timeline object. The timeline object might cause some scheduling constraint violations and the application requests from the user to perform scheduling actions.
Message,
TreePathMessage| Constructor Summary | |
|---|---|
TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.util.Date time,
TimelineObjectPath path)
Constructs a new message. |
|
TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.lang.Object details,
java.util.Date time,
TimelineObjectPath path)
Constructs a new message. |
|
TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.lang.Object details,
TimelineObjectPath path)
Constructs a new message. |
|
TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
TimelineObjectPath path)
Constructs a new message. |
|
TimelineObjectPathMessage(java.lang.String text,
java.lang.Object details,
TimelineObjectPath path)
Constructs a new error message. |
|
TimelineObjectPathMessage(java.lang.String text,
TimelineObjectPath path)
Constructs a new information> message. |
|
| Method Summary | |
|---|---|
TimelineObjectPath |
getTimelineObjectPath()
A path to the timeline object. |
| Methods inherited from class com.dlsc.flexgantt.swing.Message |
|---|
getMessageDetails, getMessageText, getMessageTime, getMessageTypeId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.dlsc.flexgantt.swing.IMessage |
|---|
getMessageDetails, getMessageText, getMessageTime, getMessageTypeId |
| Constructor Detail |
|---|
public TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.lang.Object details,
java.util.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,
TreePathMessage
public TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.util.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,
TreePathMessage
public TimelineObjectPathMessage(MessageTypeId id,
java.lang.String text,
java.lang.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,
TreePathMessage
public TimelineObjectPathMessage(MessageTypeId id,
java.lang.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,
TreePathMessage
public TimelineObjectPathMessage(java.lang.String text,
java.lang.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,
TreePathMessage
public TimelineObjectPathMessage(java.lang.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,
TreePathMessage| Method Detail |
|---|
public TimelineObjectPath getTimelineObjectPath()
ITimelineObjectPathMessage
getTimelineObjectPath in interface ITimelineObjectPathMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||