|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrackPanel | |
dguitar.gui | Provides Graphical User Interface classes for other packages. |
dguitar.players.gui | Provides classes that perform visual display of what the player is doing. |
Uses of TrackPanel in dguitar.gui |
Methods in dguitar.gui that return TrackPanel | |
TrackPanel |
SongPanel.getTrackPanel(int pos)
This method allows you to obtain the TrackPanel at pos position, starting from 0 |
protected TrackPanel |
SongPanel.getFirstTrackPanel()
a method to start to Iterate over the Track Panels is provided |
protected TrackPanel |
SongPanel.getNextTrackPanel()
|
Methods in dguitar.gui with parameters of type TrackPanel | |
protected void |
SongPanel.scrollOthers(TrackPanel tp)
NOT USED...and not working Scrolls the other TrackPanel according to TP |
Uses of TrackPanel in dguitar.players.gui |
Fields in dguitar.players.gui declared as TrackPanel | |
private TrackPanel |
MusicCursorScroller.TP
|
Constructors in dguitar.players.gui with parameters of type TrackPanel | |
MusicCursorScroller(TrackPanel aTrackPanel,
boolean scrollTrack)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |