Interface Proxy
public interface Proxy
This interface alone defines the api for accessing the internal state of the Freeplane. All read-write methods
and properties (with rare, documented exceptions in
Proxy.Controller and Proxy.Map) support undo and
rollback on exceptions.
Every Proxy subinterface comes in two variants:
- A read-only interface, like
Proxy.NodeRO. This collects only the methods that don't change the underlying object (in case ofNodeROthis would beNodeModel. - A read-write interface, like
Proxy.Node. This inherits from the respective read-only interface all its methods and properties and adds write access to the underlying object.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProxy.Attributesstatic interfaceProxy.AttributesROstatic interfaceProxy.Cloudstatic interfaceProxy.ConditionalStylestatic interfaceProxy.ConditionalStyleROstatic interfaceProxy.ConditionalStylesstatic interfaceProxy.ConditionalStylesROstatic interfaceProxy.Connectorstatic interfaceProxy.ConnectorROstatic interfaceProxy.Controllerstatic interfaceProxy.ControllerROstatic interfaceProxy.DependencyLookupstatic interfaceProxy.Edgestatic interfaceProxy.EdgeROstatic interfaceProxy.ExternalObjectstatic interfaceProxy.ExternalObjectROstatic interfaceProxy.Fontstatic interfaceProxy.FontROstatic interfaceProxy.Iconsstatic interfaceProxy.IconsROstatic interfaceProxy.Linkstatic interfaceProxy.LinkROstatic interfaceProxy.Loaderstatic interfaceProxy.MapDeprecated.since 1.7.10 use Proxy.MindMapstatic interfaceProxy.MapRODeprecated.since 1.7.10, use Proxy.MindMapROstatic interfaceProxy.MindMapstatic interfaceProxy.MindMapROstatic interfaceProxy.Nodestatic interfaceProxy.NodeGeometrystatic interfaceProxy.NodeGeometryROstatic interfaceProxy.NodeROstatic interfaceProxy.NodeStylestatic interfaceProxy.NodeStyleROstatic interfaceProxy.Propertiesstatic interfaceProxy.Reminderstatic interfaceProxy.ReminderRO