org.herac.tuxguitar.gui.helper
Class FileHistory

java.lang.Object
  extended by org.herac.tuxguitar.gui.helper.FileHistory

public class FileHistory
extends java.lang.Object


Constructor Summary
FileHistory()
           
 
Method Summary
 void addPath(java.lang.String path)
           
 void clearFile()
           
 java.lang.String getFileName()
           
 java.lang.String getFilePath()
           
 java.util.List getPaths()
           
 boolean hasPathChanges()
           
 boolean isNewFile()
           
 void loadHistory()
           
 void saveHistory()
           
 void setFile(java.lang.String fileName)
           
 void setPathChanges(boolean pathChanges)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHistory

public FileHistory()
Method Detail

clearFile

public void clearFile()

getFileName

public java.lang.String getFileName()

getFilePath

public java.lang.String getFilePath()

isNewFile

public boolean isNewFile()

setFile

public void setFile(java.lang.String fileName)

addPath

public void addPath(java.lang.String path)

getPaths

public java.util.List getPaths()

hasPathChanges

public boolean hasPathChanges()

setPathChanges

public void setPathChanges(boolean pathChanges)

loadHistory

public void loadHistory()

saveHistory

public void saveHistory()