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

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.browser.filesystem.TGBrowserFactoryImpl
All Implemented Interfaces:
TGBrowserFactory

public class TGBrowserFactoryImpl
extends java.lang.Object
implements TGBrowserFactory


Constructor Summary
TGBrowserFactoryImpl()
           
 
Method Summary
 TGBrowserData dataDialog(Shell parent)
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 TGBrowser newTGBrowser(TGBrowserData data)
           
 TGBrowserData parseData(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowserFactoryImpl

public TGBrowserFactoryImpl()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface TGBrowserFactory

getName

public java.lang.String getName()
Specified by:
getName in interface TGBrowserFactory

newTGBrowser

public TGBrowser newTGBrowser(TGBrowserData data)
Specified by:
newTGBrowser in interface TGBrowserFactory

parseData

public TGBrowserData parseData(java.lang.String string)
Specified by:
parseData in interface TGBrowserFactory

dataDialog

public TGBrowserData dataDialog(Shell parent)
Specified by:
dataDialog in interface TGBrowserFactory