Package org.freeplane.api
Interface Loader
-
- All Superinterfaces:
HeadlessLoader
- All Known Subinterfaces:
Proxy.Loader
public interface Loader extends HeadlessLoader
API for selecting or creating map views.- Since:
- 1.7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Loader
selectNodeById(java.lang.String nodeId)
Selects given node after loading.Loader
withView()
Creates and selects a map view or selects already existing map view.-
Methods inherited from interface org.freeplane.api.HeadlessLoader
getMap, newMapLocation, newMapLocation, saveAfterLoading, unsetMapLocation
-
-