org.herac.tuxguitar.gui.help.doc
Class DocDialog
java.lang.Object
org.herac.tuxguitar.gui.help.doc.DocDialog
- All Implemented Interfaces:
- IconLoader, LanguageLoader
public class DocDialog
- extends java.lang.Object
- implements LanguageLoader, IconLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocDialog
public DocDialog()
show
public void show(Shell shell)
throws DocException
- Throws:
DocException
getTree
protected Tree getTree()
showUrl
protected void showUrl(java.lang.String url)
initResources
protected void initResources()
initBrowserListener
protected void initBrowserListener()
initTreeListener
protected void initTreeListener()
initTreeStyles
protected void initTreeStyles()
initTreeItems
protected void initTreeItems()
initSubItems
protected void initSubItems(DocItem item,
TreeItem parent)
rootItem
protected TreeItem rootItem(DocItem item)
subItem
protected TreeItem subItem(TreeItem parent,
DocItem item)
findSelectedItem
protected void findSelectedItem()
findSelectedItem
protected TreeItem findSelectedItem(TreeItem[] items,
java.lang.String browserPath)
isDisposed
public boolean isDisposed()
loadProperties
public void loadProperties()
- Specified by:
loadProperties
in interface LanguageLoader
loadIcons
public void loadIcons()
- Specified by:
loadIcons
in interface IconLoader