Interface Proxy.Loader
-
- All Superinterfaces:
HeadlessLoader
,Loader
- Enclosing interface:
- Proxy
public static interface Proxy.Loader extends Loader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Proxy.Map
getMap()
Creates and returns a map or selects and returns a previously loaded map.-
Methods inherited from interface org.freeplane.api.HeadlessLoader
newMapLocation, newMapLocation, saveAfterLoading, unsetMapLocation
-
Methods inherited from interface org.freeplane.api.Loader
selectNodeById, withView
-
-
-
-
Method Detail
-
getMap
Proxy.Map getMap()
Description copied from interface:HeadlessLoader
Creates and returns a map or selects and returns a previously loaded map.- Specified by:
getMap
in interfaceHeadlessLoader
-
-