Interface | Description |
---|---|
Proxy |
This interface alone defines the api for accessing the internal state of the Freeplane.
|
Proxy.Attributes |
Node's attribute table:
node.attributes - read-write. |
Proxy.AttributesRO |
Node's attribute table:
node.attributes - read-only. |
Proxy.Connector |
Graphical connector between nodes:
node.connectorsIn / node.connectorsOut
- read-write. |
Proxy.ConnectorRO |
Graphical connector between nodes:
node.connectorsIn / node.connectorsOut
- read-only. |
Proxy.Controller |
Access to global state:
c - read-write. |
Proxy.ControllerRO |
Access to global state:
c - read-only. |
Proxy.Edge |
Edge to parent node:
node.style.edge - read-write. |
Proxy.EdgeRO |
Edge to parent node:
node.style.edge - read-only. |
Proxy.ExternalObject |
External object:
node.externalObject - read-write. |
Proxy.ExternalObjectRO |
External object:
node.externalObject - read-only. |
Proxy.Font |
Node's font:
node.style.font - read-write. |
Proxy.FontRO |
Node's font:
node.style.font - read-only. |
Proxy.Icons |
Node's icons:
node.icons - read-write. |
Proxy.IconsRO |
Node's icons:
node.icons - read-only. |
Proxy.Link |
Node's link:
node.link - read-write. |
Proxy.LinkRO |
Node's link:
node.link - read-only. |
Proxy.Map |
The map a node belongs to:
node.map - read-write. |
Proxy.MapRO |
The map a node belongs to:
node.map - read-only. |
Proxy.Node |
The currently selected node:
node - read-write. |
Proxy.NodeRO |
The currently selected node:
node - read-only. |
Proxy.NodeStyle |
Node's style:
node.style - read-write. |
Proxy.NodeStyleRO |
Node's style:
node.style - read-only. |
Proxy.Reminder |
Reminder:
node.reminder - read-write. |
Proxy.ReminderRO |
Reminder:
node.reminder - read-only. |
Class | Description |
---|---|
Convertible |
Utility class that is used to convert node texts to different types.
|