Interface Proxy
-
public interface ProxyThis interface alone defines the api for accessing the internal state of the Freeplane. All read-write methods and properties (with rare, documented exceptions inProxy.ControllerandProxy.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.
- A read-only interface, like
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProxy.Attributesstatic interfaceProxy.AttributesROstatic interfaceProxy.Cloudstatic 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.Mapstatic interfaceProxy.MapROstatic interfaceProxy.Nodestatic interfaceProxy.NodeROstatic interfaceProxy.NodeStylestatic interfaceProxy.NodeStyleROstatic interfaceProxy.Propertiesstatic interfaceProxy.Reminderstatic interfaceProxy.ReminderRO
-