freemind.main
public interface FreeMindMain
| Method Summary | |
|---|---|
| void | err(String msg) |
| Container | getContentPane() |
| Controller | getController() |
| String | getFreemindDirectory() Returns the path to the directory the freemind auto properties are in, or null, if not present. |
| String | getFreemindVersion() |
| MenuBar | getFreeMindMenuBar() |
| JLayeredPane | getLayeredPane() |
| Logger | getLogger(String forClass) |
| File | getPatternsFile() |
| String | getProperty(String key) |
| URL | getResource(String name) |
| ResourceBundle | getResources() Returns the ResourceBundle with the current language |
| MapView | getView() |
| Container | getViewport() |
| int | getWinHeight() |
| int | getWinState() |
| int | getWinWidth() |
| boolean | isApplet() |
| void | openDocument(URL location)
Open url in WWW browser. |
| void | out(String msg) |
| void | repaint() remove this! |
| void | saveProperties() |
| void | setProperty(String key, String value) |
| void | setTitle(String title) |
| void | setView(MapView view) |
| void | setWaitingCursor(boolean waiting) |