com.dlsc.flexgantt.swing
Interface ITreePathMessage

All Superinterfaces:
IMessage
All Known Implementing Classes:
TreePathMessage

public interface ITreePathMessage
extends IMessage

A message that is related to a tree path. The path identifies a location within the tree table allowing the user interface to guide the user to that location for a more detailed examination of the cause of the message.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
IMessageListener, AbstractGanttChart.addMessage(IMessage)

Method Summary
 javax.swing.tree.TreePath getTreePath()
          Returns the tree path associated with the message.
 
Methods inherited from interface com.dlsc.flexgantt.swing.IMessage
getMessageDetails, getMessageText, getMessageTime, getMessageTypeId
 

Method Detail

getTreePath

javax.swing.tree.TreePath getTreePath()
Returns the tree path associated with the message. The path allows the use interface to direct the user to the source of the message or to the object described/referenced in the message.

Returns:
the message tree path
Since:
1.0