dguitar.codecs.guitarPro
Class GPSong.StringImpl
java.lang.Object
common.SwingWorker
dguitar.codecs.guitarPro.GPSong.StringImpl
- Enclosing class:
- GPSong
- class GPSong.StringImpl
- extends common.SwingWorker
This class performs the actual loading of the file
Nested classes inherited from class common.SwingWorker |
|
Field Summary |
(package private) int |
deep
|
(package private) int |
i
|
(package private) int |
j
|
(package private) int |
numMeasures
|
(package private) int |
numTracks
|
java.lang.String |
res
|
(package private) common.ScrollTextPanel |
STP
|
private int |
tabsStrinImpl
|
Fields inherited from class common.SwingWorker |
|
Constructor Summary |
(package private) |
GPSong.StringImpl(int howDeep,
common.ScrollTextPanel stp)
|
Method Summary |
java.lang.Object |
construct()
|
private void |
resAppend(java.lang.String s)
Modifies the RES variable and Append to the ScrollTextPanel as necesary
the number of tabs added depend on the tabsStrinImpl variable. |
java.lang.String |
toString()
|
Methods inherited from class common.SwingWorker |
finished, get, getValue, interrupt, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
i
int i
j
int j
numTracks
int numTracks
numMeasures
int numMeasures
deep
int deep
STP
common.ScrollTextPanel STP
res
public java.lang.String res
tabsStrinImpl
private int tabsStrinImpl
GPSong.StringImpl
GPSong.StringImpl(int howDeep,
common.ScrollTextPanel stp)
construct
public java.lang.Object construct()
resAppend
private void resAppend(java.lang.String s)
- Modifies the RES variable and Append to the ScrollTextPanel as necesary
the number of tabs added depend on the tabsStrinImpl variable.
toString
public java.lang.String toString()