Interface Proxy.Loader
- All Superinterfaces:
HeadlessLoader
,Loader
- Enclosing interface:
Proxy
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a map or selects and returns a previously loaded map.Methods inherited from interface org.freeplane.api.HeadlessLoader
getMap, load, newMapLocation, newMapLocation, saveAfterLoading, unsetMapLocation
Methods inherited from interface org.freeplane.api.Loader
selectNodeById, withView
-
Method Details
-
getMindMap
Proxy.MindMap getMindMap()Description copied from interface:HeadlessLoader
Creates and returns a map or selects and returns a previously loaded map. Same asHeadlessLoader.load()
- Specified by:
getMindMap
in interfaceHeadlessLoader
-