freemind.modes

Class MindIcon

public class MindIcon extends Object

This class represents a MindIcon than can be applied to a node or a whole branch.
Constructor Summary
MindIcon(String name)
Method Summary
static VectorgetAllIconNames()
StringgetDescription(FreeMindMain frame)
Get the value of description (in local language).
IcongetIcon(FreeMindMain frame)
StringgetIconFileName()
StringgetName()
Get the value of name.
protected voidsetIcon(Icon _associatedIcon)
Set the value of icon.
voidsetName(String name)
Set the value of name.
StringtoString()

Constructor Detail

MindIcon

public MindIcon(String name)

Method Detail

getAllIconNames

public static Vector getAllIconNames()

getDescription

public String getDescription(FreeMindMain frame)
Get the value of description (in local language).

Returns: Value of description.

getIcon

public Icon getIcon(FreeMindMain frame)

getIconFileName

public String getIconFileName()

getName

public String getName()
Get the value of name.

Returns: Value of name.

setIcon

protected void setIcon(Icon _associatedIcon)
Set the value of icon.

Parameters: v Value to assign to icon.

setName

public void setName(String name)
Set the value of name.

Parameters: v Value to assign to name.

toString

public String toString()