Package org.freeplane.api
Interface HeadlessLoader
- All Known Subinterfaces:
- Loader,- Proxy.Loader
public interface HeadlessLoader
API for accessing or loading map from given location.
- Since:
- 1.7.1
- 
Method SummaryModifier and TypeMethodDescriptiondefault MapgetMap()Deprecated.Creates and returns a map or selects and returns a previously loaded map.default Mapload()Deprecated.since 1.7.10 - usegetMindMap()newMapLocation(File file) Sets map location to given file after loading.newMapLocation(String file) Sets map location to given file after loading.Saves map after loading under new associated locationRemoves associated location after loading.
- 
Method Details- 
newMapLocationSets map location to given file after loading.- Since:
- 1.7.1
 
- 
newMapLocationSets map location to given file after loading.- Since:
- 1.7.1
 
- 
unsetMapLocationLoader unsetMapLocation()Removes associated location after loading.- Since:
- 1.7.1
 
- 
saveAfterLoadingLoader saveAfterLoading()Saves map after loading under new associated location- Since:
- 1.7.1
 
- 
loadDeprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.7.5
 
- 
getMapDeprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.5
 
- 
getMindMapMindMap getMindMap()Creates and returns a map or selects and returns a previously loaded map. Same asload()- Since:
- 1.7.10
 
 
- 
getMindMap()