|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.playlist.pages.AbstractPlaylistLink
public abstract class AbstractPlaylistLink
| Constructor Summary | |
|---|---|
AbstractPlaylistLink()
|
|
| Method Summary | |
|---|---|
String |
getIcon()
|
String |
getText()
|
boolean |
isExternal()
|
void |
setExternal(boolean external)
Sets the external. |
void |
setIcon(String icon)
Sets the icon. |
void |
setText(String text)
Sets the text. |
abstract String |
url(PlaylistBean playlist)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPlaylistLink()
| Method Detail |
|---|
public String getText()
getText in interface PlaylistLinkpublic void setText(String text)
text - the text to setpublic String getIcon()
getIcon in interface PlaylistLinkpublic void setIcon(String icon)
icon - the icon to setpublic abstract String url(PlaylistBean playlist)
url in interface PlaylistLinkpublic boolean isExternal()
isExternal in interface PlaylistLinkpublic void setExternal(boolean external)
external - the external to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||