org.herac.tuxguitar.gui.tools.browser.filesystem
Class TGBrowserElementImpl

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.browser.base.TGBrowserElement
      extended by org.herac.tuxguitar.gui.tools.browser.filesystem.TGBrowserElementImpl

public class TGBrowserElementImpl
extends TGBrowserElement


Constructor Summary
TGBrowserElementImpl(TGBrowserElementImpl parent, java.io.File file)
           
 
Method Summary
 java.io.File getFile()
           
 java.io.InputStream getInputStream()
           
 TGBrowserElementImpl getParent()
           
 boolean isFolder()
           
 
Methods inherited from class org.herac.tuxguitar.gui.tools.browser.base.TGBrowserElement
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowserElementImpl

public TGBrowserElementImpl(TGBrowserElementImpl parent,
                            java.io.File file)
Method Detail

getFile

public java.io.File getFile()

getParent

public TGBrowserElementImpl getParent()

isFolder

public boolean isFolder()
Specified by:
isFolder in class TGBrowserElement

getInputStream

public java.io.InputStream getInputStream()
                                   throws TGBrowserException
Specified by:
getInputStream in class TGBrowserElement
Throws:
TGBrowserException