|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.playlist.PlayListRowOps
public class PlayListRowOps
The Class PlayListRowOps.
Constructor Summary | |
---|---|
PlayListRowOps()
|
Method Summary | |
---|---|
static void |
moveDown(int[] rows)
Move down. |
static void |
moveToBottom(int[] rows)
Move to bottom. |
static void |
moveToTop(int[] rows)
Move to top. |
static void |
moveUp(int[] rows)
Move up. |
static void |
removeSongs(int[] rows)
Removes the songs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayListRowOps()
Method Detail |
---|
public static void moveDown(int[] rows)
rows
- the rowspublic static void moveToBottom(int[] rows)
rows
- the rowspublic static void moveToTop(int[] rows)
rows
- the rowspublic static void moveUp(int[] rows)
rows
- the rowspublic static void removeSongs(int[] rows)
rows
- the rows
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |