|
|||||||||
| Home >> All >> entagged >> gui >> [ tageditor overview ] | PREV NEXT | ||||||||
A
- actionPerformed(ActionEvent) - Method in class entagged.gui.tageditor.ID3InfoPanel.AdvancedButtonListener
- opens the dialog allowing to add custom id3v2 fields and their contents
- actionPerformed(ActionEvent) - Method in class entagged.gui.tageditor.ID3InfoPanel.CopyFromV1ButtonListener
- Copy fields values in id3v1 fields into id3v2 fields
- actionPerformed(ActionEvent) - Method in class entagged.gui.tageditor.ID3InfoPanel.CopyFromV2ButtonListener
- Copy fields values in id3v2 fields into id3v1 fields
- actionPerformed(ActionEvent) - Method in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Saves id3v1 or id3v2 tags
- add(MP3File, int) - Method in class entagged.gui.tageditor.ID3InfoPanel
- This method is used whenever a mp3 file is added to the selection, it updates the fields of the id3 tags and eventually put a "Varies" text if needed
- advancedButton - Variable in class entagged.gui.tageditor.ID3InfoPanel
- ID3v2 Advanced button
- albumF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- albumFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- albumL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- albumLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- artistF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- artistFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- artistL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- artistLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
C
- clean() - Method in class entagged.gui.tageditor.ID3InfoPanel
- Cleans the ID3Info Panel (textfileds...)
- commentF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- commentFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- commentL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- commentLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- copyFromV1Button - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Copy from ID3v1 Button
- copyFromV2Button - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Copy from ID3v2 Button
- createButtons() - Method in class entagged.gui.tageditor.TagEditorToolBar
- Creates the toolbar buttons
- createID3v1TagInfoPanel() - Method in class entagged.gui.tageditor.ID3InfoPanel
- Creates id3v1 fileds etc
- createID3v2TagInfoPanel() - Method in class entagged.gui.tageditor.ID3InfoPanel
- Creates id3v2 fields
- currentID3Version - Variable in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- ID3 tag versions to wich this listener is bound
E
- entagged.gui.tageditor - package entagged.gui.tageditor
- entaggedFrame - Variable in class entagged.gui.tageditor.TagEditorFrame
- The Parent Entagged Frame
F
- fileTreeModel - Variable in class entagged.gui.tageditor.TagEditorFrame
- The Model used for the JTree (this is a view of the filesystem)
G
- genreF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- genreFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- ID3v1 Genre combo box
- genreL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- genreLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- getEntaggedFrame() - Method in class entagged.gui.tageditor.TagEditorFrame
- Gets the Parent Entagged Frame
- getID3InfoPanel() - Method in class entagged.gui.tageditor.TagEditorFrame
- Gets the iD3Info Panel
- getID3TagVersionButton() - Method in class entagged.gui.tageditor.TagEditorToolBar
- Gets the iD3Tag Version Button
- getMP3AlbumTableListSelectionModel() - Method in class entagged.gui.tageditor.TagEditorFrame
- Gets the mP3AlbumTableListSelectionModel attribute of the TagEditorFrame object
- getMP3AlbumTableModel() - Method in class entagged.gui.tageditor.TagEditorFrame
- Gets the MP3Album TableModel
- getSelectedMP3() - Method in class entagged.gui.tageditor.ID3InfoPanel
- get the selected mp3's vector containing the selected mp3files
- getSelectedMP3TrackNb() - Method in class entagged.gui.tageditor.ID3InfoPanel
- get the selected mp3's vector containing the selected mp3files real (alphabetical) track numbers
- getTagEditorToolBar() - Method in class entagged.gui.tageditor.TagEditorFrame
- Gets the tagEditor ToolBar
I
- ID3InfoPanel - class entagged.gui.tageditor.ID3InfoPanel.
- Creates the Bottom panel of the main windows contains all operations realtive to the current showing album/selected file $Id: ID3InfoPanel.java,v 1.6 2003/10/01 20:25:17 kikidonk Exp $
- ID3InfoPanel(TagEditorFrame) - Constructor for class entagged.gui.tageditor.ID3InfoPanel
- Build the Panel
- ID3InfoPanel.AdvancedButtonListener - class entagged.gui.tageditor.ID3InfoPanel.AdvancedButtonListener.
- This listens for an event on the advanced button in id3v2 panel and shows a dialog allowing to add custom fields
- ID3InfoPanel.AdvancedButtonListener() - Constructor for class entagged.gui.tageditor.ID3InfoPanel.AdvancedButtonListener
- ID3InfoPanel.CopyFromV1ButtonListener - class entagged.gui.tageditor.ID3InfoPanel.CopyFromV1ButtonListener.
- This listens for an event on the copy button in id3v2 panel and copy the data in id3v1 panel
- ID3InfoPanel.CopyFromV1ButtonListener() - Constructor for class entagged.gui.tageditor.ID3InfoPanel.CopyFromV1ButtonListener
- ID3InfoPanel.CopyFromV2ButtonListener - class entagged.gui.tageditor.ID3InfoPanel.CopyFromV2ButtonListener.
- This listens for an event on the copy button in id3v1 panel and copy the data in id3v2 panel
- ID3InfoPanel.CopyFromV2ButtonListener() - Constructor for class entagged.gui.tageditor.ID3InfoPanel.CopyFromV2ButtonListener
- ID3InfoPanel.SaveButtonListener - class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener.
- This class listens for events on the save buttons for both id3v1 and id3v2 tags
- ID3InfoPanel.SaveButtonListener(int) - Constructor for class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Constructs a new Listener bound to the specified ID3Version (see constants) !! MAYBE this can be changed in a more elegant way !!
- ID3v1 - Static variable in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Constant to choose id3v1 listening
- ID3v1TagInfos - Variable in class entagged.gui.tageditor.ID3InfoPanel
- ID3v1 Panel
- ID3v2 - Static variable in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Constant to choose id3v2 listening
- ID3v2TagInfos - Variable in class entagged.gui.tageditor.ID3InfoPanel
- ID3v2 Panel
- infoPanel - Variable in class entagged.gui.tageditor.TagEditorFrame
- The Panel that holds the id3v1 and id3v2 panels and also the freedb and file rename panels
- internalFrameActivated(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame is activated.
- internalFrameClosed(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame has been closed.
- internalFrameClosing(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame is in the process of being closed.
- internalFrameDeactivated(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame is de-activated.
- internalFrameDeiconified(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame is de-iconified.
- internalFrameIconified(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when an internal frame is iconified.
- internalFrameOpened(InternalFrameEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- Invoked when a internal frame has been opened.
- itemStateChanged(ItemEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.RootSelectionListener
- When the user change the selection, the new root is used and the tree refreshed accordingly
M
- MP3AlbumTableMovePanel - class entagged.gui.tageditor.MP3AlbumTableMovePanel.
- Creates the Panel that allows to move the items in the table $Id: MP3AlbumTableMovePanel.java,v 1.1 2003/09/29 13:05:21 kikidonk Exp $
- MP3AlbumTableMovePanel(TagEditorFrame) - Constructor for class entagged.gui.tageditor.MP3AlbumTableMovePanel
- Constructor for the MP3AlbumTableMovePanel object
R
- roots - Variable in class entagged.gui.tageditor.TagEditorFrame
- Roots selection combobox
S
- saveButton - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Save buttons for ID3 tags
- saveButtonv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Save buttons for ID3 tags
- saveID3v1Tag() - Method in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Saves the id3v1 tag with the corresponding fields data
- saveID3v2Tag() - Method in class entagged.gui.tageditor.ID3InfoPanel.SaveButtonListener
- Saves the id3v2 tag with the corresponding fields data
- selectedMP3 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Vector containing the selected MP3 in the table (used because of the mutlti selection)
- selectedMP3TrackNb - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Vector containing the track numbers of the corresponding selected MP3 (MP3 itself could be used, but information isn't secure)
T
- TagEditorFrame - class entagged.gui.tageditor.TagEditorFrame.
- Main Class.
- TagEditorFrame(Entagged) - Constructor for class entagged.gui.tageditor.TagEditorFrame
- Build the GUI Components for the Main Class
- TagEditorFrame.CloseWindowListener - class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener.
- Listens for events on internal Frames
- TagEditorFrame.CloseWindowListener() - Constructor for class entagged.gui.tageditor.TagEditorFrame.CloseWindowListener
- TagEditorFrame.FileTreeSelectionListener - class entagged.gui.tageditor.TagEditorFrame.FileTreeSelectionListener.
- Listens for a change in the filesystem selection (Jtree)
- TagEditorFrame.FileTreeSelectionListener() - Constructor for class entagged.gui.tageditor.TagEditorFrame.FileTreeSelectionListener
- TagEditorFrame.MP3AlbumTableSelectionListener - class entagged.gui.tageditor.TagEditorFrame.MP3AlbumTableSelectionListener.
- Listens for a change in selection of mp3 files in the table
- TagEditorFrame.MP3AlbumTableSelectionListener() - Constructor for class entagged.gui.tageditor.TagEditorFrame.MP3AlbumTableSelectionListener
- TagEditorFrame.RootSelectionListener - class entagged.gui.tageditor.TagEditorFrame.RootSelectionListener.
- Listens for a selection change in the Available roots combobox
- TagEditorFrame.RootSelectionListener() - Constructor for class entagged.gui.tageditor.TagEditorFrame.RootSelectionListener
- TagEditorToolBar - class entagged.gui.tageditor.TagEditorToolBar.
- Description of the Class $Id: TagEditorToolBar.java,v 1.6 2003/11/15 15:05:33 kikidonk Exp $
- TagEditorToolBar(TagEditorFrame) - Constructor for class entagged.gui.tageditor.TagEditorToolBar
- Constructor for the EntaggedToolBar object
- tableInfoSplitPane - Variable in class entagged.gui.tageditor.TagEditorFrame
- Splits the table and the infopanel
- tableModel - Variable in class entagged.gui.tageditor.TagEditorFrame
- The Model used to fill the Table (this is a representation of various id3 tag infos)
- tableSelectionModel - Variable in class entagged.gui.tageditor.TagEditorFrame
- The selection model for the mp3album table
- tagEditorFrame - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Parent Tag Editor Frame
- tagEditorFrame - Variable in class entagged.gui.tageditor.MP3AlbumTableMovePanel
- The parent tageditor frame
- tagEditorFrame - Variable in class entagged.gui.tageditor.TagEditorToolBar
- Contains the Parent Tag Editor Frame
- tagVersion - Variable in class entagged.gui.tageditor.TagEditorToolBar
- Contains the Jbutton to toggle the id3Tag version view
- titleF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- titleFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- titleL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- titleLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- toolBar - Variable in class entagged.gui.tageditor.TagEditorFrame
- the toolbar of this frame
- trackF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- trackFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- trackL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- trackLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- tree - Variable in class entagged.gui.tageditor.TagEditorFrame
- The JTree representing the file System
V
- valueChanged(TreeSelectionEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.FileTreeSelectionListener
- When selection changes update if needed the table
- valueChanged(ListSelectionEvent) - Method in class entagged.gui.tageditor.TagEditorFrame.MP3AlbumTableSelectionListener
- Updates the contents of the id3 info panel according to the selected files
Y
- yearF - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v2 Panel
- yearFv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Textfields concerning ID3v2 displyed in the ID3v1 Panel
- yearL - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
- yearLv1 - Variable in class entagged.gui.tageditor.ID3InfoPanel
- Various Labels
A C E F G I M R S T V Y
|
|||||||||
| Home >> All >> entagged >> gui >> [ tageditor overview ] | PREV NEXT | ||||||||