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 ofNodeRO
this 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
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
Deprecated.since 1.7.10 use Proxy.MindMapstatic interface
Deprecated.since 1.7.10, use Proxy.MindMapROstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface