Serialized Form
|
Package com.melloware.jukes.db.audit |
user
java.lang.String user
|
Package com.melloware.jukes.db.orm |
newFile
boolean newFile
valid
boolean valid
childCount
int childCount
createdDate
java.util.Date createdDate
modifiedDate
java.util.Date modifiedDate
id
java.lang.Long id
discs
java.util.Set<E> discs
createdUser
java.lang.String createdUser
modifiedUser
java.lang.String modifiedUser
name
java.lang.String name
notes
java.lang.String notes
artists
java.util.List<E> artists
- Holds a list of artists
artist
Artist artist
createdDate
java.util.Date createdDate
modifiedDate
java.util.Date modifiedDate
file
java.io.File file
bitrate
java.lang.Long bitrate
coverSize
long coverSize
duration
long duration
id
java.lang.Long id
tracks
java.util.Set<E> tracks
coverUrl
java.lang.String coverUrl
createdUser
java.lang.String createdUser
durationTime
java.lang.String durationTime
genre
java.lang.String genre
location
java.lang.String location
modifiedUser
java.lang.String modifiedUser
name
java.lang.String name
notes
java.lang.String notes
year
java.lang.String year
createdDate
java.util.Date createdDate
modifiedDate
java.util.Date modifiedDate
disc
Disc disc
file
java.io.File file
bitrate
java.lang.Long bitrate
duration
long duration
id
java.lang.Long id
trackSize
long trackSize
comment
java.lang.String comment
createdUser
java.lang.String createdUser
durationTime
java.lang.String durationTime
modifiedUser
java.lang.String modifiedUser
name
java.lang.String name
trackNumber
java.lang.String trackNumber
trackUrl
java.lang.String trackUrl
|
Package com.melloware.jukes.exception |
|
Package com.melloware.jukes.file |
current
boolean current
shuffleCatalog
boolean shuffleCatalog
shufflePlaylist
boolean shufflePlaylist
catalog
Catalog catalog
currentList
java.util.List<E> currentList
historyList
java.util.List<E> historyList
currentTrack
Track currentTrack
|
Package com.melloware.jukes.file.image |
file
java.io.File file
thumbnail
javax.swing.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
java.util.Map<K,V> helpRegistry
- Maps domain classes to help roots.
helpTreeModel
javax.swing.tree.TreeModel helpTreeModel
- Holds the model for the help tree.
It changes everytime the selection changes.
- See Also:
DynamicHelpModule.getHelpTreeModel(),
DynamicHelpModule.getHelpTreeSelectionModel()
helpTreeSelectionModel
javax.swing.tree.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
java.net.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
java.lang.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
java.lang.Object selection
- Holds the current selection, an instance of Model.
- See Also:
MainModule.getSelection(),
MainModule.getSelectionType()
navigationTreeModel
javax.swing.tree.TreeModel navigationTreeModel
- Holds the model for the navigation tree.
It changes everytime this module's catalog changes.
- See Also:
MainModule.getNavigationTreeModel(),
MainModule.getNavigationTreeSelectionModel()
navigationTreeSelectionModel
javax.swing.tree.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()
auditInfo
boolean auditInfo
- Whether to show Audit Info or not
fadeInOnPlay
boolean fadeInOnPlay
- Describes whether a 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
java.awt.Color rowColorEven
- Describes the alternating row color.
rowColorOdd
java.awt.Color rowColorOdd
- Describes the alternating row color.
databaseLocation
java.io.File databaseLocation
- Describes where the HSQLDB database location is.
fileBackup
java.io.File fileBackup
- Describes the file to backup to.
startInDirectory
java.io.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
java.lang.String analyzerMode
- Describes the mode to start the spectrum analyzer in
playerBufferSize
int playerBufferSize
- Describes the buffer size of the audio player
displayFormatDisc
java.lang.String displayFormatDisc
- Describes the format to display discs.
displayFormatTrack
java.lang.String displayFormatTrack
- Describes the format to display tracks
fileFormatImage
java.lang.String fileFormatImage
- Describes what the image file renaming convention is.
fileFormatMusic
java.lang.String fileFormatMusic
- Describes what the music file renaming convention is.
filter
java.lang.String filter
- Describes what the current filter is.
locale
java.lang.String locale
- Describes the country locale
logLevel
java.lang.String logLevel
- Describes the logger level
playlistType
java.lang.String playlistType
- Describes the country locale
remoteDatabaseURL
java.lang.String remoteDatabaseURL
- Describes the location of the remote database if connecting to one
|
Package com.melloware.jukes.gui.view |
filterButton
javax.swing.AbstractButton filterButton
newFlag
javax.swing.JCheckBox newFlag
bitrateField
javax.swing.JComboBox bitrateField
genreField
javax.swing.JComboBox genreField
operatorBitrate
javax.swing.JComboBox operatorBitrate
operatorYear
javax.swing.JComboBox operatorYear
filterPanel
javax.swing.JPanel filterPanel
scrollPane
javax.swing.JScrollPane scrollPane
yearField1
javax.swing.JTextField yearField1
yearField2
javax.swing.JTextField yearField2
settings
Settings settings
trayIcon
ITrayIcon trayIcon
jintellitype
com.melloware.jintellitype.JIntellitype jintellitype
mainMenuBuilder
MainMenuBuilder mainMenuBuilder
mainModule
MainModule mainModule
mainPageBuilder
MainPageBuilder mainPageBuilder
player
Player player
analyzer
SpectrumTimeAnalyzer analyzer
albumImage
AlbumImage albumImage
artist
javax.swing.JLabel artist
bitrate
javax.swing.JLabel bitrate
disc
javax.swing.JLabel disc
duration
javax.swing.JLabel duration
track
javax.swing.JLabel track
trackList
javax.swing.JList trackList
listScrollPane
javax.swing.JScrollPane listScrollPane
shuffleCatalog
javax.swing.JToggleButton shuffleCatalog
shufflePlaylist
javax.swing.JToggleButton shufflePlaylist
playlist
Playlist playlist
listModel
PlaylistListModel listModel
|
Package com.melloware.jukes.gui.view.component |
actionListener
java.awt.event.ActionListener actionListener
disc
Disc disc
thumbnail
javax.swing.ImageIcon thumbnail
isSelected
boolean isSelected
gradientPanel
com.melloware.jukes.gui.view.component.ComplexInternalFrame.GradientPanel gradientPanel
titleLabel
javax.swing.JLabel titleLabel
headerPanel
javax.swing.JPanel headerPanel
table
javax.swing.JTable table
popupEnabled
boolean popupEnabled
evenColor
java.awt.Color evenColor
oddColor
java.awt.Color oddColor
popupMenu
javax.swing.JPopupMenu popupMenu
settings
Settings settings
playlist
Playlist playlist
model
PlaylistListModel model
panel
PlaylistPanel panel
displayMode
int displayMode
scopeColor
java.awt.Color scopeColor
spectrumAnalyserColors
java.awt.Color[] spectrumAnalyserColors
dspStarted
boolean dspStarted
peakColor
java.awt.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
java.util.Map<K,V> mapDiscs
listModel
javax.swing.DefaultListModel listModel
buttonCancel
javax.swing.JButton buttonCancel
buttonClose
javax.swing.JButton buttonClose
buttonDiff
javax.swing.JButton buttonDiff
buttonIntersection
javax.swing.JButton buttonIntersection
buttonSave
javax.swing.JButton buttonSave
buttonUnion
javax.swing.JButton buttonUnion
buttonBar
javax.swing.JComponent buttonBar
list
javax.swing.JList list
panel
javax.swing.JPanel panel
progressBar
javax.swing.JProgressBar progressBar
file
javax.swing.text.JTextComponent file
caseSensitive
javax.swing.JCheckBox caseSensitive
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
webImagePreview
AlbumImage webImagePreview
header
EnhancedTableHeader header
coverImage
java.io.File coverImage
buttonCancel
javax.swing.JButton buttonCancel
buttonSave
javax.swing.JButton buttonSave
genreField
javax.swing.JComboBox genreField
buttonBar
javax.swing.JComponent buttonBar
splitPane
javax.swing.JComponent splitPane
tagTable
javax.swing.JTable tagTable
artistField
javax.swing.JTextField artistField
discField
javax.swing.JTextField discField
yearField
javax.swing.JTextField yearField
tableModel
MusicTagTableModel tableModel
tags
java.lang.Object[] tags
settings
Settings settings
directory
java.lang.String directory
owner
DiscAddDialog owner
height
int height
iconLabel
javax.swing.JLabel iconLabel
titleLabel
javax.swing.JLabel titleLabel
descriptionArea
javax.swing.JTextArea descriptionArea
mapDiscs
java.util.Map<K,V> mapDiscs
listModel
javax.swing.DefaultListModel listModel
buttonSave
javax.swing.JButton buttonSave
buttonApply
javax.swing.JButton buttonApply
buttonCancel
javax.swing.JButton buttonCancel
buttonClose
javax.swing.JButton buttonClose
buttonBar
javax.swing.JComponent buttonBar
list
javax.swing.JList list
panel
javax.swing.JPanel panel
currentDirectory
javax.swing.JLabel currentDirectory
directory
javax.swing.text.JTextComponent directory
settings
Settings settings
worker
com.jgoodies.uif.util.Worker worker
listModel
javax.swing.DefaultListModel listModel
buttonApply
javax.swing.JButton buttonApply
buttonCancel
javax.swing.JButton buttonCancel
buttonClose
javax.swing.JButton buttonClose
buttonBar
javax.swing.JComponent buttonBar
list
javax.swing.JList list
panel
javax.swing.JPanel panel
progressBar
javax.swing.JProgressBar progressBar
worker
com.jgoodies.uif.util.Worker worker
buttonApply
javax.swing.JButton buttonApply
buttonClose
javax.swing.JButton buttonClose
buttonBar
javax.swing.JComponent buttonBar
replaceField
javax.swing.text.JTextComponent replaceField
searchField
javax.swing.text.JTextComponent searchField
settings
Settings settings
totalMemory
javax.swing.JLabel totalMemory
maxMemory
javax.swing.JLabel maxMemory
freeMemory
javax.swing.JLabel freeMemory
panel
javax.swing.JPanel panel
data
java.lang.Object[] data
columnNames
java.lang.String[] columnNames
webImagePreview
AlbumImage webImagePreview
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
buttonCancel
javax.swing.JButton buttonCancel
buttonSearch
javax.swing.JButton buttonSearch
buttonSelect
javax.swing.JButton buttonSelect
buttonStop
javax.swing.JButton buttonStop
bitrateField
javax.swing.JComboBox bitrateField
genreField
javax.swing.JComboBox genreField
operatorBitrate
javax.swing.JComboBox operatorBitrate
operatorYear
javax.swing.JComboBox operatorYear
buttonBar
javax.swing.JComponent buttonBar
splitPane
javax.swing.JComponent splitPane
searchField
javax.swing.JTextField searchField
yearField
javax.swing.JTextField yearField
results
java.lang.Object[] results
tableModel
SearchTableModel tableModel
settings
Settings settings
sorter
javax.swing.RowSorter<M> sorter
selection
Track selection
worker
com.jgoodies.uif.util.Worker worker
data
java.lang.Object[] data
columnNames
java.lang.String[] columnNames
webImagePreview
AlbumImage webImagePreview
selection
AmazonItem selection
selectedTracks
java.util.Collection<E> selectedTracks
listModel
javax.swing.DefaultListModel listModel
header
EnhancedTableHeader header
resultsTable
ExportableTable resultsTable
selectedImage
java.awt.Image selectedImage
buttonApply
javax.swing.JButton buttonApply
buttonCancel
javax.swing.JButton buttonCancel
buttonSearch
javax.swing.JButton buttonSearch
buttonStop
javax.swing.JButton buttonStop
buttonBar
javax.swing.JComponent buttonBar
splitPane
javax.swing.JComponent splitPane
list
javax.swing.JList list
artistField
javax.swing.JTextField artistField
discField
javax.swing.JTextField discField
results
java.lang.Object[] results
selectedArtist
java.lang.String selectedArtist
selectedDisc
java.lang.String selectedDisc
selectedYear
java.lang.String selectedYear
sorter
javax.swing.RowSorter<M> sorter
tableModel
WebSearchTableModel tableModel
worker
com.jgoodies.uif.util.Worker worker
data
java.lang.Object[] data
columnNames
java.lang.String[] columnNames
|
Package com.melloware.jukes.gui.view.editor |
validationModel
AbstractValidationModel validationModel
icon
javax.swing.Icon icon
hintAreaPane
javax.swing.JComponent hintAreaPane
createdByLabel
javax.swing.JLabel createdByLabel
createdDateLabel
javax.swing.JLabel createdDateLabel
hintLabel
javax.swing.JLabel hintLabel
modifiedByLabel
javax.swing.JLabel modifiedByLabel
modifiedDateLabel
javax.swing.JLabel modifiedDateLabel
hintArea
javax.swing.JTextArea hintArea
progressMonitor
javax.swing.ProgressMonitor progressMonitor
titlePrefix
java.lang.String titlePrefix
timer
javax.swing.Timer timer
task
UpdateTagsTask task
model
java.lang.Object model
image1
AlbumImage image1
image2
AlbumImage image2
image3
AlbumImage image3
image4
AlbumImage image4
image5
AlbumImage image5
image6
AlbumImage image6
artistPanel
javax.swing.JComponent artistPanel
notesField
javax.swing.JTextArea notesField
nameField
javax.swing.text.JTextComponent nameField
headerToolbar
javax.swing.JToolBar headerToolbar
albumImage
AlbumImage albumImage
listModel
javax.swing.DefaultListModel listModel
genre
javax.swing.JComboBox genre
discPanel
javax.swing.JComponent discPanel
genreLabel
javax.swing.JLabel genreLabel
location
javax.swing.JLabel location
trackList
javax.swing.JList trackList
notesField
javax.swing.JTextArea notesField
nameField
javax.swing.text.JTextComponent nameField
year
javax.swing.text.JTextComponent year
headerToolbar
javax.swing.JToolBar headerToolbar
tracks
java.util.List<E> tracks
listScrollPane
com.jgoodies.uif.panel.SimpleInternalFrame listScrollPane
scrollPane
javax.swing.JScrollPane scrollPane
editors
java.util.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
java.util.Map<K,V> editorRegistry
- Maps domain classes to
Editor instances.
- See Also:
EditorPanel.addEditor(Editor)
albumImage
AlbumImage albumImage
trackPanel
javax.swing.JComponent trackPanel
bitRate
javax.swing.JLabel bitRate
copyrighted
javax.swing.JLabel copyrighted
duration
javax.swing.JLabel duration
emphasis
javax.swing.JLabel emphasis
fileSize
javax.swing.JLabel fileSize
frequency
javax.swing.JLabel frequency
layer
javax.swing.JLabel layer
location
javax.swing.JLabel location
mode
javax.swing.JLabel mode
version
javax.swing.JLabel version
comment
javax.swing.text.JTextComponent comment
titleField
javax.swing.text.JTextComponent titleField
trackNumber
javax.swing.text.JTextComponent trackNumber
headerToolbar
javax.swing.JToolBar headerToolbar
|
Package com.melloware.jukes.gui.view.node |
model
AbstractJukesObject model
childrenLoaded
boolean childrenLoaded
loadingChildren
boolean loadingChildren
fontColor
java.awt.Color fontColor
font
java.awt.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
javax.swing.JList lafList
themesList
javax.swing.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
javax.swing.JComponent mainPanel
tabbedPane
javax.swing.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
javax.swing.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-2008 Melloware Inc. All Rights Reserved.