freemind.modes
public class MindIcon extends Object
| 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() |
Returns: Value of description.
Returns: Value of name.
Parameters: v Value to assign to icon.
Parameters: v Value to assign to name.