|
||||||||||
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.DialogController<EditTagDialog>
net.sourceforge.atunes.kernel.controllers.editTagDialog.EditTagDialogController
public class EditTagDialogController
The Class EditTagDialogController.
Constructor Summary | |
---|---|
EditTagDialogController(EditTagDialog dialog)
Instantiates a new edits the tag dialog controller. |
Method Summary | |
---|---|
protected void |
addBindings()
Adds the bindings. |
protected void |
addStateBindings()
Adds the state bindings. |
void |
editFiles(java.util.List<AudioFile> files)
Edits the files. |
protected void |
editTag()
Edits the tag. |
byte[] |
getNewCover()
|
boolean |
isShouldEditCover()
|
protected void |
notifyReload()
Notify reload. |
void |
setNewCover(byte[] newCover)
|
void |
setShouldEditCover(boolean shouldEditCover)
|
Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.DialogController |
---|
getDialogControlled |
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 EditTagDialogController(EditTagDialog dialog)
dialog
- the dialogMethod Detail |
---|
protected void addBindings()
Controller
addBindings
in class Controller
protected void addStateBindings()
Controller
addStateBindings
in class Controller
public void editFiles(java.util.List<AudioFile> files)
files
- the filesprotected void editTag()
public boolean isShouldEditCover()
public void setShouldEditCover(boolean shouldEditCover)
public byte[] getNewCover()
public void setNewCover(byte[] newCover)
protected void notifyReload()
Controller
notifyReload
in class Controller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |