Package org.freeplane.api
Interface Loader
- All Superinterfaces:
- HeadlessLoader
- All Known Subinterfaces:
- Proxy.Loader
API for selecting or creating map views.
- Since:
- 1.7.1
- 
Method SummaryModifier and TypeMethodDescriptionselectNodeById(String nodeId) Selects given node after loading.withView()Creates and selects a map view or selects already existing map view.Methods inherited from interface org.freeplane.api.HeadlessLoadergetMap, getMindMap, load, newMapLocation, newMapLocation, saveAfterLoading, unsetMapLocation
- 
Method Details- 
withViewLoader withView()Creates and selects a map view or selects already existing map view.- Since:
- 1.7.1
 
- 
selectNodeByIdSelects given node after loading. The map view is created if needed.- Since:
- 1.7.1
 
 
-