A B C D E F G H I L M N O P R S T U V W Y

A

ABORT_OPTION - Static variable in class de.axelwernicke.mypod.gui.GuiUtils
 
ALBUM_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
list of static variables that declare which mp3meta information is assigned to which column of the list view table model
ARTISTWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ARTIST_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
AUDIOFILEWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
AUDIOSOURCEWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
AboutAction - class de.axelwernicke.mypod.actions.AboutAction.
About Action class
Action to show an about dialog.
AboutAction(int) - Constructor for class de.axelwernicke.mypod.actions.AboutAction
constructs an action object
AboutDialog - class de.axelwernicke.mypod.gui.AboutDialog.
 
AboutDialog(Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.AboutDialog
Creates new form AboutDialog
AddClipsToPlaylistAction - class de.axelwernicke.mypod.actions.AddClipsToPlaylistAction.
Add Clips To Playlist Action
AddClipsToPlaylistAction(String) - Constructor for class de.axelwernicke.mypod.actions.AddClipsToPlaylistAction
constructs an action object
AutoPlaylist - class de.axelwernicke.mypod.AutoPlaylist.
A Paylist that contains music for specific artists or genres.
AutoPlaylist() - Constructor for class de.axelwernicke.mypod.AutoPlaylist
Default constructor for an autoplaylist
AutoPlaylist(String) - Constructor for class de.axelwernicke.mypod.AutoPlaylist
Creates a new instance of AutoPlaylist.
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.AboutAction
executes the AboutAction
open the dialog
fill in all the values determined from myPod and, if connected, iPod
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.AddClipsToPlaylistAction
executes the AddClipsToPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ClipPropertiesAction
executes the ClipPropertiesAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.DeleteClipsAction
executes the DeleteClipsAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.DeletePlaylistAction
executes the DeletePlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ExitAction
executes the Exit Action
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ExportPlaylistAction
executes the ExportPlaylistAction
- determine selected playlist
- get playlist filename from dialog
- save playlist
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.HelpAction
executes the HelpAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ImportPlaylistAction
executes the ImportPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.NewAutoPlaylistAction
executes the NewAutoPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.NewPlaylistAction
executes the NewPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PlayClipsAddAction
executes the PlayerAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PlayClipsAppendAction
executes the PlayerAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PlayPlaylistAddAction
executes the PlayerAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PlayPlaylistAppendAction
executes the PlayerAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PlaylistPropertyAction
executes the PlaylistPropertyAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.PreferencesAction
executes the PreferencesAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.RelocateMissingClipsAction
executes the RelocateMissingClipsAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.RemoveClipsMyPodAction
executes the RemoveClipsMyPodAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.RemoveClipsPlaylistAction
executes the RemoveClipsPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.RemoveMissingClipsAction
executes the RemoveMissingClipsAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.RenamePlaylistAction
executes the RenamePlaylistAction
- determine selected playlist
- show input dialog
- set new playlist name
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ReorganizeClipsAction
executes the ReorganizeClipsAction.
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.ScanAction
executes the ScanAction.
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.SetIPodNameAction
executes the SetIPodNameAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.SetIPodSyncAction
executes the SetIPodSyncAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.SynchronizeIPodAction
executes the SynchronizeIPodAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.UpdateAutoPlaylistAction
executes the UpdateAutoPlaylistAction
actionPerformed(ActionEvent) - Method in class de.axelwernicke.mypod.actions.WipeIPodAction
executes the WipeIPodAction
addClip(Long) - Method in class de.axelwernicke.mypod.Playlist
Adds a clip to the playlist and corrects the total time.
addClip(int, MP3MetaV2) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Adds a clip to song list and master playlist
addClips(Vector) - Method in class de.axelwernicke.mypod.Playlist
Adds a clip to the playlist and corrects the total time.
addClips(DataPool, Vector, Hashtable, IPodSyncDialog) - Method in class de.axelwernicke.mypod.ipod.IPod
Moves Clips to the iPod
addColumn(TableColumn) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel
Adds a column to a column model.
addData(File, MP3MetaV2) - Method in class de.axelwernicke.mypod.DataPool
Adds meta data object to the data pool.
addPlaylist(Playlist) - Method in class de.axelwernicke.mypod.Backend
Adds a playlist to the list of playlists
albumComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
artistComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

B

BAND_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
BITRATE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
BPM_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
Backend - class de.axelwernicke.mypod.Backend.
Contains all the application logic for myPod
Backend() - Constructor for class de.axelwernicke.mypod.Backend
Creates a new instance of Backend
- deserialize preferences
- initialize datapool & ipod
- deserialize playlists
- validate playlists
- initialize list view table model
bandComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
baseDirTextField - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
 
bpmComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
bufferedCopy(File, File, int, int) - Static method in class de.axelwernicke.mypod.util.FileUtils
Copies file using old io with custom buffered streams

C

CDIDENTIFIER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COMMENT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COMMERCIALINFO_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COMMERCIAL_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COMPOSER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
CONDUCTOR_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
CONTENTGROUPSET_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COPYRIGHTTEXT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COPYRIGHTWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
COPYRIGHT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ClipPropertiesAction - class de.axelwernicke.mypod.actions.ClipPropertiesAction.
Clips Property Action class.
ClipPropertiesAction(int) - Constructor for class de.axelwernicke.mypod.actions.ClipPropertiesAction
constructs an action object
ClipPropertiesDialog - class de.axelwernicke.mypod.gui.ClipPropertiesDialog.
Dialog to change clip properties ( mostly id3 tags )
ClipPropertiesDialog(Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.ClipPropertiesDialog
Creates new form MP3MetaPropertyDialog
ClipsTableColumnModel - class de.axelwernicke.mypod.ClipsTableColumnModel.
Column model for myPods list view.
ClipsTableColumnModel() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel
Creates a new instance of ClipsTableColumnModel
ClipsTableColumnModel.BitrateRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer.
mpeg mode cell renderer
ClipsTableColumnModel.BitrateRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
ClipsTableColumnModel.DateRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer.
date cell renderer
ClipsTableColumnModel.DateRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
ClipsTableColumnModel.DurationMilliSekRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer.
duration cell renderer
ClipsTableColumnModel.DurationMilliSekRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
ClipsTableColumnModel.DurationSekRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer.
duration cell renderer
ClipsTableColumnModel.DurationSekRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
ClipsTableColumnModel.EmphasisRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer.
emphasis cell renderer
ClipsTableColumnModel.EmphasisRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
ClipsTableColumnModel.FilesizeRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer.
filesize cell renderer
ClipsTableColumnModel.FilesizeRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
ClipsTableColumnModel.JTypeRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer.
JType cell renderer
ClipsTableColumnModel.JTypeRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
ClipsTableColumnModel.LayerRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer.
mpeg mode cell renderer
ClipsTableColumnModel.LayerRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
ClipsTableColumnModel.LevelRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer.
mpeg level cell renderer
ClipsTableColumnModel.LevelRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
ClipsTableColumnModel.ModeRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer.
mpeg mode cell renderer
ClipsTableColumnModel.ModeRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
ClipsTableColumnModel.PlaylistIndexNumberRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer.
Playlist clip index cell renderer
ClipsTableColumnModel.PlaylistIndexNumberRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
ClipsTableColumnModel.SamplerateRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer.
mpeg mode cell renderer
ClipsTableColumnModel.SamplerateRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
ClipsTableColumnModel.URLRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer.
Url cell renderer
ClipsTableColumnModel.URLRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
ClipsTableColumnModel.UnsignedNumberRenderer - class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer.
Unsigned integer cell renderer
ClipsTableColumnModel.UnsignedNumberRenderer() - Constructor for class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
ClipsTableModel - class de.axelwernicke.mypod.ClipsTableModel.
Model for a list view table.
ClipsTableModel() - Constructor for class de.axelwernicke.mypod.ClipsTableModel
Default Constructor
ClipsTableModel(Playlist) - Constructor for class de.axelwernicke.mypod.ClipsTableModel
Creates a new instance of ListViewModel and initializes with playlist.
ClipsTableModel(Playlist, Vector) - Constructor for class de.axelwernicke.mypod.ClipsTableModel
Creates a new instance of ListViewModel and initializes with playlist and sorting.
ClipsTableUtils - class de.axelwernicke.mypod.util.ClipsTableUtils.
This class defines some helpers for the list view table.
ClipsTableUtils() - Constructor for class de.axelwernicke.mypod.util.ClipsTableUtils
 
calcCenteredBounds(Rectangle, Rectangle) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
calculates bound to show dialog in the center of mainFrame
cancelButton - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
canelButton - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
cdIdentifierComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
checkVMVersion(Component) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Checks if the current java vm version is > 1.4
clipContentLabel - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
clipsAddedContentLabel - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
clipsInfoLabel - Variable in class de.axelwernicke.mypod.gui.Frontend
 
clipsMovedContentLabel - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
clipsRenamedContentLabel - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
clipsUpdatedContentLabel - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
clone() - Method in class de.axelwernicke.mypod.MP3MetaV2
Clones a mp3 meta object
clone() - Method in class de.axelwernicke.mypod.Preferences
Clones preferences object
columnNames - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
array containing the names of each column in the list view
commentComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
compare(int, int) - Method in class de.axelwernicke.mypod.ClipsTableModel
Compares two values of a column to sort by
compareRowsByColumn(int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableModel
Compares two elements of a column.
composerComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
construct() - Method in class de.axelwernicke.mypod.SwingWorker
Compute the value to be returned by the get method.
contains(Long) - Method in class de.axelwernicke.mypod.DataPool
Checks if an oid is in the data pool
containsClip(Long) - Method in class de.axelwernicke.mypod.Playlist
tue, if the playlist contains the clip specified by the oid.
contentGroupSetComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
convertWinAmpGenre(String) - Static method in class de.axelwernicke.mypod.MP3Meta
Converts a genre code from winAmp or CDEx to text.
convertWinAmpGenre(String) - Static method in class de.axelwernicke.mypod.MP3MetaV2
Converts a genre code from winAmp or CDEx to text.
copiedSizeContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
copy(File, File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Copies file using nio transfer method.
copySpeedContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
copyrightTextComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
copyrightWebpageComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
createAutoPlaylist(String) - Method in class de.axelwernicke.mypod.Backend
creates a new auto playlist
createPlaylist(String) - Method in class de.axelwernicke.mypod.Backend
creates a new playlist.
createPlaylist(String, Vector) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Creates a new playlist on iPod containing all the songs in the Vector.
createPlaylists(DefaultListModel, Hashtable, IPodSyncDialog) - Method in class de.axelwernicke.mypod.ipod.IPod
Creates playlists on iPod.

D

DATE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
DURATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
DataPool - class de.axelwernicke.mypod.DataPool.
holds information about all scanned mp3 files
DataPool() - Constructor for class de.axelwernicke.mypod.DataPool
 
DeleteClipsAction - class de.axelwernicke.mypod.actions.DeleteClipsAction.
Delete Clips Action class.
DeleteClipsAction(int) - Constructor for class de.axelwernicke.mypod.actions.DeleteClipsAction
constructs an action object
DeletePlaylistAction - class de.axelwernicke.mypod.actions.DeletePlaylistAction.
 
DeletePlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.DeletePlaylistAction
constructs an action object
dateToMacDate(long) - Static method in class de.axelwernicke.mypod.ipod.ITunesDBParser
Converts a java date as long to a mac date as long mac date is seconds since 01/01/1904 java date is milliseconds since 01/01/1970
de.axelwernicke.mypod - package de.axelwernicke.mypod
 
de.axelwernicke.mypod.actions - package de.axelwernicke.mypod.actions
 
de.axelwernicke.mypod.gui - package de.axelwernicke.mypod.gui
 
de.axelwernicke.mypod.ipod - package de.axelwernicke.mypod.ipod
 
de.axelwernicke.mypod.util - package de.axelwernicke.mypod.util
 
delete(File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Deletes a file.
deleteClips(Vector) - Method in class de.axelwernicke.mypod.Backend
Deletes clips from myPod and filesystem.
deleteEmptyDirectories(Vector) - Static method in class de.axelwernicke.mypod.util.FileUtils
Deletes empty directories recursively.
deserializeData() - Method in class de.axelwernicke.mypod.DataPool
deserializes clip meta data
dirStructComboBox - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
 
directoriesRemovedContentLabel - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
discSizeContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 

E

EMPHASIS_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ENCAPSULATEDOBJECT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ENCODEDBY_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ENCRYPTIONMETHODREGISTRATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
EQUALISATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
EVENTTIMINGCODES_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ExitAction - class de.axelwernicke.mypod.actions.ExitAction.
ExitAction class
ExitAction() - Constructor for class de.axelwernicke.mypod.actions.ExitAction
constructs an action object
ExportPlaylistAction - class de.axelwernicke.mypod.actions.ExportPlaylistAction.
Export Playlist Action class
ExportPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.ExportPlaylistAction
constructs an action object
encodedByComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

F

FILENAME_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
FILEOWNER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
FILEPATH_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
FILESIZE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
FILETYPE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
FileUtils - class de.axelwernicke.mypod.util.FileUtils.
Class that provides some helpers related to file operations.
Frontend - class de.axelwernicke.mypod.gui.Frontend.
This class contains all the gui stuff for the main window.
Frontend() - Constructor for class de.axelwernicke.mypod.gui.Frontend
Creates new form Frontend
fileNameContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
fileNameContentLabel - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
fileSizeContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
filenameStructComboBox - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
 
finished() - Method in class de.axelwernicke.mypod.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
firePropertyChange(String, boolean, boolean) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
firePropertyChange(String, Object, Object) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
firmwareContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
format(LogRecord) - Method in class de.axelwernicke.mypod.util.SingleLineFormatter
Formats a given log record.
formatFilesize(long) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Formats filesize in bytes as appropriate to Bytes, KB, MB or GB
formatFilesizeKB(long) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Formats filesize in bytes to KB
formatTime(long) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Formats time string from seconds.
formatTransferSpeedKB(long, int) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Formats transfer speed in bytes/s to KB/s
formatTransferSpeedMB(long, int) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Formats transfer speed in bytes/s to MB/s

G

GENRE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
GROUPIDENTREGISTRATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
GuiUtils - class de.axelwernicke.mypod.gui.GuiUtils.
This class provides some helpers to remove code from the core GUI classes.
genreComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
get() - Method in class de.axelwernicke.mypod.SwingWorker
Return the value created by the construct method.
getAboutAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an ReorganizeClipsAction.
getAddClipsToPlaylistAction(String) - Static method in class de.axelwernicke.mypod.myPod
Gets an AddClipsToPlaylistAction.
getAddParameter() - Method in class de.axelwernicke.mypod.Preferences
Getter for property addParameter.
getAlbum() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property album.
getAlbum() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property album.
getAlbumFilter() - Method in class de.axelwernicke.mypod.AutoPlaylist
Getter for property albumFilter.
getAllAlbumValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the albums of all clips.
getAllArtistValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the titles of all clips.
getAllArtistValues() - Method in class de.axelwernicke.mypod.DataPool
Gets all artists known by the data pool.
getAllBandValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the bands of all clips.
getAllBpmValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the bpm values of all clips.
getAllCdIdentifierValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the cd identifier values of all clips.
getAllClips() - Method in class de.axelwernicke.mypod.Playlist
Gets all clips from the playlist.
getAllCommentValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the comments of all clips.
getAllComposerValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the composers of all clips.
getAllContentGroupSetValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the content group set values of all clips.
getAllCopyrightTextValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the copyright text values of all clips.
getAllCopyrightWebpageValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the copyright webpage values of all clips.
getAllDirectories(File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Gets all subdirectories recursively.
getAllEncodedByValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the encoded by values of all clips.
getAllFiles(File, Pattern) - Static method in class de.axelwernicke.mypod.util.FileUtils
Gets all files below the given directory.
getAllGenreValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the genres of all clips.
getAllGenreValues() - Method in class de.axelwernicke.mypod.DataPool
Gets all genres known by the data pool.
getAllIsrcValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the isrc values of all clips.
getAllLanguageNames() - Static method in class de.axelwernicke.mypod.util.LanguageUtils
Gets names of all iso 639_2 languages
getAllLanguageValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the isrc values of all clips.
getAllLyricistValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the lyricist of all clips.
getAllOid() - Method in class de.axelwernicke.mypod.DataPool
gets the oids for all music in the datapool
getAllOriginalArtistValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the original artist values of all clips.
getAllOriginalArtists(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the original artist values of all clips.
getAllOriginalLyricistValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the original lyricist values of all clips.
getAllOriginalTitleValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the original title values of all clips.
getAllOriginalYearValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the original year values of all clips.
getAllPlaycounterValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the playcounter of all clips.
getAllPublisherValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the publisher values of all clips.
getAllPublisherWebpageValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the publisher webpage values of all clips.
getAllTitleValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the titles of all clips.
getAllTrackValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the track values of all clips.
getAllYearValues(Vector, boolean) - Method in class de.axelwernicke.mypod.DataPool
Gets the years of all clips.
getAllYearValues() - Method in class de.axelwernicke.mypod.DataPool
Gets all years known by the data pool.
getAppendParameter() - Method in class de.axelwernicke.mypod.Preferences
Getter for property appendParameter.
getArtist() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property artist.
getArtist() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property artist.
getArtistFilter() - Method in class de.axelwernicke.mypod.AutoPlaylist
gets the artistfilter for the autoplaylist.
getArtistWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property artistWebpage.
getArtistWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property artistWebpage.
getAudioFileWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property audioFileWebpage.
getAudioFileWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property audioFileWebpage.
getAudioSourceWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property audioSourceWebpage.
getAudioSourceWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property audioSourceWebpage.
getAutoPlaylistPropertyTreeModel() - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets the tree model for autoplaylist filter properties.
getBackend() - Static method in class de.axelwernicke.mypod.myPod
Gets the myPod Backend.
getBand() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property band.
getBand() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property band.
getBitrate() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property bitrate.
getBitrate() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property bitrate.
getBpm() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property bpm.
getBpm() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property bpm.
getCdIdentifier() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property cdIdentifier.
getCdIdentifier() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property cdIdentifier.
getClipAt(int) - Method in class de.axelwernicke.mypod.Playlist
gets the oid for a clip from this playlist.
getClipPropertiesAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an ClipPropertiesAction.
getClips() - Method in class de.axelwernicke.mypod.gui.ListView
for DnD purposes only
getClips() - Method in class de.axelwernicke.mypod.gui.PlaylistListView
 
getClipsListTableModel(Playlist) - Method in class de.axelwernicke.mypod.Backend
get the TableModel with data for a specific playlist
getClipsSize(Vector, Hashtable) - Method in class de.axelwernicke.mypod.ipod.IPod
Gets the summarized filesize for all clips.
getClipsTableView() - Method in class de.axelwernicke.mypod.gui.Frontend
Gets the full list view.
getClipsTotalCount() - Method in class de.axelwernicke.mypod.Backend
Gets the total count of clips known by myPods data pool - get the size of a list of oids for all clips
getClipsTotalSize() - Method in class de.axelwernicke.mypod.Backend
Gets the total size of all clips known by myPods data pool - get a list of oids for all clips
- summarize the size of each clip
getClipsTotalSize(Vector) - Method in class de.axelwernicke.mypod.Backend
Gets the summarized filesize for all clips.
getClipsTotalTime() - Method in class de.axelwernicke.mypod.Backend
Gets the total duration of all clips known by myPods data pool - get a list of oids for all clips
- summarize the duration of each clip
getColumnClass(int) - Method in class de.axelwernicke.mypod.ClipsTableModel
gets the class of a column
getColumnCount() - Method in class de.axelwernicke.mypod.ClipsTableModel
Gets the column count of the table.
getColumnForModelIndex(int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel
 
getColumnName(int) - Method in class de.axelwernicke.mypod.ClipsTableModel
gets the column name and adds a mark, if the table is sorted by this row
getComment() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property comment.
getComment() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property comment.
getCommercial() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property commercial.
getCommercial() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property commercial.
getCommercialInformation() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property commercialInformation.
getCommercialInformation() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property commercialInformation.
getComposer() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property composer.
getComposer() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property composer.
getConductor() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property conductor.
getConductor() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property conductor.
getContentGroupset() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property contentGroupset.
getContentGroupset() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property contentGroupset.
getCopyrightText() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property copyrightText.
getCopyrightText() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property copyrightText.
getCopyrightWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property copyrightWebpage.
getCopyrightWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property copyrightWebpage.
getCurrentViewName() - Method in class de.axelwernicke.mypod.gui.Frontend
gets the name of the current view
getDataPool() - Method in class de.axelwernicke.mypod.Backend
Gets the data pool.
getDataPool() - Static method in class de.axelwernicke.mypod.myPod
Gets the myPod data pool.
getDate() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property date.
getDate() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property date.
getDeleteClipsAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an Delete Clips Action.
getDeletePlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an delete playlist action
getDiscSpace() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property discSpace.
getDiscSpaceFree() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property discSpaceFree.
getDiscSpaceUsed() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property discSpaceUsed.
getDividerAlbumViewPosition() - Method in class de.axelwernicke.mypod.Preferences
Getter for property dividerAlbumViewPosition.
getDividerArtistViewPosition() - Method in class de.axelwernicke.mypod.Preferences
Getter for property dividerArtistViewPosition.
getDividerGenreViewPosition() - Method in class de.axelwernicke.mypod.Preferences
Getter for property dividerGenreViewPosition.
getDividerMainPosition() - Method in class de.axelwernicke.mypod.Preferences
Getter for property dividerMainPosition.
getDuration() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property duration.
getDuration() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property duration.
getDurationFormatted() - Method in class de.axelwernicke.mypod.MP3Meta
Gets the duration formatted
getDurationFormatted() - Method in class de.axelwernicke.mypod.MP3MetaV2
Gets the duration formatted
getEmphasis() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property emphasis.
getEmphasis() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property emphasis.
getEncapsulatedObject() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property encapsulatedObject.
getEncapsulatedObject() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property encapsulatedObject.
getEncodedBy() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property encodedBy.
getEncodedBy() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property encodedBy.
getEncryptionMethodRegistration() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property encryptionMethodRegistration.
getEncryptionMethodRegistration() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property encryptionMethodRegistration.
getEntryMap() - Method in class de.axelwernicke.mypod.ipod.Playcounts
Getter for property entryMap.
getEqualisation() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property equalisation.
getEqualisation() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property equalisation.
getEventTimingCodes() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property eventTimingCodes.
getEventTimingCodes() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property eventTimingCodes.
getExitAction() - Static method in class de.axelwernicke.mypod.myPod
 
getExportPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Export Playlist Action
getFileOwner() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property fileOwner.
getFileOwner() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property fileOwner.
getFilePath() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property filePath.
getFilePath() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property filePath.
getFileType() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property fileType.
getFileType() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property fileType.
getFilename() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property filename.
getFilename() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property filename.
getFilename(long) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the filename for a song from its file index.
getFilesize() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property filesize.
getFilesize() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property filesize.
getFilesize(long) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the filesize for a song from the file index.
getFilesizeFormatted() - Method in class de.axelwernicke.mypod.MP3Meta
Gets the filesize formatted.
getFilesizeFormatted() - Method in class de.axelwernicke.mypod.MP3MetaV2
Gets the filesize formatted.
getFrontend() - Static method in class de.axelwernicke.mypod.myPod
Gets the myPod Frontend.
getGenre() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property genre.
getGenre() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property genre.
getGenreFilter() - Method in class de.axelwernicke.mypod.AutoPlaylist
gets the artistfilter for the autoplaylist.
getGroupIdentificationRegistration() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property groupIdentificationRegistration.
getGroupIdentificationRegistration() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property groupIdentificationRegistration.
getHelpAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an ReorganizeClipsAction.
getHiddenClipsTableColumns() - Method in class de.axelwernicke.mypod.Preferences
 
getIPod() - Method in class de.axelwernicke.mypod.Backend
Getter for property iPod.
getIPodPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property iPodPath.
getITunesDB() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property itunesDB.
getImportPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Export Playlist Action.
getInitialKey() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property initialKey.
getInitialKey() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property initialKey.
getInstance() - Method in class de.axelwernicke.mypod.gui.GuiUtils
This is a singleton class, so use getInstance to get in instance :)
getInstance() - Method in class de.axelwernicke.mypod.util.FileUtils
This is a singleton class, so use getInstance to get in instance :)
getInstance() - Method in class de.axelwernicke.mypod.util.ID3Utils
Gets an instance of the ID3Utils class.
getInternetRadioStationName() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property internetRadioStationName.
getInternetRadioStationName() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property internetRadioStationName.
getInternetRadioStationOwner() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property internetRadioStationOwner.
getInternetRadioStationOwner() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property internetRadioStationOwner.
getInternetRadioStationWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property internetRadioStationWebpage.
getInternetRadioStationWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property internetRadioStationWebpage.
getIsrc() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property isrc.
getIsrc() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property isrc.
getLanguage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property language.
getLanguage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property language.
getLanguageCode(String) - Static method in class de.axelwernicke.mypod.util.LanguageUtils
Gets the language code (iso 639-2) for a language name
getLanguageName(String) - Static method in class de.axelwernicke.mypod.util.LanguageUtils
Gets the name of a language from a language code (iso 639-2)
getLastModified(File) - Method in class de.axelwernicke.mypod.DataPool
gets from data pool the date when the selected track was modified the last time.
getLastModified() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property lastModified.
getLastModified() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property lastModified.
getLastPlayed() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property lastPlayed.
getLastPlayed() - Method in class de.axelwernicke.mypod.ipod.PlaycountsItem
Getter for property lastPlayed.
getLayer() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property layer.
getLayer() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property layer.
getLengthInTag() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property lengthInTag.
getLengthInTag() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property lengthInTag.
getList() - Method in class de.axelwernicke.mypod.Playlist
Getter for property list.
getListViewColumnInfo() - Method in class de.axelwernicke.mypod.Preferences
Getter for property listViewColumnInfo.
getLookAndFeelInfo() - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets all accasseble look and feels.
getLookAndFeelName() - Method in class de.axelwernicke.mypod.Preferences
Getter for property lookAndFeelName.
getLookupTable() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property lookupTable.
getLookupTable() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property lookupTable.
getLyricist() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property lyricist.
getLyricist() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property lyricist.
getMPEGLevel() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property mPEGLevel.
getMPEGLevel() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property mPEGLevel.
getMainFramePosition() - Method in class de.axelwernicke.mypod.Preferences
Getter for property mainFramePosition.
getMediaType() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property mediaType.
getMediaType() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property mediaType.
getMeta(File) - Method in class de.axelwernicke.mypod.DataPool
gets information about an mp3 from database.
getMeta(Long) - Method in class de.axelwernicke.mypod.DataPool
gets all information about a track
getMode() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property mode.
getMode() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property mode.
getName() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property name.
getName() - Method in class de.axelwernicke.mypod.Playlist
gets the name of a playlist
getName() - Method in class de.axelwernicke.mypod.ipod.IPod
Gets the name of the iPod.
getNewAutoPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an add autoplaylist action
getNewPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an add playlist action
getNextAvailableSongIndex(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Determines the next available file index.
getOid(String) - Method in class de.axelwernicke.mypod.DataPool
gets the oid of a clip from its filename
getOid(String) - Static method in class de.axelwernicke.mypod.myPod
Gets the oid of a clip.
getOriginalArtist() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property originalArtist.
getOriginalArtist() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property originalArtist.
getOriginalFilename() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property originalFilename.
getOriginalFilename() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property originalFilename.
getOriginalLyricist() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property originalLyricist.
getOriginalLyricist() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property originalLyricist.
getOriginalTitle() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property originalTitle.
getOriginalTitle() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property originalTitle.
getOriginalYear() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property originalYear.
getOriginalYear() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property originalYear.
getOwnership() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property ownership.
getOwnership() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property ownership.
getPartOfSet() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property partOfSet.
getPartOfSet() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property partOfSet.
getPaymentWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property paymentWebpage.
getPaymentWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property paymentWebpage.
getPicture() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property picture.
getPicture() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property picture.
getPlayClipsAddAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Add Play External Action
getPlayClipsAppendAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Add Play External Action
getPlayCounter() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property playCounter.
getPlayCounter() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property playCounter.
getPlayPlaylistAddAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Add Play External Action
getPlayPlaylistAppendAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Add Play External Action
getPlaycount() - Method in class de.axelwernicke.mypod.ipod.PlaycountsItem
Getter for property playcount.
getPlaycounts() - Method in class de.axelwernicke.mypod.ipod.IPod
Gets the playcounts object, loads it from file if not done yet
getPlayerPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property playerPath.
getPlaylist(int) - Method in class de.axelwernicke.mypod.Backend
Gets a playlist by its index
getPlaylist(String) - Method in class de.axelwernicke.mypod.Backend
Gets a playlist by its name, or null if it not exists...
getPlaylist() - Method in class de.axelwernicke.mypod.ClipsTableModel
Gets the playlist behind the model.
getPlaylist(int) - Static method in class de.axelwernicke.mypod.myPod
Gets a playlist by its index.
getPlaylistDelay() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property playlistDelay.
getPlaylistDelay() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property playlistDelay.
getPlaylistHeader() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property playlistHeader.
getPlaylistHolder() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property playlistHolder.
getPlaylistList() - Method in class de.axelwernicke.mypod.Backend
get list of playlists
getPlaylistListModel() - Static method in class de.axelwernicke.mypod.myPod
gets the list model of all playlists.
getPlaylistListView() - Method in class de.axelwernicke.mypod.gui.Frontend
Getter for property playlistListView.
getPlaylistMenuItems() - Static method in class de.axelwernicke.mypod.myPod
Gets a Vector containing the menu items for playlists to add clips to.
getPlaylistName() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
getPlaylistPropertyAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an delete playlist action
getPlaylistPropertyTreeModel() - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets the tree model for playlist properties.
getPopularimeter() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property popularimeter.
getPopularimeter() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property popularimeter.
getPositionSynchronization() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property positionSynchronization.
getPositionSynchronization() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property positionSynchronization.
getPreferences() - Method in class de.axelwernicke.mypod.Backend
Gets the myPod preferences
getPreferences(Preferences) - Method in class de.axelwernicke.mypod.gui.Frontend
Store GUI Preferences like main window bounds and divider positions
getPreferencesAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an Preferences Action.
getPrivateData() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property privateData.
getPrivateData() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property privateData.
getProgressValue() - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Gets the value of the progress bar
getPublisher() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property publisher.
getPublisher() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property publisher.
getPublishersWebpage() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property publishersWebpage.
getPublishersWebpage() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property publishersWebpage.
getRecentExtPlayerPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property recentExtPlayerPath.
getRecentIPodPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property recentIPodPath.
getRecentPlaylistPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property recentPlaylistPath.
getRecentScanPath() - Method in class de.axelwernicke.mypod.Preferences
Getter for property recentScanPath.
getRecommendedBufferSize() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property recommendedBufferSize.
getRecommendedBufferSize() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property recommendedBufferSize.
getRecordSize() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property recordSize.
getRecordingDates() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property recordingDates.
getRecordingDates() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property recordingDates.
getRelativeVolumenAdjustment() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property relativeVolumenAdjustment.
getRelativeVolumenAdjustment() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property relativeVolumenAdjustment.
getRelocateMissingClipsAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an RemoveMissingClipsAction.
getRemixer() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property remixer.
getRemixer() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property remixer.
getRemoveClipsMyPodAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an Delete Clips Action.
getRemoveClipsPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an Remove Clips Action.
getRemoveMissingClipsAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an RemoveMissingClipsAction.
getRenamePlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an delete playlist action.
getReorganizeClipsAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an ReorganizeClipsAction.
getReverb() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property reverb.
getReverb() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property reverb.
getRowCount() - Method in class de.axelwernicke.mypod.ClipsTableModel
gets the total count of rows in the model
getSamplerate() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property samplerate.
getSamplerate() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property samplerate.
getScanAction(int) - Static method in class de.axelwernicke.mypod.myPod
Get the scan action.
getSelectedArtists() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Gets the currently selected artists
getSelectedClips(Frontend) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets the selected clips
- get current clips table view
- get oids for selected clips from the view
getSelectedClips() - Method in class de.axelwernicke.mypod.gui.ListView
gets tracks from ListView for DnD - drag from list view.
getSelectedGenres() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Gets the currently selected artists
getSelectedPlaylist() - Static method in class de.axelwernicke.mypod.myPod
Gets the selected playlist from the list of playlists
getSelectedPlaylistIndex() - Static method in class de.axelwernicke.mypod.myPod
Gets the index of the currently selected playlist from the list of playlists
getSelectedYears() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Gets the currently selected artists
getSelection() - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Gets the content of the selected list
getSerialNumber() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property serial number.
getSetIPodNameAction() - Static method in class de.axelwernicke.mypod.myPod
Gets an SynchronizeIPodAction.
getSetIPodSyncAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an Export Playlist Action
getShownClipsTableColumns() - Method in class de.axelwernicke.mypod.Preferences
 
getSonglistHeader() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the songlist header record
getSonglistHolder() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the songlist holder record.
getSortingColumns() - Method in class de.axelwernicke.mypod.ClipsTableModel
Getter for property sortingColumns.
getSpaceLeft(String) - Static method in class de.axelwernicke.mypod.util.FileUtils
Determines the space left on a disc The space is determined by executing a native command ( e.g. dir for windows, df for linux ) This is platform dependend, but ther's no solution provided by java :(
getSpreaderListModel(int, int) - Method in class de.axelwernicke.mypod.Backend
get spreader list model
getSpreaderListModel(int) - Static method in class de.axelwernicke.mypod.myPod
Gets the spreader list model initialized for the current view
getSpreaderListModel(int, int) - Static method in class de.axelwernicke.mypod.myPod
Gets the spreader list model initialized for the current view
getStringLocalized(String, String) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets a string from the resource bundle - localized for the current default language
getStringLocalized(String) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Gets a string from the resource bundle - localized for the current default language
getSubtitle() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property subtitle.
getSubtitle() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property subtitle.
getSynchronizeIPodAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an SynchronizeIPodAction.
getSynchronizedLyrics() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property synchronizedLyrics.
getSynchronizedLyrics() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property synchronizedLyrics.
getSynchronizedTempoCodes() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property synchronizedTempoCodes.
getSynchronizedTempoCodes() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property synchronizedTempoCodes.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
Here all the work is done.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
Here all the work is done.
getTagSize() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property tagSize.
getTermsOfUse() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property termsOfUse.
getTermsOfUse() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property termsOfUse.
getTime() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property time.
getTime() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property time.
getTitle() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property title.
getTitle() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property title.
getTotalClips() - Method in class de.axelwernicke.mypod.Playlist
gets the total count of clips in this playlist.
getTotalCount() - Method in class de.axelwernicke.mypod.ipod.Playcounts
Getter for property totalCount.
getTotalFilesize(Vector) - Method in class de.axelwernicke.mypod.Backend
Gets the total filesize of a couple clips.
getTotalFilesize() - Method in class de.axelwernicke.mypod.Playlist
Getter for property totalFilesize.
getTotalFilesize() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the summarized size of all songs on the iPod
getTotalFilesize(Vector) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Gets the summarized size of all songs.
getTotalFilesize(File, Pattern) - Static method in class de.axelwernicke.mypod.util.FileUtils
Gets the total filesize recursively
getTotalTime(Vector) - Method in class de.axelwernicke.mypod.Backend
Gets the total time of a couple of clips
getTotalTime() - Method in class de.axelwernicke.mypod.Playlist
gets the total playtime for the playlist.
getTrack() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property track.
getTrack() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property track.
getUniqueFileIdentifier() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property uniqueFileIdentifier.
getUniqueFileIdentifier() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property uniqueFileIdentifier.
getUnknown3() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property unknown3.
getUnknown4() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property unknown4.
getUnknown5() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Getter for property unknown5.
getUnsynchronizedLyrics() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property unsynchronizedLyrics.
getUnsynchronizedLyrics() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property unsynchronizedLyrics.
getUpdateAutoPlaylistAction(int) - Static method in class de.axelwernicke.mypod.myPod
gets an update autoplaylist action
getUserDefinedText() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property userDefinedText.
getUserDefinedText() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property userDefinedText.
getUserDefinedURL() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property userDefinedURL.
getUserDefinedURL() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property userDefinedURL.
getValue() - Method in class de.axelwernicke.mypod.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class de.axelwernicke.mypod.ClipsTableModel
gets a value of the model
getVersion() - Method in class de.axelwernicke.mypod.ipod.IPod
Getter for property version.
getWipeIPodAction(int) - Static method in class de.axelwernicke.mypod.myPod
Gets an WipeIPodAction.
getYear() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property year.
getYear() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property year.
getYearFilter() - Method in class de.axelwernicke.mypod.AutoPlaylist
gets the year filter for the autoplaylist.

H

HelpAction - class de.axelwernicke.mypod.actions.HelpAction.
Help Action class
HelpAction(int) - Constructor for class de.axelwernicke.mypod.actions.HelpAction
constructs an action object
HelpBrowser - class de.axelwernicke.mypod.gui.HelpBrowser.
 
HelpBrowser(String) - Constructor for class de.axelwernicke.mypod.gui.HelpBrowser
Creates new form HelpBrowser
hideSpreadViewColumn(String, Preferences) - Method in class de.axelwernicke.mypod.gui.ListView
Hides the column the current view is spread by

I

ID3Utils - class de.axelwernicke.mypod.util.ID3Utils.
This class provides some helper methods to read and write id3 tags
INITIALKEY_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
INTERNETRADIOSTATIONNAME_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
INTERNETRADIOSTATIONOWNER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
INTERNETRADIOWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
IPOD_CONTROL_DIR - Static variable in class de.axelwernicke.mypod.ipod.IPod
string to probe ipod availability
IPOD_ITUNES_DIR - Static variable in class de.axelwernicke.mypod.ipod.IPod
Relative Path to the iTunes directory on the iPod
IPod - class de.axelwernicke.mypod.ipod.IPod.
Class representing an iPod.
IPod() - Constructor for class de.axelwernicke.mypod.ipod.IPod
Standard Constructor
IPodSyncDialog - class de.axelwernicke.mypod.gui.IPodSyncDialog.
 
IPodSyncDialog(SwingWorker, Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.IPodSyncDialog
Creates new form IPodSyncDialog
ISRC_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ITunesDB - class de.axelwernicke.mypod.ipod.ITunesDB.
An iTunes Database object is related to an database file on an Apple iPod.
ITunesDB() - Constructor for class de.axelwernicke.mypod.ipod.ITunesDB
Creates a new instance of an iTunesDB.
ITunesDB(String) - Constructor for class de.axelwernicke.mypod.ipod.ITunesDB
Constructs a new iTunesDB object.
ITunesDBParser - class de.axelwernicke.mypod.ipod.ITunesDBParser.
Represents an iTunes Database, which contains clip and playlist information.
ITunesDBParser() - Constructor for class de.axelwernicke.mypod.ipod.ITunesDBParser
Creates a new instance of a parser
ITunesDBParser(ITunesDB) - Constructor for class de.axelwernicke.mypod.ipod.ITunesDBParser
Creates a new instance of ITunesDB
ImportPlaylistAction - class de.axelwernicke.mypod.actions.ImportPlaylistAction.
 
ImportPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.ImportPlaylistAction
constructs an action object
initPlaylistHeader(String) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Initializes playlist header record.
initPlaylistHolder() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
initializes the playlist holder record.
initSonglistHeader() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
initializes songlist header record.
initSonglistHolder() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Initializes the songlist holder record of the database.
interrupt() - Method in class de.axelwernicke.mypod.SwingWorker
A new method that interrupts the worker thread.
interrupt() - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Interrupts the worker thread (action) that dialog is attached to
isAddEnabled() - Method in class de.axelwernicke.mypod.Preferences
Getter for property addEnabled.
isAlbumFilterEnabled() - Method in class de.axelwernicke.mypod.AutoPlaylist
Getter for property albumFilterEnabled.
isAppendEnabled() - Method in class de.axelwernicke.mypod.Preferences
Getter for property appendEnabled.
isArtistFilterEnabled() - Method in class de.axelwernicke.mypod.AutoPlaylist
Checks if artist filter is enabled
isArtistFilterEnabled() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
isAutoplaylist() - Method in class de.axelwernicke.mypod.Playlist
true, if the current playlist is of type AutoPlaylist.
isConfirmed() - Method in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
Getter for property confirmed.
isConfirmed() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Gets the confirmed flag
isConfirmed() - Method in class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
 
isConnected() - Static method in class de.axelwernicke.mypod.ipod.IPod
Probes iPod.
isCopyright() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property copyright.
isCopyright() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property copyright.
isGenreFilterEnabled() - Method in class de.axelwernicke.mypod.AutoPlaylist
Checks if genre filter is enabled
isGenreFilterEnabled() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
isHideEmptyColumns() - Method in class de.axelwernicke.mypod.Preferences
Getter for property hideEmptyColumns.
isIPodSync() - Method in class de.axelwernicke.mypod.Playlist
Gets the sync to iPod flag for this playlist
isIPodSync() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
isId3v1() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property id3v1.
isId3v1() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property id3v1.
isId3v2() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property id3v2.
isId3v2() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property id3v2.
isInPool(File) - Method in class de.axelwernicke.mypod.DataPool
checks if the clip specified by path and filename is in the data pool
isLocked() - Method in class de.axelwernicke.mypod.gui.Frontend
Getter for property locked.
isOptimizeColumnWidth() - Method in class de.axelwernicke.mypod.Preferences
Getter for property optimizeColumnWidth.
isOriginal() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property original.
isOriginal() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property original.
isPadding() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property padding.
isPadding() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property padding.
isPrivat() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property privat.
isPrivat() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property privat.
isProtection() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property protection.
isProtection() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property protection.
isRemoveEmptyDirectories() - Method in class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
 
isSortAvailableValues() - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Getter for property sortAvailableValues.
isSortSelectedValues() - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Getter for property sortSelectedValues.
isUseCRC() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property useCRC.
isUseCRC() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property useCRC.
isUseCompression() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property useCompression.
isUseCompression() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property useCompression.
isUsePadding() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property usePadding.
isUsePadding() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property usePadding.
isUseUnsynchronization() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property useUnsynchronization.
isUseUnsynchronization() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property useUnsynchronization.
isValid() - Method in class de.axelwernicke.mypod.ClipsTableModel
Checks if the data in the model has the same count of rows as the sorting index array.
isVbr() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property vbr.
isVbr() - Method in class de.axelwernicke.mypod.MP3MetaV2
Getter for property vbr.
isWritable(File, int) - Static method in class de.axelwernicke.mypod.util.FileUtils
Checks if a file is writable.
isWriteID3() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property writeID3.
isWriteID3v2() - Method in class de.axelwernicke.mypod.MP3Meta
Getter for property writeID3v2.
isYearFilterEnabled() - Method in class de.axelwernicke.mypod.AutoPlaylist
Checks if year filter is enabled
isYearFilterEnabled() - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Gets the status of the year filter
isrcComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

L

LANGUAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LASTMODIFIED_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LAST_PLAYED_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LAYER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LENGTHINTAG_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LOOKUPTABLE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LYRICIST_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
LanguageUtils - class de.axelwernicke.mypod.util.LanguageUtils.
 
LanguageUtils() - Constructor for class de.axelwernicke.mypod.util.LanguageUtils
 
ListView - class de.axelwernicke.mypod.gui.ListView.
Class that extends JTable and adds methods for handling clips table
ListView() - Constructor for class de.axelwernicke.mypod.gui.ListView
Creates new form BeanForm
languageComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
limitFilename(File, int) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Reformats a filename to be limited in lenght.
loadPlaycounts(ITunesDB) - Method in class de.axelwernicke.mypod.ipod.Playcounts
Loads loads the playcounts file and parses it
loadPlaylistM3U(File) - Method in class de.axelwernicke.mypod.Backend
creates a new playlist from an m3u file.
lyricistComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

M

MEDIATYPE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
MENU_ACTION - Static variable in class de.axelwernicke.mypod.myPod
has accelerator, small icon and text // TODO: we should clean them up, but they are contained in the frontend.jave...
MODE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
MP3Meta - class de.axelwernicke.mypod.MP3Meta.
Holds all information about a single mp3 file ATTENTION: this class is deprecated since 0.2.4 use de.axelwernicke.mypod.MP3MetaV2 instead
MP3Meta() - Constructor for class de.axelwernicke.mypod.MP3Meta
Creates a new instance of MP3Meta
MP3MetaV2 - class de.axelwernicke.mypod.MP3MetaV2.
Holds all information about a single mp3 file
MP3MetaV2() - Constructor for class de.axelwernicke.mypod.MP3MetaV2
Creates a new instance of MP3Meta
MP3MetaV2(MP3Meta) - Constructor for class de.axelwernicke.mypod.MP3MetaV2
Constructs a mp3meta object from an old fashioned one.
MPEGLEVEL_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
macDateToDate(long) - Static method in class de.axelwernicke.mypod.ipod.ITunesDBParser
Converts a date as long from iPod to a java date as long mac date is seconds since 01/01/1904 java date is milliseconds since 01/01/1970
main(String[]) - Static method in class de.axelwernicke.mypod.myPod
myPods main class - never call this method directly.
makeFileAvailable(File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Checks if a file is accessable.
makeFileRWAvailable(File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Checks if a file is accessable and writable.
move(File, File) - Static method in class de.axelwernicke.mypod.util.FileUtils
Moves a file.
mp3FilePattern - Static variable in class de.axelwernicke.mypod.util.FileUtils
Pattern to recognize mp3 files
myPod - class de.axelwernicke.mypod.myPod.
This is the main class of myPod.
myPod() - Constructor for class de.axelwernicke.mypod.myPod
 
myPodBaseDir - Static variable in class de.axelwernicke.mypod.myPod
current directory is mypods base diectory
myPodVersion - Static variable in class de.axelwernicke.mypod.myPod
current myPod version

N

NAME_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
NewAutoPlaylistAction - class de.axelwernicke.mypod.actions.NewAutoPlaylistAction.
 
NewAutoPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.NewAutoPlaylistAction
constructs an action object
NewPlaylistAction - class de.axelwernicke.mypod.actions.NewPlaylistAction.
 
NewPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.NewPlaylistAction
constructs an action object
nameContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 

O

OID_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINALARTIST_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINALFILENAME_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINALLYRICIST_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINALTITLE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINALYEAR_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ORIGINAL_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
OWNERSHIP_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
optimizeColumnWidth(boolean) - Method in class de.axelwernicke.mypod.gui.ListView
Optimizes the width of all colums
optimizeColumnWidth(int[], int, int, boolean) - Method in class de.axelwernicke.mypod.gui.ListView
Optimizes the width of a column by its content.
optionTree - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
optionTree - Variable in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
optionTree - Variable in class de.axelwernicke.mypod.gui.PreferencesDialog
 
originalArtistComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
originalLyricistComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
originalTitleComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
originalYearComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

P

PADDING_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PARTOFSET_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PAYMENTWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PICTURE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PLAYCOUNTER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PLAYLISTDELAY_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PLAYLISTNR_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
POPULARIMETER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
POPUP_ACTION - Static variable in class de.axelwernicke.mypod.myPod
 
POSITIONSYNCHRONIZATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PRIVATEDATA_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PRIVATE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PROTECTION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PUBLISHERSWEBPAGE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PUBLISHER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
PlayClipsAddAction - class de.axelwernicke.mypod.actions.PlayClipsAddAction.
Play Clips Add Action class
PlayClipsAddAction(int) - Constructor for class de.axelwernicke.mypod.actions.PlayClipsAddAction
constructs an action object
PlayClipsAppendAction - class de.axelwernicke.mypod.actions.PlayClipsAppendAction.
Play Playlist Add Action class
PlayClipsAppendAction(int) - Constructor for class de.axelwernicke.mypod.actions.PlayClipsAppendAction
constructs an action object
PlayPlaylistAddAction - class de.axelwernicke.mypod.actions.PlayPlaylistAddAction.
Play Playlist Add Action class
PlayPlaylistAddAction(int) - Constructor for class de.axelwernicke.mypod.actions.PlayPlaylistAddAction
constructs an action object
PlayPlaylistAppendAction - class de.axelwernicke.mypod.actions.PlayPlaylistAppendAction.
Play Playlist Add Action class
PlayPlaylistAppendAction(int) - Constructor for class de.axelwernicke.mypod.actions.PlayPlaylistAppendAction
constructs an action object
Playcounts - class de.axelwernicke.mypod.ipod.Playcounts.
An Playcounts Database object is related to an playcounts file on an Apple iPod.
Playcounts() - Constructor for class de.axelwernicke.mypod.ipod.Playcounts
 
PlaycountsItem - class de.axelwernicke.mypod.ipod.PlaycountsItem.
An Playcounts Database object is related to an playcounts file on an Apple iPod.
PlaycountsItem(InputStream, int) - Constructor for class de.axelwernicke.mypod.ipod.PlaycountsItem
Creates a new instance of PlaycountsItem
Playlist - class de.axelwernicke.mypod.Playlist.
This class represents a playlist within myPod.
Playlist() - Constructor for class de.axelwernicke.mypod.Playlist
Creates a new instance of Playlist
Playlist(String) - Constructor for class de.axelwernicke.mypod.Playlist
Creates a new instance of Playlist
Playlist(String, Vector) - Constructor for class de.axelwernicke.mypod.Playlist
Creates a new playlist from the name given, and adds clips to it
PlaylistListView - class de.axelwernicke.mypod.gui.PlaylistListView.
 
PlaylistListView() - Constructor for class de.axelwernicke.mypod.gui.PlaylistListView
Creates new form PlaylistListView
PlaylistPropertyAction - class de.axelwernicke.mypod.actions.PlaylistPropertyAction.
 
PlaylistPropertyAction(int) - Constructor for class de.axelwernicke.mypod.actions.PlaylistPropertyAction
constructs an action object
PlaylistPropertyDialog - class de.axelwernicke.mypod.gui.PlaylistPropertyDialog.
 
PlaylistPropertyDialog(Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Creates new form PlaylistPropertyDialog
Preferences - class de.axelwernicke.mypod.Preferences.
manages all preferences for myPod
Preferences() - Constructor for class de.axelwernicke.mypod.Preferences
 
PreferencesAction - class de.axelwernicke.mypod.actions.PreferencesAction.
 
PreferencesAction(int) - Constructor for class de.axelwernicke.mypod.actions.PreferencesAction
constructs an action object
PreferencesDialog - class de.axelwernicke.mypod.gui.PreferencesDialog.
Preferences Dialog
PreferencesDialog(Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.PreferencesDialog
Creates new form PreferencesDialog.
ProgressDialog - class de.axelwernicke.mypod.gui.ProgressDialog.
ProgressDialog provides a progress bar within a dialog window and a cancel button to abort the action.
ProgressDialog(SwingWorker, Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.ProgressDialog
Creates new form ProgressDialog
playExtern(Playlist, boolean) - Method in class de.axelwernicke.mypod.Backend
Sends a playlist to an external player
- determine parameter (add or append)
- check that tmp directory exists to store playlist in
- check that configured player can be found
- store playlist
- call player
playcounterComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
publisherComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
publisherWebpageComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

R

RECOMMENDEDBUFFERSIZE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
RECORDINGDATES_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
RELATIVEVOLUMEADJUSTMENT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
REMIXER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
RETRY_OPTION - Static variable in class de.axelwernicke.mypod.gui.GuiUtils
 
REVERB_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
RelocateMissingClipsAction - class de.axelwernicke.mypod.actions.RelocateMissingClipsAction.
Relocate Missing Clips Action class
RelocateMissingClipsAction(int) - Constructor for class de.axelwernicke.mypod.actions.RelocateMissingClipsAction
constructs an action object
RemoveClipsMyPodAction - class de.axelwernicke.mypod.actions.RemoveClipsMyPodAction.
Delete Clips Action class.
RemoveClipsMyPodAction(int) - Constructor for class de.axelwernicke.mypod.actions.RemoveClipsMyPodAction
constructs an action object
RemoveClipsPlaylistAction - class de.axelwernicke.mypod.actions.RemoveClipsPlaylistAction.
Remove Clips Action class.
RemoveClipsPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.RemoveClipsPlaylistAction
constructs an action object
RemoveMissingClipsAction - class de.axelwernicke.mypod.actions.RemoveMissingClipsAction.
Remove Missing Clips Action class
RemoveMissingClipsAction(int) - Constructor for class de.axelwernicke.mypod.actions.RemoveMissingClipsAction
constructs an action object
RenamePlaylistAction - class de.axelwernicke.mypod.actions.RenamePlaylistAction.
Rename Playlist Action class
RenamePlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.RenamePlaylistAction
constructs an action object
ReorganizeClipsAction - class de.axelwernicke.mypod.actions.ReorganizeClipsAction.
Reorganize Clips Action class
Action to change directory structure and filenames according to some meta data of the files.
ReorganizeClipsAction(int) - Constructor for class de.axelwernicke.mypod.actions.ReorganizeClipsAction
constructs an action object
ReorganizeClipsPrefsDialog - class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog.
 
ReorganizeClipsPrefsDialog(Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.ReorganizeClipsPrefsDialog
Creates new form ReorganizeClipsPrefsDialog
ReorganizeClipsProgressDialog - class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog.
 
ReorganizeClipsProgressDialog(SwingWorker, Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
Creates new form ReorganizeClipsProgressDialog
reScanMp3(MP3MetaV2) - Static method in class de.axelwernicke.mypod.util.ID3Utils
Rescans an mp3 file and updates the meta data.
reallocateIndexes() - Method in class de.axelwernicke.mypod.ClipsTableModel
Reallocates sorting index.
rebuildFilenameCache() - Method in class de.axelwernicke.mypod.DataPool
Rebuilds the filename cache from scratch.
relocateClips(ProgressDialog, Collection) - Method in class de.axelwernicke.mypod.Backend
Relocates clips if their media files where moved.
remove(Vector) - Method in class de.axelwernicke.mypod.Playlist
Removes clips from the playlist
remove(Long) - Method in class de.axelwernicke.mypod.Playlist
Removes an item from the playlist, and corrects the total time of the playlist.
removeAllClips() - Method in class de.axelwernicke.mypod.ipod.IPod
Removes all Clips from iPod.
removeClip(Long) - Method in class de.axelwernicke.mypod.DataPool
Removes a clip from the data pool.
removeClip(long) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
removes a song from the song list and all playlists.
removeClips(Vector, Hashtable, IPodSyncDialog) - Method in class de.axelwernicke.mypod.ipod.IPod
Removes Clips from iPod.
removeClipsFromMyPod(Vector) - Method in class de.axelwernicke.mypod.Backend
Removes clips from myPod First the clip is removed from all playlist, the from data pool.
removeClipsFromPlaylist(Playlist, Vector) - Method in class de.axelwernicke.mypod.Backend
Removes a list of clips vom a playlist
removeEmptyPlaylists() - Method in class de.axelwernicke.mypod.ipod.IPod
Removes empty playlists on iPod.
removeEmptyPlaylists() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
iterates over all playlists and removes them, if not a masterplaylist, but empty.
removePlaycounts() - Method in class de.axelwernicke.mypod.ipod.IPod
 
removePlaylist(int) - Method in class de.axelwernicke.mypod.Backend
deletes a playlist
removePlaylist(Playlist) - Method in class de.axelwernicke.mypod.Backend
Removes a playlist
reorganizeClips(ReorganizeClipsProgressDialog, String, int, int, boolean) - Method in class de.axelwernicke.mypod.Backend
Reorganizes filestructure and renames files based on id3 tags
determine clips that are below base directory
for all clips to reorganize: determine new pathname
for all clips to reorganize: determine new filename
for all clips to reorganize: create new file
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
repaint(Rectangle) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
repaint(long, int, int, int, int) - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
replaceClips(Playlist) - Method in class de.axelwernicke.mypod.Playlist
 
restoreColumnPreferences(Preferences) - Method in class de.axelwernicke.mypod.gui.ListView
Restores columns, their order and their width from prefs
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
revalidate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 

S

SAMPLERATE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
SKIP_OPTION - Static variable in class de.axelwernicke.mypod.gui.GuiUtils
 
SUBTITLE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
SYNCHRONIZEDLYRICS_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
SYNCHRONIZEDTEMPOCODES_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
ScanAction - class de.axelwernicke.mypod.actions.ScanAction.
Scan Action class.
ScanAction(int) - Constructor for class de.axelwernicke.mypod.actions.ScanAction
default constructor
ScanDialog - class de.axelwernicke.mypod.gui.ScanDialog.
 
ScanDialog(SwingWorker, Frame, boolean) - Constructor for class de.axelwernicke.mypod.gui.ScanDialog
Creates new form ScanDialog
SelectionPanel - class de.axelwernicke.mypod.gui.SelectionPanel.
This panel provides a standard way to manage selection in lists
SelectionPanel() - Constructor for class de.axelwernicke.mypod.gui.SelectionPanel
Creates new form SelectionPanel
SetIPodNameAction - class de.axelwernicke.mypod.actions.SetIPodNameAction.
SetIPodNameAction class
SetIPodNameAction() - Constructor for class de.axelwernicke.mypod.actions.SetIPodNameAction
constructs an action object
SetIPodSyncAction - class de.axelwernicke.mypod.actions.SetIPodSyncAction.
Export Playlist Action class
SetIPodSyncAction(int) - Constructor for class de.axelwernicke.mypod.actions.SetIPodSyncAction
constructs an action object
SingleLineFormatter - class de.axelwernicke.mypod.util.SingleLineFormatter.
This class provides a logging formatter that gets single line output.
SingleLineFormatter() - Constructor for class de.axelwernicke.mypod.util.SingleLineFormatter
 
SplashScreen - class de.axelwernicke.mypod.gui.SplashScreen.
 
SplashScreen() - Constructor for class de.axelwernicke.mypod.gui.SplashScreen
Creates new form BeanForm
SwingWorker - class de.axelwernicke.mypod.SwingWorker.
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class de.axelwernicke.mypod.SwingWorker
Start a thread that will call the construct method and then exit.
SynchronizeIPodAction - class de.axelwernicke.mypod.actions.SynchronizeIPodAction.
Synchronize iPod Action class

This action should be executed synchroneously.
SynchronizeIPodAction(int) - Constructor for class de.axelwernicke.mypod.actions.SynchronizeIPodAction
constructs an action object
saveITunesDB(ITunesDB) - Method in class de.axelwernicke.mypod.ipod.IPod
saves the iTunes database on iPod.
saveITunesDB() - Method in class de.axelwernicke.mypod.ipod.IPod
Saves iTunes database on iPod.
savePlaylistM3U(String, Playlist) - Method in class de.axelwernicke.mypod.Backend
Saves a playlist as m3u file.
scanFiles(File[], ScanDialog) - Method in class de.axelwernicke.mypod.Backend
Scans a list of files and directories for mp3 files.
scanForMissingMediaFiles(ProgressDialog) - Method in class de.axelwernicke.mypod.Backend
Gets all clips that are missing.
scanMp3(File) - Static method in class de.axelwernicke.mypod.util.ID3Utils
Scan mp3 file for id3 and other meta data
serialNumberContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
serializeIPodMapper(Hashtable) - Method in class de.axelwernicke.mypod.Backend
serializes iPod mapper.
setAddEnabled(boolean) - Method in class de.axelwernicke.mypod.Preferences
Setter for property addEnabled.
setAddParameter(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property addParameter.
setAlbum(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property album.
setAlbum(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property album.
setAlbumFilter(Vector) - Method in class de.axelwernicke.mypod.AutoPlaylist
Setter for property albumFilter.
setAlbumFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.AutoPlaylist
Setter for property albumFilterEnabled.
setAppendEnabled(boolean) - Method in class de.axelwernicke.mypod.Preferences
Setter for property appendEnabled.
setAppendParameter(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property appendParameter.
setArtist(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property artist.
setArtist(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property artist.
setArtistFilter(Vector) - Method in class de.axelwernicke.mypod.AutoPlaylist
Sets an artist filter.
setArtistFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.AutoPlaylist
Enables artist filter.
setArtistFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Controls the enabling of the artist filter selection panel
setArtistListModel(DefaultListModel, Vector) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
setArtistWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property artistWebpage.
setArtistWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property artistWebpage.
setAudioFileWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property audioFileWebpage.
setAudioFileWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property audioFileWebpage.
setAudioSourceWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property audioSourceWebpage.
setAudioSourceWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property audioSourceWebpage.
setBand(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property band.
setBand(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property band.
setBitrate(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property bitrate.
setBitrate(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property bitrate.
setBpm(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property bpm.
setBpm(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property bpm.
setCdIdentifier(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property cdIdentifier.
setCdIdentifier(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property cdIdentifier.
setClipText(String) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the clip text
setClips(Vector) - Method in class de.axelwernicke.mypod.gui.ListView
sets clips to the list view.
setClips(Vector) - Method in class de.axelwernicke.mypod.gui.PlaylistListView
 
setClipsProperties(ProgressDialog, MP3MetaV2, Vector) - Method in class de.axelwernicke.mypod.Backend
Set new id3 tags for a couple of clips
setClipsProperties(MP3MetaV2, Vector) - Method in class de.axelwernicke.mypod.Backend
Set new id3 tags for a couple of clips
setClipsTableColumnListener(ListView) - Static method in class de.axelwernicke.mypod.myPod
Sets a column listener to a JTable object.
setComment(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property comment.
setComment(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property comment.
setCommercial(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property commercial.
setCommercial(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property commercial.
setCommercialInformation(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property commercialInformation.
setCommercialInformation(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property commercialInformation.
setComposer(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property composer.
setComposer(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property composer.
setConductor(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property conductor.
setConductor(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property conductor.
setConfirmed(boolean) - Method in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
Setter for property confirmed.
setContentGroupset(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property contentGroupset.
setContentGroupset(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property contentGroupset.
setCopyright(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property copyright.
setCopyright(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property copyright.
setCopyrightText(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property copyrightText.
setCopyrightText(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property copyrightText.
setCopyrightWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property copyrightWebpage.
setCopyrightWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property copyrightWebpage.
setData(Hashtable) - Method in class de.axelwernicke.mypod.DataPool
Sets data hashtable
setDate(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property date.
setDate(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property date.
setDividerAlbumViewPosition(int) - Method in class de.axelwernicke.mypod.Preferences
Setter for property dividerAlbumViewPosition.
setDividerArtistViewPosition(int) - Method in class de.axelwernicke.mypod.Preferences
Setter for property dividerArtistViewPosition.
setDividerGenreViewPosition(int) - Method in class de.axelwernicke.mypod.Preferences
Setter for property dividerGenreViewPosition.
setDividerMainPosition(int) - Method in class de.axelwernicke.mypod.Preferences
Setter for property dividerMainPosition.
setDuration(long) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property duration.
setDuration(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property duration.
setEmphasis(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property emphasis.
setEmphasis(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property emphasis.
setEnabled(boolean) - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Set enabling for most important components
setEncapsulatedObject(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property encapsulatedObject.
setEncapsulatedObject(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property encapsulatedObject.
setEncodedBy(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property encodedBy.
setEncodedBy(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property encodedBy.
setEncryptionMethodRegistration(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property encryptionMethodRegistration.
setEncryptionMethodRegistration(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property encryptionMethodRegistration.
setEntryMap(HashMap) - Method in class de.axelwernicke.mypod.ipod.Playcounts
Setter for property entryMap.
setEqualisation(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property equalisation.
setEqualisation(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property equalisation.
setEventTimingCodes(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property eventTimingCodes.
setEventTimingCodes(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property eventTimingCodes.
setFileOwner(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property fileOwner.
setFileOwner(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property fileOwner.
setFilePath(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property filePath.
setFilePath(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property filePath.
setFileType(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property fileType.
setFileType(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property fileType.
setFilename(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property filename.
setFilename(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property filename.
setFilesize(long) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property filesize.
setFilesize(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property filesize.
setGenre(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property genre.
setGenre(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property genre.
setGenreFilter(Vector) - Method in class de.axelwernicke.mypod.AutoPlaylist
Sets a genre filter
setGenreFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.AutoPlaylist
enables genre filter
setGenreFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Controls the enabling of the artist filter selection panel
setGenreListModel(DefaultListModel, Vector) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
setGroupIdentificationRegistration(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property groupIdentificationRegistration.
setGroupIdentificationRegistration(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property groupIdentificationRegistration.
setHideEmptyColumns(boolean) - Method in class de.axelwernicke.mypod.Preferences
Setter for property hideEmptyColumns.
setIPod(IPod) - Method in class de.axelwernicke.mypod.Backend
Setter for property iPod.
setIPodPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property iPodPath.
setIPodSync(boolean) - Method in class de.axelwernicke.mypod.Playlist
Sets playlists iPod sync flag.
setIPodSync(boolean) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
setITunesDB(ITunesDB) - Method in class de.axelwernicke.mypod.ipod.IPod
Setter for property itunesDB.
setId3v1(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property id3v1.
setId3v1(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property id3v1.
setId3v2(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property id3v2.
setId3v2(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property id3v2.
setInitialKey(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property initialKey.
setInitialKey(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property initialKey.
setInternetRadioStationName(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property internetRadioStationName.
setInternetRadioStationName(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property internetRadioStationName.
setInternetRadioStationOwner(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property internetRadioStationOwner.
setInternetRadioStationOwner(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property internetRadioStationOwner.
setInternetRadioStationWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property internetRadioStationWebpage.
setInternetRadioStationWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property internetRadioStationWebpage.
setIsrc(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property isrc.
setIsrc(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property isrc.
setLanguage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property language.
setLanguage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property language.
setLastModified(long) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property lastModified.
setLastModified(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property lastModified.
setLastPlayed(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property lastPlayed.
setLastPlayed(long) - Method in class de.axelwernicke.mypod.ipod.PlaycountsItem
Setter for property lastPlayed.
setLayer(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property layer.
setLayer(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property layer.
setLengthInTag(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property lengthInTag.
setLengthInTag(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property lengthInTag.
setList(Vector) - Method in class de.axelwernicke.mypod.Playlist
Setter for property list.
setListViewColumnInfo(int[][]) - Method in class de.axelwernicke.mypod.Preferences
Setter for property listViewColumnInfo.
setLocked(boolean) - Method in class de.axelwernicke.mypod.gui.Frontend
Setter for property locked.
setLookAndFeel(String, Frame) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Sets the look and feel from an info string as used in the preferences dialog class.
setLookAndFeel(LookAndFeel, Frame) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Sets the look and feel for myPod.
setLookAndFeelName(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property lookAndFeelName.
setLookupTable(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property lookupTable.
setLookupTable(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property lookupTable.
setLyricist(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property lyricist.
setLyricist(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property lyricist.
setMPEGLevel(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property mPEGLevel.
setMPEGLevel(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property mPEGLevel.
setMainFramePosition(Rectangle) - Method in class de.axelwernicke.mypod.Preferences
Setter for property mainFramePosition.
setMasterPlaylistName(String) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Sets the name of the masterplaylist of the db
setMediaType(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property mediaType.
setMediaType(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property mediaType.
setMode(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property mode.
setMode(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property mode.
setName(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property name.
setName(String) - Method in class de.axelwernicke.mypod.Playlist
sets the name of the playlist.
setName(String) - Method in class de.axelwernicke.mypod.ipod.IPod
Setter for property name.
setOptimizeColumnWidth(boolean) - Method in class de.axelwernicke.mypod.Preferences
Setter for property optimizeColumnWidth.
setOriginal(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property original.
setOriginal(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property original.
setOriginalArtist(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property originalArtist.
setOriginalArtist(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property originalArtist.
setOriginalFilename(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property originalFilename.
setOriginalFilename(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property originalFilename.
setOriginalLyricist(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property originalLyricist.
setOriginalLyricist(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property originalLyricist.
setOriginalTitle(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property originalTitle.
setOriginalTitle(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property originalTitle.
setOriginalYear(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property originalYear.
setOriginalYear(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property originalYear.
setOwnership(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property ownership.
setOwnership(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property ownership.
setPadding(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property padding.
setPadding(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property padding.
setPartOfSet(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property partOfSet.
setPartOfSet(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property partOfSet.
setPaymentWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property paymentWebpage.
setPaymentWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property paymentWebpage.
setPicture(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property picture.
setPicture(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property picture.
setPlayCounter(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property playCounter.
setPlayCounter(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property playCounter.
setPlaycount(int) - Method in class de.axelwernicke.mypod.ipod.PlaycountsItem
Setter for property playcount.
setPlaycounts(Playcounts) - Method in class de.axelwernicke.mypod.ipod.IPod
Setter for property Playcounts.
setPlayerPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property playerPath.
setPlaylist(Playlist) - Method in class de.axelwernicke.mypod.ClipsTableModel
Sets a playlist to the model.
setPlaylistDelay(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property playlistDelay.
setPlaylistDelay(long) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property playlistDelay.
setPlaylistHeader(ITunesDBPlaylistHeader) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property playlistHeader.
setPlaylistHolder(ITunesDBListHolder) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property playlistHolder.
setPlaylistName(String) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
setPopularimeter(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property popularimeter.
setPopularimeter(short) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property popularimeter.
setPositionSynchronization(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property positionSynchronization.
setPositionSynchronization(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property positionSynchronization.
setPreferences(Preferences) - Method in class de.axelwernicke.mypod.Backend
Sets myPod preferences
setPreferences(Preferences) - Method in class de.axelwernicke.mypod.gui.Frontend
Sets GUI Preferences like main window bounds and divider positions
setPrivat(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property privat.
setPrivat(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property privat.
setPrivateData(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property privateData.
setPrivateData(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property privateData.
setProgressBounds(int, int) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the progress bounds
setProgressIndeterminate(boolean) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the progress bars indeterminate status.
setProgressMax(int) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the progress max value
setProgressMin(int) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the minimum value of the progress bar
setProgressValue(int) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the value of the progress bar
setProtection(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property protection.
setProtection(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property protection.
setPublisher(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property publisher.
setPublisher(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property publisher.
setPublishersWebpage(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property publishersWebpage.
setPublishersWebpage(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property publishersWebpage.
setRecentExtPlayerPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property recentExtPlayerPath.
setRecentIPodPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property recentIPodPath.
setRecentPlaylistPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property recentPlaylistPath.
setRecentScanPath(String) - Method in class de.axelwernicke.mypod.Preferences
Setter for property recentScanPath.
setRecommendedBufferSize(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property recommendedBufferSize.
setRecommendedBufferSize(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property recommendedBufferSize.
setRecordSize(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property recordSize.
setRecordingDates(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property recordingDates.
setRecordingDates(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property recordingDates.
setRelativeVolumenAdjustment(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property relativeVolumenAdjustment.
setRelativeVolumenAdjustment(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property relativeVolumenAdjustment.
setRemixer(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property remixer.
setRemixer(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property remixer.
setReverb(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property reverb.
setReverb(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property reverb.
setSamplerate(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property samplerate.
setSamplerate(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property samplerate.
setShownClipsTableColumns(Vector) - Method in class de.axelwernicke.mypod.Preferences
 
setSonglistHeader(ITunesDBSonglistHeader) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property songlistHeader.
setSonglistHolder(ITunesDBListHolder) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property songlistHolder.
setSortAvailableValues(boolean) - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Setter for property sortAvailableValues.
setSortSelectedValues(boolean) - Method in class de.axelwernicke.mypod.gui.SelectionPanel
Setter for property sortSelectedValues.
setSortingColumns(Vector) - Method in class de.axelwernicke.mypod.ClipsTableModel
Setter for property sortingColumns.
setStatusText(String) - Method in class de.axelwernicke.mypod.gui.ProgressDialog
Sets the status text
setSubtitle(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property subtitle.
setSubtitle(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property subtitle.
setSynchronizedLyrics(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property synchronizedLyrics.
setSynchronizedLyrics(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property synchronizedLyrics.
setSynchronizedTempoCodes(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property synchronizedTempoCodes.
setSynchronizedTempoCodes(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property synchronizedTempoCodes.
setTagSize(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property tagSize.
setTermsOfUse(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property termsOfUse.
setTermsOfUse(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property termsOfUse.
setTime(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property time.
setTime(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property time.
setTitle(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property title.
setTitle(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property title.
setTotalCount(int) - Method in class de.axelwernicke.mypod.ipod.Playcounts
Setter for property totalCount.
setTotalFilesize(long) - Method in class de.axelwernicke.mypod.Playlist
Setter for property totalFilesize.
setTotalTime(int) - Method in class de.axelwernicke.mypod.Playlist
Setter for property totalTime.
setTrack(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property track.
setTrack(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property track.
setUniqueFileIdentifier(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property uniqueFileIdentifier.
setUniqueFileIdentifier(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property uniqueFileIdentifier.
setUnknown3(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property unknown3.
setUnknown4(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property unknown4.
setUnknown5(int) - Method in class de.axelwernicke.mypod.ipod.ITunesDB
Setter for property unknown5.
setUnsynchronizedLyrics(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property unsynchronizedLyrics.
setUnsynchronizedLyrics(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property unsynchronizedLyrics.
setUseCRC(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property useCRC.
setUseCRC(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property useCRC.
setUseCompression(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property useCompression.
setUseCompression(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property useCompression.
setUsePadding(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property usePadding.
setUsePadding(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property usePadding.
setUseUnsynchronization(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property useUnsynchronization.
setUseUnsynchronization(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property useUnsynchronization.
setUserDefinedText(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property userDefinedText.
setUserDefinedText(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property userDefinedText.
setUserDefinedURL(String) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property userDefinedURL.
setUserDefinedURL(String) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property userDefinedURL.
setVbr(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property vbr.
setVbr(boolean) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property vbr.
setWriteID3(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property writeID3.
setWriteID3v2(boolean) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property writeID3v2.
setYear(int) - Method in class de.axelwernicke.mypod.MP3Meta
Setter for property year.
setYear(int) - Method in class de.axelwernicke.mypod.MP3MetaV2
Setter for property year.
setYearFilter(Vector) - Method in class de.axelwernicke.mypod.AutoPlaylist
Sets a year filter
setYearFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.AutoPlaylist
enables year filter
setYearFilterEnabled(boolean) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
Controls the enabling of the artist filter selection panel
setYearListModel(DefaultListModel, Vector) - Method in class de.axelwernicke.mypod.gui.PlaylistPropertyDialog
 
showClipPropertiesDialog(Frontend, Vector) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Prepares and shows clip properties dialog and evaulates result.
showHelpBrowser(String) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Shows a swing browser for a given URL
showPlaylistPropertyDialog(Playlist, Frontend, Backend) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Creates and shows the playlist property dialog.
showPreferencesDialog(Frontend, Preferences) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Prepares and shows preferences dialog and evaulates result.
showRSADialog(String, String) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
Shows an retry, skip, abort dialog.
shutdown() - Method in class de.axelwernicke.mypod.Backend
shuts the backend down.
shutdown() - Method in class de.axelwernicke.mypod.DataPool
Shuts the datapool down
shuttlesort(int[], int[], int, int) - Method in class de.axelwernicke.mypod.ClipsTableModel
This is a home-grown implementation which we have not had time to research - it may perform poorly in some circumstances.
sort() - Method in class de.axelwernicke.mypod.ClipsTableModel
Sort the model.
sortByColumn(int) - Method in class de.axelwernicke.mypod.ClipsTableModel
Sorts a a table model by column ascending.
sortByColumn(int, boolean) - Method in class de.axelwernicke.mypod.ClipsTableModel
Sorts a a table model by column.
spaceLeftContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
splashLabel - Variable in class de.axelwernicke.mypod.gui.SplashScreen
 
start() - Method in class de.axelwernicke.mypod.SwingWorker
Start the worker thread.
statusContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
statusContentLabel - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
statusContentLabel - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
storeColumnPreferences() - Method in class de.axelwernicke.mypod.gui.ListView
Stores Column Preferences.
stringToUTF16LittleEndian(String) - Static method in class de.axelwernicke.mypod.ipod.ITunesDBParser
Converts a java String to an UTF16 little endianed byte array
swap(int, int) - Method in class de.axelwernicke.mypod.ClipsTableModel
Swaps two elements.
synchronizeIPod(IPodSyncDialog) - Method in class de.axelwernicke.mypod.Backend
Synchronizes myPod playlists with iPod.

T

TERMSOFUSE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
TIME_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
TITLE_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
TOOLBAR_ACTION - Static variable in class de.axelwernicke.mypod.myPod
 
TRACK_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
tableChanged(TableModelEvent) - Method in class de.axelwernicke.mypod.ClipsTableModel
Inform everbody listening that the model changed.
timeLeftContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
timeUsedContentLabel - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
titleComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 
toString() - Method in class de.axelwernicke.mypod.Playlist
creates a string representation of a playlist.
toString() - Method in class de.axelwernicke.mypod.ipod.ITunesDB
generates a string that represents the current object
toString() - Method in class de.axelwernicke.mypod.ipod.PlaycountsItem
Gets a string representation for the entry
totalClipsContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
totalDurationContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
totalProgressBar - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
totalProgressBar - Variable in class de.axelwernicke.mypod.gui.ReorganizeClipsProgressDialog
 
totalProgressBar - Variable in class de.axelwernicke.mypod.gui.ScanDialog
 
totalSizeContent - Variable in class de.axelwernicke.mypod.gui.IPodSyncDialog
 
totalSizeContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 
trackComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

U

UNIQUEFILEIDENTIFIER_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
UNKNOWN_OPTION - Static variable in class de.axelwernicke.mypod.gui.GuiUtils
 
UNSYNCHRONIZEDLYRICS_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USECOMPRESSION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USECRC_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USEPADDING_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USERDEFINEDTEXT_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USERDEFINEDURL_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
USEUNSYNCHRONIZATION_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
UpdateAutoPlaylistAction - class de.axelwernicke.mypod.actions.UpdateAutoPlaylistAction.
 
UpdateAutoPlaylistAction(int) - Constructor for class de.axelwernicke.mypod.actions.UpdateAutoPlaylistAction
constructs an action object
uTF16LittleEndianToString(byte[]) - Static method in class de.axelwernicke.mypod.ipod.ITunesDBParser
Converts a little endianed UTF16 byte array into a java string.
update(Collection, DataPool) - Method in class de.axelwernicke.mypod.AutoPlaylist
Updates the playlists content
updateAllAutoplaylists() - Method in class de.axelwernicke.mypod.Backend
Update all autoplaylists
- iterate over all playlists and update the autoplaylists
- additionally total time and total filesize are validated
updateAutoplaylist(int) - Method in class de.axelwernicke.mypod.Backend
Applies the filters to an autoplaylist
- get the playlist
- check if we have an autoplaylist
- get all enabled filters
- remove clips from the playlist if they not apply to the filter (anymore)
- find all clips that apply to the filter
- add found clips, if they are not in the playlist yet
- update playtime for the playlist
updateAutoplaylist(Playlist, List) - Method in class de.axelwernicke.mypod.Backend
Applies the filters to an autoplaylist
- get the playlist
- check if we have an autoplaylist
- get all enabled filters
- remove clips from the playlist if they not apply to the filter (anymore)
- find all clips that apply to the filter
- add found clips, if they are not in the playlist yet
- update playtime for the playlist
updateClipsTableModel(Playlist) - Static method in class de.axelwernicke.mypod.myPod
Updates the clips tables content using the selected playlist
updateData(File, MP3MetaV2) - Method in class de.axelwernicke.mypod.DataPool
Updates the id3 tags in the clip from the meta data object.
updateData(Long, MP3MetaV2) - Method in class de.axelwernicke.mypod.DataPool
Updates the id3 tags in the clip from the meta data object.
updateFilePath(Long, String) - Method in class de.axelwernicke.mypod.DataPool
Updates meta data and filename cache if file name or path changed.
updateModels() - Static method in class de.axelwernicke.mypod.myPod
Updates the models for clips table and spreader list
updateMp3VdHeide(MP3MetaV2, MP3MetaV2) - Static method in class de.axelwernicke.mypod.util.ID3Utils
Updates the id3 tags ( v1 & v2.3 ) of an mp3 clip
updateStatusLine(Frontend) - Static method in class de.axelwernicke.mypod.gui.GuiUtils
sets the status line

V

validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.BitrateRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DateRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationMilliSekRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.DurationSekRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.EmphasisRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.FilesizeRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.JTypeRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LayerRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.LevelRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.ModeRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.PlaylistIndexNumberRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.SamplerateRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.URLRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableColumnModel.UnsignedNumberRenderer
 
validate() - Method in class de.axelwernicke.mypod.ClipsTableModel
validates list view table model.
validateDirectoryName(String) - Static method in class de.axelwernicke.mypod.util.FileUtils
Validates a directory name by replacing invalid characters.
validateFileName(String) - Static method in class de.axelwernicke.mypod.util.FileUtils
Validates a filename by replacing invalid characters.
validatePlaylists() - Method in class de.axelwernicke.mypod.Backend
Validates all playlists.
validateTotalFilesize() - Method in class de.axelwernicke.mypod.Playlist
Recalculates the total filesize of the clips in the playlist
validateTotalTime() - Method in class de.axelwernicke.mypod.Playlist
Recalculates the total time of the playlist
versionContentLabel - Variable in class de.axelwernicke.mypod.gui.AboutDialog
 

W

WRITEID3V2_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
WRITEID3_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
WipeIPodAction - class de.axelwernicke.mypod.actions.WipeIPodAction.
Wipe iPod Action class
WipeIPodAction(int) - Constructor for class de.axelwernicke.mypod.actions.WipeIPodAction
constructs an action object
wipe() - Method in class de.axelwernicke.mypod.ipod.IPod
Wipes all music from the iPod.

Y

YEAR_INDEX - Static variable in class de.axelwernicke.mypod.util.ClipsTableUtils
 
yearComboBox - Variable in class de.axelwernicke.mypod.gui.ClipPropertiesDialog
 

A B C D E F G H I L M N O P R S T U V W Y