freemind.modes
Interface MindMapLink
- All Superinterfaces:
- java.lang.Cloneable, MindMapLine
- All Known Subinterfaces:
- MindMapArrowLink
- All Known Implementing Classes:
- ArrowLinkAdapter, BrowseArrowLinkModel, LinkAdapter, MindMapArrowLinkModel
public interface MindMapLink
- extends MindMapLine
getDestinationLabel
java.lang.String getDestinationLabel()
getReferenceText
java.lang.String getReferenceText()
getTarget
MindMapNode getTarget()
getSource
MindMapNode getSource()
getUniqueID
java.lang.String getUniqueID()
- The id is automatically set on creation. Is saved and restored.