Added toString().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1387 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaylistPanel.java,v 1.16 2004/01/26 16:33:40 mdb Exp $
|
||||
// $Id: PlaylistPanel.java,v 1.17 2004/01/28 02:36:23 mdb Exp $
|
||||
|
||||
package robodj.chooser;
|
||||
|
||||
@@ -35,6 +35,11 @@ public class PlaylistPanel extends ControlledPanel
|
||||
this.entry = entry;
|
||||
this.song = song;
|
||||
}
|
||||
|
||||
public String toString ()
|
||||
{
|
||||
return StringUtil.fieldsToString(this);
|
||||
}
|
||||
}
|
||||
|
||||
public static final String REFRESH = "refresh";
|
||||
|
||||
Reference in New Issue
Block a user