Serialized Form
|
Package com.melloware.jukes.db.audit |
user
String user
|
Package com.melloware.jukes.db.orm |
newFile
boolean newFile
valid
boolean valid
childCount
int childCount
createdDate
Date createdDate
modifiedDate
Date modifiedDate
id
Long id
discs
Set<E> discs
createdUser
String createdUser
modifiedUser
String modifiedUser
name
String name
notes
String notes
artists
List<E> artists
- Holds a list of artists
artist
Artist artist
createdDate
Date createdDate
modifiedDate
Date modifiedDate
file
File file
bitrate
Long bitrate
coverSize
long coverSize
duration
long duration
id
Long id
tracks
Set<E> tracks
coverUrl
String coverUrl
createdUser
String createdUser
durationTime
String durationTime
genre
String genre
location
String location
modifiedUser
String modifiedUser
name
String name
notes
String notes
year
String year
createdDate
Date createdDate
modifiedDate
Date modifiedDate
disc
Disc disc
file
File file
bitrate
Long bitrate
duration
long duration
id
Long id
trackSize
long trackSize
comment
String comment
createdUser
String createdUser
durationTime
String durationTime
modifiedUser
String modifiedUser
name
String name
trackNumber
String trackNumber
trackUrl
String trackUrl
|
Package com.melloware.jukes.exception |
|
Package com.melloware.jukes.file |
discList
List<E> discList
currentDisc
Disc currentDisc
current
boolean current
shuffleCatalog
boolean shuffleCatalog
shufflePlaylist
boolean shufflePlaylist
catalog
Catalog catalog
currentList
List<E> currentList
historyList
List<E> historyList
currentTrack
Track currentTrack
|
Package com.melloware.jukes.file.image |
file
File file
thumbnail
ImageIcon thumbnail
|
Package com.melloware.jukes.gui.tool |
helpVisible
boolean helpVisible
- Determines whether the dynamic help shall be displayed or hidden.
- See Also:
DynamicHelpModule.isHelpVisible(),
DynamicHelpModule.setHelpVisible(boolean)
helpRegistry
Map<K,V> helpRegistry
- Maps domain classes to help roots.
helpTreeModel
TreeModel helpTreeModel
- Holds the model for the help tree.
It changes everytime the selection changes.
- See Also:
DynamicHelpModule.getHelpTreeModel(),
DynamicHelpModule.getHelpTreeSelectionModel()
helpTreeSelectionModel
TreeSelectionModel helpTreeSelectionModel
- Refers to the single selection model for the help tree.
The selection is reset if the help tree model changes.
- See Also:
DynamicHelpModule.getHelpTreeSelectionModel(),
DynamicHelpModule.getHelpTreeModel()
helpPage
URL helpPage
- Holds the URL for the currently selected help page.
- See Also:
DynamicHelpModule.getHelpPage()
catalog
Catalog catalog
- Holds the current catalog.
- See Also:
MainModule.getCatalog(),
MainModule.setCatalog(Catalog)
selectionType
Class<T> selectionType
- Holds the class of the current selection.
- See Also:
MainModule.getSelection(),
MainModule.getSelectionType()
selectedNode
NavigationNode selectedNode
- Holds the node that refers to the current selection. Used to report a
potential change to its hosting tree model when the selection changes.
This is because the node's label may have changed as part of the editor
change.
This is a poor workaround that is based on the weak assumumption that this
class's tree selection listener is the first to know about the node
change.
selection
Object selection
- Holds the current selection, an instance of Model.
- See Also:
MainModule.getSelection(),
MainModule.getSelectionType()
navigationTreeModel
TreeModel navigationTreeModel
- Holds the model for the navigation tree. It changes every time this
module's catalog changes.
- See Also:
MainModule.getNavigationTreeModel(),
MainModule.getNavigationTreeSelectionModel()
navigationTreeSelectionModel
TreeSelectionModel navigationTreeSelectionModel
- Refers to the single selection model for the navigation tree. The
selection is reset if the navigation tree model changes.
- See Also:
MainModule.getNavigationTreeSelectionModel(),
MainModule.getNavigationTreeModel()
playerVolume
float playerVolume
- AZ
Default player volume
auditInfo
boolean auditInfo
- Whether to show Audit Info or not
albumArtistTag
String albumArtistTag
- AZ
Default description of TXXX tag for Album Artist
useCDNumber
boolean useCDNumber
- AZ
Whether to use CD Number or not
copyImagesToDirectory
boolean copyImagesToDirectory
- AZ
Whether to copy images to user defined directory or not
imagesLocation
File imagesLocation
- AZ
Describes where the images location is.
showDefaultTree
boolean showDefaultTree
- AZ
Whether to show main tree by default
showEmptyNode
boolean showEmptyNode
- AZ
Whether to show empty node by default
fadeInOnPlay
boolean fadeInOnPlay
- Describes whether a song shall be faded out or not
fadeOutOnChange
boolean fadeOutOnChange
fadeOutOnPause
boolean fadeOutOnPause
fadeOutOnStop
boolean fadeOutOnStop
updateTags
boolean updateTags
- Whether to update the tags on a Disc Find (slow).
rowColorEven
Color rowColorEven
- Describes the alternating row color.
rowColorOdd
Color rowColorOdd
- Describes the alternating row color.
databaseLocation
File databaseLocation
- Describes where the HSQLDB database location is.
fileBackup
File fileBackup
- Describes the file to backup to.
startInDirectory
File startInDirectory
- Describes what the start in directory is for all Find Dialogs.
catalogScrollUnits
int catalogScrollUnits
- Describes scroll speed of the catalog tree view
coverSizeLarge
int coverSizeLarge
- Describes cover size of the large covers
coverSizeSmall
int coverSizeSmall
- Describes cover size of the small covers
newFileInDays
int newFileInDays
- Describes the number of days a file is considered 'new'
analyzerMode
String analyzerMode
- Describes the mode to start the spectrum analyzer in
playerBufferSize
int playerBufferSize
- Describes the buffer size of the audio player
displayFormatDisc
String displayFormatDisc
- Describes the format to display discs.
displayFormatTrack
String displayFormatTrack
- Describes the format to display tracks
fileFormatImage
String fileFormatImage
- Describes what the image file renaming convention is.
fileFormatMusic
String fileFormatMusic
- Describes what the music file renaming convention is.
filter
String filter
- Describes what the current filter is.
locale
String locale
- Describes the country locale
logLevel
String logLevel
- Describes the logger level
playlistType
String playlistType
- Describes the country locale
remoteDatabaseURL
String remoteDatabaseURL
- Describes the location of the remote database if connecting to one
|
Package com.melloware.jukes.gui.view |
albumImage
AlbumImage albumImage
artist
JLabel artist
bitrate
JLabel bitrate
disc
JLabel disc
year
JLabel year
discList
JList discList
disclistScrollPane
JScrollPane disclistScrollPane
disclist
Disclist disclist
disclistModel
DisclistListModel disclistModel
filterButton
AbstractButton filterButton
newFlag
JCheckBox newFlag
exactFlag
JCheckBox exactFlag
bitrateField
JComboBox bitrateField
genreField
JComboBox genreField
operatorBitrate
JComboBox operatorBitrate
operatorYear
JComboBox operatorYear
filterPanel
JPanel filterPanel
scrollPane
JScrollPane scrollPane
yearField1
JTextField yearField1
yearField2
JTextField yearField2
settings
Settings settings
artistField
JTextField artistField
- AZ - Artist & Album filters
albumField
JTextField albumField
trayIcon
ITrayIcon trayIcon
jintellitype
com.melloware.jintellitype.JIntellitype jintellitype
mainMenuBuilder
MainMenuBuilder mainMenuBuilder
mainModule
MainModule mainModule
mainPageBuilder
MainPageBuilder mainPageBuilder
player
Player player
albumImage
AlbumImage albumImage
artist
JLabel artist
bitrate
JLabel bitrate
disc
JLabel disc
duration
JLabel duration
track
JLabel track
trackList
JList trackList
listScrollPane
JScrollPane listScrollPane
shuffleCatalog
JToggleButton shuffleCatalog
shufflePlaylist
JToggleButton shufflePlaylist
playlist
Playlist playlist
listModel
PlaylistListModel listModel
|
Package com.melloware.jukes.gui.view.component |
actionListener
ActionListener actionListener
disc
Disc disc
thumbnail
ImageIcon thumbnail
isSelected
boolean isSelected
gradientPanel
com.melloware.jukes.gui.view.component.ComplexInternalFrame.GradientPanel gradientPanel
titleLabel
JLabel titleLabel
headerPanel
JPanel headerPanel
settings
Settings settings
disclist
Disclist disclist
model
DisclistListModel model
panel
DisclistPanel panel
table
JTable table
popupEnabled
boolean popupEnabled
evenColor
Color evenColor
oddColor
Color oddColor
popupMenu
JPopupMenu popupMenu
settings
Settings settings
playlist
Playlist playlist
model
PlaylistListModel model
panel
PlaylistPanel panel
displayMode
int displayMode
scopeColor
Color scopeColor
spectrumAnalyserColors
Color[] spectrumAnalyserColors
dspStarted
boolean dspStarted
peakColor
Color peakColor
peaks
int[] peaks
peaksDelay
int[] peaksDelay
peakDelay
int peakDelay
peaksEnabled
boolean peaksEnabled
barOffset
int barOffset
width
int width
height
int height
height_2
int height_2
old_FFT
float[] old_FFT
saFFTSampleSize
int saFFTSampleSize
saBands
int saBands
saColorScale
float saColorScale
saMultiplier
float saMultiplier
saDecay
float saDecay
settings
Settings settings
|
Package com.melloware.jukes.gui.view.dialogs |
mapDiscs
Map<K,V> mapDiscs
listModel
DefaultListModel listModel
buttonCancel
JButton buttonCancel
buttonClose
JButton buttonClose
buttonDiff
JButton buttonDiff
buttonIntersection
JButton buttonIntersection
buttonSave
JButton buttonSave
buttonUnion
JButton buttonUnion
buttonBar
JComponent buttonBar
list
JList list
panel
JPanel panel
progressBar
JProgressBar progressBar
file
JTextComponent file
caseSensitive
JCheckBox caseSensitive
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
webImagePreview
AlbumImage webImagePreview
header
EnhancedTableHeader header
coverImage
File coverImage
buttonCancel
JButton buttonCancel
buttonSave
JButton buttonSave
genreField
JComboBox genreField
buttonBar
JComponent buttonBar
splitPane
JComponent splitPane
tagTable
JTable tagTable
artistField
JTextField artistField
discField
JTextField discField
yearField
JTextField yearField
tableModel
MusicTagTableModel tableModel
tags
Object[] tags
settings
Settings settings
directory
String directory
owner
DiscAddDialog owner
height
int height
iconLabel
JLabel iconLabel
titleLabel
JLabel titleLabel
descriptionArea
JTextArea descriptionArea
mapDiscs
Map<K,V> mapDiscs
listModel
DefaultListModel listModel
buttonSave
JButton buttonSave
buttonApply
JButton buttonApply
buttonCancel
JButton buttonCancel
buttonClose
JButton buttonClose
buttonBar
JComponent buttonBar
list
JList list
panel
JPanel panel
currentDirectory
JLabel currentDirectory
directory
JTextComponent directory
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
flagErrorsOnly
JCheckBox flagErrorsOnly
listModel
DefaultListModel listModel
buttonApply
JButton buttonApply
buttonCancel
JButton buttonCancel
buttonClose
JButton buttonClose
buttonBar
JComponent buttonBar
list
JList list
panel
JPanel panel
progressBar
JProgressBar progressBar
worker
com.jgoodies.uif.util.Worker worker
data
Object[] data
columnNames
String[] columnNames
selection
FreeDBItem selection
selectedTracks
Collection<E> selectedTracks
listModel
DefaultListModel listModel
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
buttonApply
JButton buttonApply
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonStop
JButton buttonStop
buttonBar
JComponent buttonBar
splitPane
JComponent splitPane
list
JList list
results
Object[] results
selectedArtist
String selectedArtist
selectedDisc
String selectedDisc
selectedYear
String selectedYear
selectedGenre
String selectedGenre
sorter
RowSorter<M> sorter
tableModel
FreeDBTableModel tableModel
worker
com.jgoodies.uif.util.Worker worker
trackLength
float[] trackLength
data
Object[] data
columnNames
String[] columnNames
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonSelect
JButton buttonSelect
buttonStop
JButton buttonStop
buttonSave
JButton buttonSave
buttonAddToDiscList
JButton buttonAddToDiscList
buttonBar
JComponent buttonBar
progressBar
JProgressBar progressBar
results
Object[] results
tableModel
DiscTableModel tableModel
settings
Settings settings
sorter
RowSorter<M> sorter
selection
Disc selection
worker
com.jgoodies.uif.util.Worker worker
addDiscMenu
JPopupMenu addDiscMenu
buttonApply
JButton buttonApply
buttonClose
JButton buttonClose
buttonBar
JComponent buttonBar
replaceField
JTextComponent replaceField
searchField
JTextComponent searchField
settings
Settings settings
totalMemory
JLabel totalMemory
maxMemory
JLabel maxMemory
freeMemory
JLabel freeMemory
panel
JPanel panel
buttonClose
JButton buttonClose
buttonBar
JComponent buttonBar
data
Object[] data
columnNames
String[] columnNames
webImagePreview
AlbumImage webImagePreview
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonSelect
JButton buttonSelect
buttonStop
JButton buttonStop
bitrateField
JComboBox bitrateField
genreField
JComboBox genreField
operatorBitrate
JComboBox operatorBitrate
operatorYear
JComboBox operatorYear
buttonBar
JComponent buttonBar
splitPane
JComponent splitPane
searchField
JTextField searchField
yearField
JTextField yearField
results
Object[] results
tableModel
SearchTableModel tableModel
settings
Settings settings
sorter
RowSorter<M> sorter
selection
Track selection
worker
com.jgoodies.uif.util.Worker worker
data
Object[] data
columnNames
String[] columnNames
buttonClose
JButton buttonClose
buttonBar
JComponent buttonBar
webImagePreview
AlbumImage webImagePreview
header
EnhancedTableHeader header
coverImage
File coverImage
buttonCancel
JButton buttonCancel
buttonSave
JButton buttonSave
genreField
JComboBox genreField
buttonBar
JComponent buttonBar
splitPane
JComponent splitPane
tagTable
JTable tagTable
artistField
JTextField artistField
discField
JTextField discField
yearField
JTextField yearField
tableModel
MusicTagTableModel tableModel
tags
Object[] tags
settings
Settings settings
directory
String directory
owner
TrackAddDialog owner
height
int height
iconLabel
JLabel iconLabel
titleLabel
JLabel titleLabel
descriptionArea
JTextArea descriptionArea
webImagePreview
AlbumImage webImagePreview
selection
AmazonItem selection
selectedTracks
Collection<E> selectedTracks
listModel
DefaultListModel listModel
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
selectedImage
Image selectedImage
buttonApply
JButton buttonApply
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonStop
JButton buttonStop
buttonBar
JComponent buttonBar
splitPane
JComponent splitPane
list
JList list
artistField
JTextField artistField
discField
JTextField discField
results
Object[] results
selectedArtist
String selectedArtist
selectedDisc
String selectedDisc
selectedYear
String selectedYear
sorter
RowSorter<M> sorter
tableModel
WebSearchTableModel tableModel
worker
com.jgoodies.uif.util.Worker worker
endpointsCombo
JComboBox endpointsCombo
data
Object[] data
columnNames
String[] columnNames
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonStop
JButton buttonStop
buttonBar
JComponent buttonBar
progressBar
JProgressBar progressBar
onlySelectedCheckBox
JCheckBox onlySelectedCheckBox
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
file
File file
buttonCancel
JButton buttonCancel
buttonSearch
JButton buttonSearch
buttonStop
JButton buttonStop
buttonBar
JComponent buttonBar
progressBar
JProgressBar progressBar
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
file
File file
count
int count
artistCount
int artistCount
discCount
int discCount
progressCount
int progressCount
artist
Artist artist
disc
Disc disc
track
Track track
s
org.hibernate.Session s
|
Package com.melloware.jukes.gui.view.editor |
validationModel
AbstractValidationModel validationModel
icon
Icon icon
hintAreaPane
JComponent hintAreaPane
createdByLabel
JLabel createdByLabel
createdDateLabel
JLabel createdDateLabel
hintLabel
JLabel hintLabel
modifiedByLabel
JLabel modifiedByLabel
modifiedDateLabel
JLabel modifiedDateLabel
hintArea
JTextArea hintArea
progressMonitor
ProgressMonitor progressMonitor
titlePrefix
String titlePrefix
timer
Timer timer
task
UpdateTagsTask task
model
Object model
image1
AlbumImage image1
image2
AlbumImage image2
image3
AlbumImage image3
image4
AlbumImage image4
image5
AlbumImage image5
image6
AlbumImage image6
artistPanel
JComponent artistPanel
notesField
JTextArea notesField
nameField
JTextComponent nameField
headerToolbar
JToolBar headerToolbar
albumImage
AlbumImage albumImage
listModel
DefaultListModel listModel
genre
JComboBox genre
discPanel
JComponent discPanel
genreEditor
JComponent genreEditor
genreLabel
JLabel genreLabel
location
JLabel location
trackList
JList trackList
notesField
JTextArea notesField
nameField
JTextComponent nameField
year
JTextComponent year
artistField
JTextComponent artistField
headerToolbar
JToolBar headerToolbar
tracks
List<E> tracks
listScrollPane
com.jgoodies.uif.panel.SimpleInternalFrame listScrollPane
scrollPane
JScrollPane scrollPane
editors
List<E> editors
- Holds a list of all editors to update the UI of invisible editors
in case the look&feel changes. Contains some editors that
are not registered with the editor registry, for example the
WelcomePanel that has no associated domain class.
- See Also:
EditorPanel.updateUI()
editorRegistry
Map<K,V> editorRegistry
- Maps domain classes to
Editor instances.
- See Also:
EditorPanel.addEditor(Editor)
albumImage
AlbumImage albumImage
trackPanel
JComponent trackPanel
bitRate
JLabel bitRate
copyrighted
JLabel copyrighted
duration
JLabel duration
emphasis
JLabel emphasis
fileSize
JLabel fileSize
frequency
JLabel frequency
layer
JLabel layer
location
JLabel location
mode
JLabel mode
version
JLabel version
comment
JTextArea comment
titleField
JTextComponent titleField
- AZ - use multi-line area for comment
trackNumber
JTextComponent trackNumber
headerToolbar
JToolBar headerToolbar
|
Package com.melloware.jukes.gui.view.node |
model
AbstractJukesObject model
childrenLoaded
boolean childrenLoaded
loadingChildren
boolean loadingChildren
fontColor
Color fontColor
font
Font font
parent
NavigationNode parent
settings
Settings settings
catalog
Catalog catalog
|
Package com.melloware.jukes.gui.view.preferences |
configurations
com.jgoodies.uif.laf.LookConfigurations configurations
lafList
JList lafList
themesList
JList themesList
previewPanel
com.melloware.jukes.gui.view.preferences.LookAndFeelPreviewPanel previewPanel
isLookChanged
boolean isLookChanged
lafPanel
LookAndFeelPanel lafPanel
- Holds the panel for the look&feel choice and preview.
settingsSheet
PropertySheetSettings settingsSheet
- Holds the panel for the settings editor
settings
Settings settings
- Refers to the settings to be edited.
mainPanel
JComponent mainPanel
tabbedPane
JTabbedPane tabbedPane
settings
Settings settings
sheet
com.l2fprod.common.propertysheet.PropertySheetPanel sheet
|
Package com.melloware.jukes.gui.view.validation |
dirty
boolean dirty
validationResultModel
com.jgoodies.validation.ValidationResultModel validationResultModel
content
JComponent content
- Refers to the content panel that holds the content components.
model
com.jgoodies.validation.ValidationResultModel model
- Holds the ValidationResult and reports changes in that result. Used to
update the state of the feedback components.
|
Package com.melloware.jukes.util |
imageSplash
com.jgoodies.uif.splash.ImageSplash imageSplash
time
long time
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.