freemind.main

Interface FreeMindMain

public interface FreeMindMain

Method Summary
voiderr(String msg)
ContainergetContentPane()
ControllergetController()
StringgetFreemindDirectory()
Returns the path to the directory the freemind auto properties are in, or null, if not present.
StringgetFreemindVersion()
MenuBargetFreeMindMenuBar()
JLayeredPanegetLayeredPane()
LoggergetLogger(String forClass)
FilegetPatternsFile()
StringgetProperty(String key)
URLgetResource(String name)
ResourceBundlegetResources()
Returns the ResourceBundle with the current language
MapViewgetView()
ContainergetViewport()
intgetWinHeight()
intgetWinState()
intgetWinWidth()
booleanisApplet()
voidopenDocument(URL location)
Open url in WWW browser.
voidout(String msg)
voidrepaint()
remove this!
voidsaveProperties()
voidsetProperty(String key, String value)
voidsetTitle(String title)
voidsetView(MapView view)
voidsetWaitingCursor(boolean waiting)

Method Detail

err

public void err(String msg)

getContentPane

public Container getContentPane()

getController

public Controller getController()

getFreemindDirectory

public String getFreemindDirectory()
Returns the path to the directory the freemind auto properties are in, or null, if not present.

getFreemindVersion

public String getFreemindVersion()

getFreeMindMenuBar

public MenuBar getFreeMindMenuBar()

getLayeredPane

public JLayeredPane getLayeredPane()

getLogger

public Logger getLogger(String forClass)

getPatternsFile

public File getPatternsFile()

getProperty

public String getProperty(String key)

getResource

public URL getResource(String name)

getResources

public ResourceBundle getResources()
Returns the ResourceBundle with the current language

getView

public MapView getView()

getViewport

public Container getViewport()

getWinHeight

public int getWinHeight()

getWinState

public int getWinState()

getWinWidth

public int getWinWidth()

isApplet

public boolean isApplet()

openDocument

public void openDocument(URL location)
Open url in WWW browser. This method hides some differences between operating systems.

out

public void out(String msg)

repaint

public void repaint()
remove this!

saveProperties

public void saveProperties()

setProperty

public void setProperty(String key, String value)

setTitle

public void setTitle(String title)

setView

public void setView(MapView view)

setWaitingCursor

public void setWaitingCursor(boolean waiting)