org.herac.tuxguitar.gui.tools.browser.base
Class TGBrowser

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.browser.base.TGBrowser
Direct Known Subclasses:
TGBrowserImpl

public abstract class TGBrowser
extends java.lang.Object


Constructor Summary
TGBrowser()
           
 
Method Summary
abstract  void cdElement(TGBrowserElement element)
           
abstract  void cdRoot()
           
abstract  void cdUp()
           
abstract  void close()
           
abstract  java.util.List listElements()
           
abstract  void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowser

public TGBrowser()
Method Detail

open

public abstract void open()
                   throws TGBrowserException
Throws:
TGBrowserException

close

public abstract void close()
                    throws TGBrowserException
Throws:
TGBrowserException

cdRoot

public abstract void cdRoot()
                     throws TGBrowserException
Throws:
TGBrowserException

cdUp

public abstract void cdUp()
                   throws TGBrowserException
Throws:
TGBrowserException

cdElement

public abstract void cdElement(TGBrowserElement element)
                        throws TGBrowserException
Throws:
TGBrowserException

listElements

public abstract java.util.List listElements()
                                     throws TGBrowserException
Throws:
TGBrowserException