org.herac.tuxguitar.gui.helper
public class FileHistory extends Object
| Constructor Summary | |
|---|---|
| FileHistory() | |
| Method Summary | |
|---|---|
| void | addPath(String path) |
| void | clearFile() |
| String | getFileName() |
| String | getFilePath() |
| List | getPaths() |
| boolean | hasPathChanges() |
| boolean | isNewFile() |
| void | loadHistory() |
| void | saveHistory() |
| void | setFile(String fileName) |
| void | setPathChanges(boolean pathChanges) |