Serialized Form


Package com.melloware.jukes.db.audit

Class com.melloware.jukes.db.audit.AuditInterceptor extends java.lang.Object implements Serializable

Serialized Fields

user

java.lang.String user

Package com.melloware.jukes.db.orm

Class com.melloware.jukes.db.orm.AbstractJukesObject extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

newFile

boolean newFile

valid

boolean valid

childCount

int childCount

Class com.melloware.jukes.db.orm.Artist extends AbstractJukesObject implements Serializable

Serialized Fields

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

Class com.melloware.jukes.db.orm.Catalog extends AbstractJukesObject implements Serializable

Serialized Fields

artists

java.util.List<E> artists
Holds a list of artists

Class com.melloware.jukes.db.orm.Disc extends AbstractJukesObject implements Serializable

Serialized Fields

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

Class com.melloware.jukes.db.orm.Track extends AbstractJukesObject implements Serializable

Serialized Fields

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

Class com.melloware.jukes.exception.InfrastructureException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Class com.melloware.jukes.exception.JukesException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class com.melloware.jukes.exception.MusicTagException extends JukesException implements Serializable

Class com.melloware.jukes.exception.WebServiceException extends JukesException implements Serializable

Class com.melloware.jukes.exception.WindowsTrayException extends JukesException implements Serializable


Package com.melloware.jukes.file

Class com.melloware.jukes.file.Playlist extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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

Class com.melloware.jukes.file.image.ChooserImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

file

java.io.File file

thumbnail

javax.swing.ImageIcon thumbnail

Package com.melloware.jukes.gui.tool

Class com.melloware.jukes.gui.tool.DynamicHelpModule extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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()

Class com.melloware.jukes.gui.tool.MainModule extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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()

Class com.melloware.jukes.gui.tool.Settings extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.FilterPanel extends ComplexInternalFrame implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.MainFrame extends com.jgoodies.uif.AbstractFrame implements Serializable

Serialized Fields

trayIcon

ITrayIcon trayIcon

jintellitype

com.melloware.jintellitype.JIntellitype jintellitype

mainMenuBuilder

MainMenuBuilder mainMenuBuilder

mainModule

MainModule mainModule

mainPageBuilder

MainPageBuilder mainPageBuilder

player

Player player

analyzer

SpectrumTimeAnalyzer analyzer

Class com.melloware.jukes.gui.view.PlaylistPanel extends com.jgoodies.uif.panel.SimpleInternalFrame implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.component.AlbumImage extends javax.swing.JComponent implements Serializable

Serialized Fields

actionListener

java.awt.event.ActionListener actionListener

disc

Disc disc

thumbnail

javax.swing.ImageIcon thumbnail

Class com.melloware.jukes.gui.view.component.ComplexInternalFrame extends javax.swing.JPanel implements Serializable

Serialized Fields

isSelected

boolean isSelected

gradientPanel

com.melloware.jukes.gui.view.component.ComplexInternalFrame.GradientPanel gradientPanel

titleLabel

javax.swing.JLabel titleLabel

headerPanel

javax.swing.JPanel headerPanel

Class com.melloware.jukes.gui.view.component.EnhancedTableHeader extends javax.swing.table.JTableHeader implements Serializable

Serialized Fields

table

javax.swing.JTable table

Class com.melloware.jukes.gui.view.component.ExportableTable extends javax.swing.JTable implements Serializable

Serialized Fields

popupEnabled

boolean popupEnabled

evenColor

java.awt.Color evenColor

oddColor

java.awt.Color oddColor

popupMenu

javax.swing.JPopupMenu popupMenu

Class com.melloware.jukes.gui.view.component.MessageCellRenderer extends javax.swing.JLabel implements Serializable

Class com.melloware.jukes.gui.view.component.PlaylistCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

settings

Settings settings

Class com.melloware.jukes.gui.view.component.PlaylistListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

playlist

Playlist playlist

model

PlaylistListModel model

panel

PlaylistPanel panel

Class com.melloware.jukes.gui.view.component.SpectrumTimeAnalyzer extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.component.TrackListCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

settings

Settings settings

Package com.melloware.jukes.gui.view.dialogs

Class com.melloware.jukes.gui.view.dialogs.DifferenceToolDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.DiscAddDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.DiscAddHeaderPanel extends com.jgoodies.uifextras.panel.GradientBackgroundPanel implements Serializable

Serialized Fields

owner

DiscAddDialog owner

height

int height

iconLabel

javax.swing.JLabel iconLabel

titleLabel

javax.swing.JLabel titleLabel

descriptionArea

javax.swing.JTextArea descriptionArea

Class com.melloware.jukes.gui.view.dialogs.DiscFindDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.DiscRemoveDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.LocationChangeDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.MemoryDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

totalMemory

javax.swing.JLabel totalMemory

maxMemory

javax.swing.JLabel maxMemory

freeMemory

javax.swing.JLabel freeMemory

panel

javax.swing.JPanel panel

Class com.melloware.jukes.gui.view.dialogs.MusicTagTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[] data

columnNames

java.lang.String[] columnNames

Class com.melloware.jukes.gui.view.dialogs.PropertySheetApplicationStats extends javax.swing.JPanel implements Serializable

Class com.melloware.jukes.gui.view.dialogs.PropertySheetHibernateStats extends javax.swing.JPanel implements Serializable

Class com.melloware.jukes.gui.view.dialogs.SearchDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.SearchTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[] data

columnNames

java.lang.String[] columnNames

Class com.melloware.jukes.gui.view.dialogs.StatisticsDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Class com.melloware.jukes.gui.view.dialogs.WebSearchDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.dialogs.WebSearchTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[] data

columnNames

java.lang.String[] columnNames

Package com.melloware.jukes.gui.view.editor

Class com.melloware.jukes.gui.view.editor.AbstractEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.editor.ArtistEditor extends AbstractEditor implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.editor.DiscEditor extends AbstractEditor implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.editor.EditorPanel extends ComplexInternalFrame implements Serializable

Serialized Fields

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)

Class com.melloware.jukes.gui.view.editor.EmptyPanel extends com.jgoodies.uifextras.panel.GradientBackgroundPanel implements Serializable

Class com.melloware.jukes.gui.view.editor.TrackEditor extends AbstractEditor implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.editor.WelcomePanel extends com.jgoodies.uifextras.panel.GradientBackgroundPanel implements Serializable


Package com.melloware.jukes.gui.view.node

Class com.melloware.jukes.gui.view.node.AbstractTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.node.ArtistNode extends AbstractTreeNode implements Serializable

Class com.melloware.jukes.gui.view.node.DiscNode extends AbstractTreeNode implements Serializable

Class com.melloware.jukes.gui.view.node.RootNode extends AbstractTreeNode implements Serializable

Serialized Fields

catalog

Catalog catalog

Class com.melloware.jukes.gui.view.node.TrackNode extends AbstractTreeNode implements Serializable


Package com.melloware.jukes.gui.view.preferences

Class com.melloware.jukes.gui.view.preferences.LookAndFeelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.preferences.PreferencesDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

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

Class com.melloware.jukes.gui.view.preferences.PropertySheetSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

settings

Settings settings

sheet

com.l2fprod.common.propertysheet.PropertySheetPanel sheet

Package com.melloware.jukes.gui.view.validation

Class com.melloware.jukes.gui.view.validation.AbstractValidationModel extends com.jgoodies.binding.PresentationModel implements Serializable

Serialized Fields

dirty

boolean dirty

validationResultModel

com.jgoodies.validation.ValidationResultModel validationResultModel

Class com.melloware.jukes.gui.view.validation.ArtistValidationModel extends AbstractValidationModel implements Serializable

Class com.melloware.jukes.gui.view.validation.DiscValidationModel extends AbstractValidationModel implements Serializable

Class com.melloware.jukes.gui.view.validation.IconFeedbackPanel extends javax.swing.JLayeredPane implements Serializable

Serialized Fields

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.

Class com.melloware.jukes.gui.view.validation.TrackValidationModel extends AbstractValidationModel implements Serializable


Package com.melloware.jukes.util

Class com.melloware.jukes.util.NoFlickerSplashWrapper extends java.awt.Window implements Serializable

Serialized Fields

imageSplash

com.jgoodies.uif.splash.ImageSplash imageSplash

Class com.melloware.jukes.util.TimeSpan extends java.lang.Object implements Serializable

Serialized Fields

time

long time



Copyright © 1999-2008 Melloware Inc. All Rights Reserved.