freemind.main
public class FreeMind extends JFrame implements FreeMindMain
Field Summary | |
---|---|
URL | defaultPropsURL |
static Properties | props |
static String | version |
Constructor Summary | |
---|---|
FreeMind() |
Method Summary | |
---|---|
void | err(String msg) |
Controller | getController() |
String | getFreemindDirectory() |
String | getFreemindVersion() |
MenuBar | getFreeMindMenuBar() |
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() |
static void | main(String[] args) |
void | openDocument(URL url)
Open url in WWW browser. |
void | out(String msg) |
void | saveProperties() |
void | setProperty(String key, String value) |
void | setView(MapView view) |
void | setWaitingCursor(boolean waiting) |