|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.tools.browser.base.TGBrowser
public abstract class TGBrowser
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 |
---|
public TGBrowser()
Method Detail |
---|
public abstract void open() throws TGBrowserException
TGBrowserException
public abstract void close() throws TGBrowserException
TGBrowserException
public abstract void cdRoot() throws TGBrowserException
TGBrowserException
public abstract void cdUp() throws TGBrowserException
TGBrowserException
public abstract void cdElement(TGBrowserElement element) throws TGBrowserException
TGBrowserException
public abstract java.util.List listElements() throws TGBrowserException
TGBrowserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |