freemind.modes

Class MindIcon


public class MindIcon
extends java.lang.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 Vector
getAllIconNames()
String
getDescription(FreeMindMain frame)
Get the value of description (in local language).
Icon
getIcon(FreeMindMain frame)
String
getIconFileName()
String
getName()
Get the value of name.
protected void
setIcon(Icon _associatedIcon)
Set the value of icon.
void
setName(String name)
Set the value of name.
String
toString()

Constructor Details

MindIcon

public MindIcon(String name)

Method Details

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:

setName

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

toString

public String toString()