|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.atunes.kernel.controllers.model.Controller
net.sourceforge.atunes.kernel.controllers.model.PanelController<PlayListTabPanel>
net.sourceforge.atunes.kernel.controllers.playListTab.PlayListTabController
public class PlayListTabController
The Class PlayListTabController.
| Constructor Summary | |
|---|---|
PlayListTabController(PlayListTabPanel panel)
Instantiates a new play list tab controller. |
|
| Method Summary | |
|---|---|
protected void |
addBindings()
Adds the bindings. |
protected void |
addStateBindings()
Adds the state bindings. |
void |
deletePlayList(int index)
Delete play list. |
void |
forceSwitchTo(int index)
Force switch to. |
java.util.List<java.lang.String> |
getNamesOfPlayLists()
Return names of play lists. |
void |
newPlayList(java.lang.String name)
New play list. |
protected void |
notifyReload()
Notify reload. |
void |
renamePlayList(int index,
java.lang.String newName)
Rename play list. |
| Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.PanelController |
|---|
getPanelControlled |
| Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.Controller |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlayListTabController(PlayListTabPanel panel)
panel - the panel| Method Detail |
|---|
protected void addBindings()
Controller
addBindings in class Controllerprotected void addStateBindings()
Controller
addStateBindings in class Controllerpublic void deletePlayList(int index)
index - the indexpublic void forceSwitchTo(int index)
index - the indexpublic void newPlayList(java.lang.String name)
name - the nameprotected void notifyReload()
Controller
notifyReload in class Controller
public void renamePlayList(int index,
java.lang.String newName)
index - the indexnewName - the new namepublic java.util.List<java.lang.String> getNamesOfPlayLists()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||