org.herac.tuxguitar.gui.editors.chord
public class CustomChordManager extends Object
| Constructor Summary | |
|---|---|
| CustomChordManager() | |
| Method Summary | |
|---|---|
| void | addChord(Chord chord) |
| int | countChords() |
| boolean | existOtherEqualCustomChord(String name, int index) |
| Chord | getChord(int index) |
| long | getLastEdit() |
| void | removeChord(int index) |
| void | renameChord(int index, String name) |
| void | write() |