freemind.modes

Class LinkAdapter

public abstract class LinkAdapter extends LineAdapter implements MindMapLink

Constructor Summary
LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame)
protected LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString)
For derived classes.
Method Summary
StringgetDestinationLabel()
StringgetReferenceText()
MindMapNodegetSource()
voidsetDestinationLabel(String destinationLabel)
voidsetReferenceText(String referenceText)
voidsetSource(MindMapNode source)

Constructor Detail

LinkAdapter

public LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame)

LinkAdapter

protected LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString)
For derived classes.

Method Detail

getDestinationLabel

public String getDestinationLabel()

getReferenceText

public String getReferenceText()

getSource

public MindMapNode getSource()

setDestinationLabel

public void setDestinationLabel(String destinationLabel)

setReferenceText

public void setReferenceText(String referenceText)

setSource

public void setSource(MindMapNode source)