Package com.tagtraum.beatunes.analysis
Class ImportLyricsEditor
- java.lang.Object
-
- com.tagtraum.beatunes.analysis.ImportLyricsEditor
-
- All Implemented Interfaces:
TaskEditor<ImportLyrics>
public class ImportLyricsEditor extends Object implements TaskEditor<ImportLyrics>
ImportLyricsEditor.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description ImportLyricsEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent$$$getRootComponent$$$()BeaTunesgetApplication()JComponentgetComponent()Returns the main visual component, typically a JPanel.ImportLyricsgetTask()Creates a new task that reflects the values set in the editor.ImportLyricsgetTask(ImportLyrics task)Initializes the passed task with the values set in this editor.voidinit()voidsetApplication(BeaTunes beaTunes)voidsetTask(ImportLyrics task)Initializes this editor with the values contained in the passed task.
-
-
-
Method Detail
-
getApplication
public BeaTunes getApplication()
- Specified by:
getApplicationin interfaceTaskEditor<ImportLyrics>
-
setApplication
public void setApplication(BeaTunes beaTunes)
- Specified by:
setApplicationin interfaceTaskEditor<ImportLyrics>
-
init
public void init()
- Specified by:
initin interfaceTaskEditor<ImportLyrics>
-
getComponent
public JComponent getComponent()
Description copied from interface:TaskEditorReturns the main visual component, typically a JPanel.- Specified by:
getComponentin interfaceTaskEditor<ImportLyrics>- Returns:
- the main visual component
-
getTask
public ImportLyrics getTask()
Description copied from interface:TaskEditorCreates a new task that reflects the values set in the editor.- Specified by:
getTaskin interfaceTaskEditor<ImportLyrics>- Returns:
- new task with with editor values
-
getTask
public ImportLyrics getTask(ImportLyrics task)
Description copied from interface:TaskEditorInitializes the passed task with the values set in this editor.- Specified by:
getTaskin interfaceTaskEditor<ImportLyrics>- Parameters:
task- task to adjust- Returns:
- task that reflects the values set in the editor
-
setTask
public void setTask(ImportLyrics task)
Description copied from interface:TaskEditorInitializes this editor with the values contained in the passed task.- Specified by:
setTaskin interfaceTaskEditor<ImportLyrics>- Parameters:
task- task
-
$$$getRootComponent$$$
public JComponent $$$getRootComponent$$$()
-
-