|
Class Summary |
| AbstractDragListener |
AbstractDragListener implements simple drag-and-drop support for components. |
| AbstractFileDropTargetListener |
AbstractFileDropTargetListener defines the capabilites that
are common to dragging-and-dropping files from the native
filesystem onto either the playlist tree or playlist table. |
| BasicFIDTreeNodeChangeListener |
Implemented by anything that handles the
modification of FIDTreeNodes. |
| ClearAction |
Clear clipboard action |
| ColumnEditorAction |
ColumnEditorAction hooks the JTableHeader up to
the column editor so that the use can click on the
header to adjust the columns. |
| ConfigurePlayerAction |
ConfigurePlayerAction displays the "Configure Player" dialog for the user
to modify settings of the Empeg. |
| CopyAction |
Copy clipboard action |
| CutAction |
Cut clipboard action |
| DeleteAction |
Deletes the currently selected entry. |
| DownloadAction |
PropertiesAction displays the properties dialog for the currently selected node
when any number of actions occur. |
| EditConfigIniAction |
EditConfigIniAction displays the "Edit config.ini" dialog for the user
to modify settings of the Empeg. |
| EmplodeMenuManager |
EmplodeMenuManager is responsible for setting up the
various menus that are used in Emplode, along with
attaching all the appropriate actions to them. |
| ExitAction |
Exits the application |
| ExportCSVAction |
Brings up a JFileChooser and exports the player database
as CSV |
| ExportXMLAction |
Brings up a JFileChooser and exports the player database
as an XML document. |
| FIDTreeNodeChangeEvent |
FIDTreeNodeChangeEvent is fired to an
FIDTreeNodeChangeListener. |
| GrabScreenAction |
Grabs the contents of the Empeg screen at displays them
in a new frame. |
| InvertSelectionAction |
Inverts the selection in the table |
| LogoEditAction |
LogoEditAction displays the Logo Editor. |
| MoveDownAction |
Moves the currently selected entries down one row in the playlist. |
| MoveUpAction |
Moves the currently selected entries up one row in the playlist. |
| NewPlaylistAction |
Creates a new empty playlist. |
| NewTuneAction |
Brings up a JFileChooser and adds the selected songs or directories to
the playlist. |
| OpenCloneAction |
Creates a new Emplode window and shows the connection
selection dialog and reloads the player database. |
| OpenDatabaseAction |
Shows the connection selection dialog and reloads the player database. |
| OptionsAction |
OptionsAction displays the "Options" dialog for the user
to modify settings of JEmplode. |
| PasteAction |
Paste clipboard action |
| PopupConfirmationListener |
ConfirmationListener that is implemented with a
Swing Popup. |
| PropertiesAction |
PropertiesAction displays the properties dialog for the currently selected node
when any number of actions occur. |
| RevertAction |
Reverts all changes back to their pre-synchronized state. |
| SaveScreenGrabAction |
Saves an EmpegScreen to a file. |
| SelectAllAction |
Selects everything in the table |
| SelectionTracker |
SelectionTracker provides an interface to finding out which
nodes are currently selected in the tree and table. |
| SetPlaylistOrderAction |
Sets the playlist order according to the
order of a TableSorter. |
| SynchronizeAction |
Synchronies all changes down to the Empeg. |
| TableDragListener |
TableDragListener implements simple drag-and-drop support for the playlist table |
| TableDropTargetListener |
TableDropTargetListener defines the specifics of
dragging-and-dropping from the native filesystem
onto the playlist table. |
| TablePopupListener |
PopupListener implements the right-click action on the
tree and table. |
| TableSelectionListener |
Updates emplode when the table selection changes (to
update the label in the status bar). |
| TableSortListener |
TableSortListener hooks the JTableHeader up to
the TableSorter so that the use can click on the
header to adjust the sort order. |
| TreeDragListener |
TreeDragListener implements simple drag-and-drop support for the playlist tree |
| TreeDropTargetListener |
TreeDropTargetListener defines the specifics of
dragging-and-dropping from the native filesystem
onto the playlist tree. |
| TreePopupListener |
PopupListener implements the right-click action on the
tree. |
| TreeTableConnector |
TreeTableConnector hooks tree selection events up to the right-side table so
that as the tree selection changes, the table model will be updated with the contents
of the corresponding tree node. |
| UpgradeAction |
Upgrades an Empeg. |