net.sourceforge.atunes.kernel.modules.playlist
Class PlayListRowOps

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.playlist.PlayListRowOps

public class PlayListRowOps
extends java.lang.Object

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

PlayListRowOps

public PlayListRowOps()
Method Detail

moveDown

public static void moveDown(int[] rows)
Move down.

Parameters:
rows - the rows

moveToBottom

public static void moveToBottom(int[] rows)
Move to bottom.

Parameters:
rows - the rows

moveToTop

public static void moveToTop(int[] rows)
Move to top.

Parameters:
rows - the rows

moveUp

public static void moveUp(int[] rows)
Move up.

Parameters:
rows - the rows

removeSongs

public static void removeSongs(int[] rows)
Removes the songs.

Parameters:
rows - the rows


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.