Serialized Form


Package net.sf.dc.console

Class net.sf.dc.console.MainFrame extends DcFrame implements Serializable

serialVersionUID: 9l

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar

toolBar

DcToolBar toolBar

moduleListPanel

ModuleListPanel moduleListPanel

tabbedPane

javax.swing.JTabbedPane tabbedPane

notePanel

NotePanel notePanel

settingsView

SettingsView settingsView

activeModule

DCModule activeModule

initialized

boolean initialized


Package net.sf.dc.console.audiocd

Class net.sf.dc.console.audiocd.AudioCDQuickViewPane extends QuickViewPanel implements Serializable

Class net.sf.dc.console.audiocd.ImportAudioCDDialog extends InternetSearchForm implements Serializable

Serialized Fields

textSearch

javax.swing.JTextField textSearch

buttonKeywordSearch

javax.swing.JButton buttonKeywordSearch

buttonSearchDisc

javax.swing.JButton buttonSearchDisc

comboServers

javax.swing.JComboBox comboServers

Class net.sf.dc.console.audiocd.InsertAudioCDPanel extends TableInsertPanel implements Serializable

Serialized Fields

htAlbumTracks

java.util.Hashtable htAlbumTracks

Class net.sf.dc.console.audiocd.InsertAudioTrackPanel extends TableInsertPanel implements Serializable

Serialized Fields

llTracks

java.util.ArrayList llTracks

Class net.sf.dc.console.audiocd.SearchAudioCDPanel extends TableSearchPanel implements Serializable

Class net.sf.dc.console.audiocd.SearchAudioTrackPanel extends TableSearchPanel implements Serializable

Serialized Fields

alNewTracks

java.util.ArrayList alNewTracks


Package net.sf.dc.console.book

Class net.sf.dc.console.book.AmazonBookSearchForm extends AmazonSearchForm implements Serializable

Class net.sf.dc.console.book.BookCategoryForm extends DcFrame implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

searchCat

BookCategoryForm.CatagorySearchPanel searchCat

insertCat

BookCategoryForm.CatagoryInsertPanel insertCat

Class net.sf.dc.console.book.BookCategoryForm.CatagoryInsertPanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.book.BookCategoryForm.CatagorySearchPanel extends TableSearchPanel implements Serializable

Class net.sf.dc.console.book.BookQuickViewPane extends QuickViewPanel implements Serializable

Class net.sf.dc.console.book.InsertBookPanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.book.SearchBookPanel extends TableSearchPanel implements Serializable


Package net.sf.dc.console.components

Class net.sf.dc.console.components.DcColorSelector extends javax.swing.JComponent implements Serializable

Serialized Fields

panelExample

javax.swing.JPanel panelExample

panelChooser

javax.swing.JPanel panelChooser

colorModel

javax.swing.colorchooser.ColorSelectionModel colorModel

color

java.awt.Color color

textExample

DcLongTextField textExample

panelHSB

javax.swing.colorchooser.AbstractColorChooserPanel panelHSB

applicationColor

boolean applicationColor

settingsKey

java.lang.String settingsKey

Class net.sf.dc.console.components.DcDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

helpIndex

java.lang.String helpIndex

Class net.sf.dc.console.components.DcEditableComboBox extends javax.swing.JComboBox implements Serializable

Class net.sf.dc.console.components.DcFieldSelectorField extends javax.swing.JComponent implements Serializable

Serialized Fields

components

java.util.LinkedList components

module

int module

Class net.sf.dc.console.components.DcFileField extends javax.swing.JComponent implements Serializable

Serialized Fields

text

javax.swing.JTextField text

button

javax.swing.JButton button

al

java.awt.event.ActionListener al

filter

javax.swing.filechooser.FileFilter filter

title

java.lang.String title

file

java.io.File file

Class net.sf.dc.console.components.DcFontSelector extends javax.swing.JComponent implements Serializable

Serialized Fields

comboFontName

javax.swing.JComboBox comboFontName

comboFontSize

javax.swing.JComboBox comboFontSize

textField

DcLongTextField textField

comboFontStyle

javax.swing.JComboBox comboFontStyle

Class net.sf.dc.console.components.DcFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

helpIndex

java.lang.String helpIndex

parent

javax.swing.JFrame parent

Class net.sf.dc.console.components.DcList extends javax.swing.JList implements Serializable

Class net.sf.dc.console.components.DcLongTextField extends javax.swing.JTextArea implements Serializable

Serialized Fields

MAX_TEXT_LENGTH

int MAX_TEXT_LENGTH

toolkit

java.awt.Toolkit toolkit

Class net.sf.dc.console.components.DcLongTextField.LongStringDocument extends javax.swing.text.PlainDocument implements Serializable

Class net.sf.dc.console.components.DcMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

module

DCModule module

Class net.sf.dc.console.components.DcModuleList extends DcList implements Serializable

Serialized Fields

currentIndex

int currentIndex

Class net.sf.dc.console.components.DcMultiLineToolTip extends javax.swing.JToolTip implements Serializable

Serialized Fields

columns

int columns

fixedwidth

int fixedwidth

Class net.sf.dc.console.components.DcNumberField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

integerFormatter

java.text.NumberFormat integerFormatter

Class net.sf.dc.console.components.DcNumberField.WholeNumberDocument extends javax.swing.text.PlainDocument implements Serializable

Class net.sf.dc.console.components.DcPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

helpIndex

java.lang.String helpIndex

labelStatus

javax.swing.JLabel labelStatus

progress

DcProgressBar progress

title

java.lang.String title

icon

javax.swing.ImageIcon icon

panelStatus

javax.swing.JPanel panelStatus

Class net.sf.dc.console.components.DcPasswordField extends javax.swing.JPasswordField implements Serializable

Class net.sf.dc.console.components.DcPictureField extends javax.swing.JComponent implements Serializable

Serialized Fields

bytes

byte[] bytes

img

java.awt.Image img

scaled

boolean scaled

thumbnail

boolean thumbnail

size

java.awt.Dimension size

iconSize

java.awt.Dimension iconSize

insets

java.awt.Insets insets

Class net.sf.dc.console.components.DcProgramDefinitionsField extends javax.swing.JComponent implements Serializable

Serialized Fields

programTable

DcTable programTable

extensionField

DcShortTextField extensionField

programField

DcFileField programField

Class net.sf.dc.console.components.DcProgressBar extends javax.swing.JProgressBar implements Serializable

Class net.sf.dc.console.components.DcRatingComboBox extends javax.swing.JComboBox implements Serializable

Class net.sf.dc.console.components.DcReportTextPositionCombo extends javax.swing.JComboBox implements Serializable

Class net.sf.dc.console.components.DcShortTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

MAX_TEXT_LENGTH

int MAX_TEXT_LENGTH

toolkit

java.awt.Toolkit toolkit

Class net.sf.dc.console.components.DcShortTextField.ShortStringDocument extends javax.swing.text.PlainDocument implements Serializable

Class net.sf.dc.console.components.DcTimeField extends javax.swing.JComponent implements Serializable

Serialized Fields

fldMinutes

DcNumberField fldMinutes

fldSeconds

DcNumberField fldSeconds

fldHours

DcNumberField fldHours

cal

java.util.Calendar cal

Class net.sf.dc.console.components.DcToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

popupMenu

DcToolBar.PopupMenu popupMenu

Class net.sf.dc.console.components.DcToolBar.PopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 6l

Class net.sf.dc.console.components.DcToolBar.ToolBarButton extends javax.swing.JButton implements Serializable

serialVersionUID: 4l

Class net.sf.dc.console.components.DcUrlField extends javax.swing.JTextField implements Serializable

Serialized Fields

MAX_TEXT_LENGTH

int MAX_TEXT_LENGTH

toolkit

java.awt.Toolkit toolkit

Class net.sf.dc.console.components.DcUrlField.URLFieldDocument extends javax.swing.text.PlainDocument implements Serializable


Package net.sf.dc.console.components.panels

Class net.sf.dc.console.components.panels.ChildListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

module

DCModule module

table

DcTable table

Class net.sf.dc.console.components.panels.ModuleListPanel extends DcPanel implements Serializable

Serialized Fields

panelHeader

javax.swing.JPanel panelHeader

moduleList

DcModuleList moduleList

Class net.sf.dc.console.components.panels.QuickViewPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

module

DCModule module

dco

DcObject dco

images

java.util.Collection images

descriptionPane

javax.swing.JTextPane descriptionPane

panelImages

javax.swing.JPanel panelImages

tabbedPane

javax.swing.JTabbedPane tabbedPane

popupMenu

QuickViewPanel.PopupMenu popupMenu

kit

javax.swing.text.html.HTMLEditorKit kit

document

javax.swing.text.html.HTMLDocument document

Class net.sf.dc.console.components.panels.QuickViewPanel.PopupMenu extends javax.swing.JPopupMenu implements Serializable

Class net.sf.dc.console.components.panels.ReportFieldSelectorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

module

DCModule module

table

DcTable table

Class net.sf.dc.console.components.panels.TableInsertPanel extends TablePanel implements Serializable

Serialized Fields

parentID

java.lang.String parentID

childPanel

TableInsertPanel childPanel

Class net.sf.dc.console.components.panels.TablePanel extends DcPanel implements Serializable

Serialized Fields

table

DcTable table

panelTableActions

TablePanel.TableActionsPanel panelTableActions

popupMenu

TablePanel.PopupMenu popupMenu

tableMouseListener

net.sf.dc.console.components.panels.TablePanel.TableMouseListener tableMouseListener

task

DataTask task

module

DCModule module

moduleChild

DCModule moduleChild

Class net.sf.dc.console.components.panels.TablePanel.PopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

menuOpen

javax.swing.JMenuItem menuOpen

menuSave

javax.swing.JMenuItem menuSave

menuDelete

javax.swing.JMenuItem menuDelete

menuUpdateAll

javax.swing.JMenuItem menuUpdateAll

menuIMDB

javax.swing.JMenuItem menuIMDB

menuAmazon

javax.swing.JMenuItem menuAmazon

menuRemoveRow

javax.swing.JMenuItem menuRemoveRow

menuAddRow

javax.swing.JMenuItem menuAddRow

menuFieldDefinitions

javax.swing.JMenuItem menuFieldDefinitions

menuStartProgram

javax.swing.JMenuItem menuStartProgram

menuReportPdf

javax.swing.JMenuItem menuReportPdf

Class net.sf.dc.console.components.panels.TablePanel.TableActionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

buttonClear

javax.swing.JButton buttonClear

buttonSave

javax.swing.JButton buttonSave

buttonAddRow

javax.swing.JButton buttonAddRow

buttonRemoveRow

javax.swing.JButton buttonRemoveRow

buttonCancel

javax.swing.JButton buttonCancel

Class net.sf.dc.console.components.panels.TableSearchPanel extends TablePanel implements Serializable

Serialized Fields

childPanel

TableSearchPanel childPanel

quickView

QuickViewPanel quickView

parentID

java.lang.String parentID


Package net.sf.dc.console.components.renderers

Class net.sf.dc.console.components.renderers.CheckBoxTableCellRenderer extends DcTableCellRenderer implements Serializable

Class net.sf.dc.console.components.renderers.ComboBoxRenderer extends javax.swing.JLabel implements Serializable

Class net.sf.dc.console.components.renderers.ComboBoxTableCellRenderer extends DcTableCellRenderer implements Serializable

Class net.sf.dc.console.components.renderers.DcTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

focusBorder

javax.swing.border.Border focusBorder

Class net.sf.dc.console.components.renderers.DcTableHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class net.sf.dc.console.components.renderers.DcTableHeaderRendererRequired extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

button

javax.swing.JButton button

Class net.sf.dc.console.components.renderers.DcTableRowIndexCellRenderer extends DcTableCellRenderer implements Serializable

Serialized Fields

border

javax.swing.border.EtchedBorder border

button

javax.swing.JButton button

Class net.sf.dc.console.components.renderers.NumberTableCellRenderer extends DcTableCellRenderer implements Serializable

Class net.sf.dc.console.components.renderers.PictureTableCellRenderer extends DcTableCellRenderer implements Serializable

Serialized Fields

module

int module

Class net.sf.dc.console.components.renderers.RatingComboBoxRenderer extends javax.swing.JLabel implements Serializable

Class net.sf.dc.console.components.renderers.RatingTableCellRenderer extends DcTableCellRenderer implements Serializable

Class net.sf.dc.console.components.renderers.TimeFieldTableCellRenderer extends DcTableCellRenderer implements Serializable


Package net.sf.dc.console.components.tables

Class net.sf.dc.console.components.tables.DcTable extends javax.swing.JTable implements Serializable

Serialized Fields

module

DCModule module

tableModel

DcTableModel tableModel

cache

java.util.Hashtable cache

tableChangeListener

net.sf.dc.console.components.tables.DcTable.TableValueChangedAction tableChangeListener

caching

boolean caching

readonly

boolean readonly

ignoreEdit

boolean ignoreEdit

alHiddenColumns

java.util.ArrayList alHiddenColumns

alColumns

java.util.ArrayList alColumns

rowIndexColumn

javax.swing.table.TableColumn rowIndexColumn

Class net.sf.dc.console.components.tables.DcTableModel extends javax.swing.table.DefaultTableModel implements Serializable


Package net.sf.dc.console.dialogs

Class net.sf.dc.console.dialogs.AboutDialog extends DcDialog implements Serializable

Class net.sf.dc.console.dialogs.BackupDialog extends DcDialog implements Serializable

Serialized Fields

fileFieldTarget

DcFileField fileFieldTarget

fileFieldSource

DcFileField fileFieldSource

buttonBackup

javax.swing.JButton buttonBackup

buttonRestore

javax.swing.JButton buttonRestore

textLog

javax.swing.JTextArea textLog

progressBar

javax.swing.JProgressBar progressBar

Class net.sf.dc.console.dialogs.BrowserDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

browser

javax.swing.JFileChooser browser

Class net.sf.dc.console.dialogs.FieldDefinitionsDialog extends DcDialog implements Serializable

Serialized Fields

panelDefinitionsParent

FieldDefinitionsDialog.DefinitionPanel panelDefinitionsParent

panelDefinitionsChild

FieldDefinitionsDialog.DefinitionPanel panelDefinitionsChild

Class net.sf.dc.console.dialogs.FieldDefinitionsDialog.DefinitionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

DcTable table

module

DCModule module

Class net.sf.dc.console.dialogs.MessageBox extends javax.swing.JDialog implements Serializable

Serialized Fields

textMessage

javax.swing.JTextArea textMessage

buttonClose

javax.swing.JButton buttonClose

panel

javax.swing.JPanel panel

labelIcon

javax.swing.JLabel labelIcon

Class net.sf.dc.console.dialogs.QuestionBox extends javax.swing.JDialog implements Serializable

Serialized Fields

textMessage

javax.swing.JTextArea textMessage

buttonYes

javax.swing.JButton buttonYes

buttonNo

javax.swing.JButton buttonNo

panel

javax.swing.JPanel panel

labelIcon

javax.swing.JLabel labelIcon

Class net.sf.dc.console.dialogs.ResourceEditorDialog extends DcDialog implements Serializable

Serialized Fields

topicList

DcList topicList

selected

int selected

panelInput

javax.swing.JPanel panelInput

scrollers

java.util.ArrayList scrollers

tableSystemLabels

DcTable tableSystemLabels

tableLabels

DcTable tableLabels

tableMessages

DcTable tableMessages

tableTooltips

DcTable tableTooltips

Class net.sf.dc.console.dialogs.SaveQuestionBox extends javax.swing.JDialog implements Serializable

Serialized Fields

result

int result

textMessage

javax.swing.JTextArea textMessage

buttonContinue

javax.swing.JButton buttonContinue

buttonIgnore

javax.swing.JButton buttonIgnore

buttonCancel

javax.swing.JButton buttonCancel

panel

javax.swing.JPanel panel

labelIcon

javax.swing.JLabel labelIcon

Class net.sf.dc.console.dialogs.TextDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea

panelText

javax.swing.JPanel panelText

panelAction

javax.swing.JPanel panelAction

color

java.awt.Color color

Class net.sf.dc.console.dialogs.UpdateAllDialog extends DcDialog implements Serializable

Serialized Fields

buttonApply

javax.swing.JButton buttonApply

buttonCancel

javax.swing.JButton buttonCancel

cLabels

javax.swing.JLabel[] cLabels

cInputFields

javax.swing.JComponent[] cInputFields

checkSelectedItemsOnly

javax.swing.JCheckBox checkSelectedItemsOnly

o

DcObject o

success

boolean success


Package net.sf.dc.console.expert

Class net.sf.dc.console.expert.ExpertForm extends DcFrame implements Serializable

Class net.sf.dc.console.expert.MaintenancePanel extends DcPanel implements Serializable

Class net.sf.dc.console.expert.QueryPanel extends TablePanel implements Serializable

Serialized Fields

textInput

javax.swing.JEditorPane textInput

buttonRunSql

javax.swing.JButton buttonRunSql

buttonClear

javax.swing.JButton buttonClear

comboSQLCommands

javax.swing.JComboBox comboSQLCommands

wf

WorkFlow wf

Class net.sf.dc.console.expert.SystemInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

recordsLabel

javax.swing.JLabel recordsLabel

softwareLabel

javax.swing.JLabel softwareLabel

softwareCountLabel

javax.swing.JLabel softwareCountLabel

movieLabel

javax.swing.JLabel movieLabel

movieCountLabel

javax.swing.JLabel movieCountLabel

musicFileLabel

javax.swing.JLabel musicFileLabel

musicFileCountLabel

javax.swing.JLabel musicFileCountLabel

audioCDLabel

javax.swing.JLabel audioCDLabel

audioCDCountLabel

javax.swing.JLabel audioCDCountLabel

totalLabel

javax.swing.JLabel totalLabel

totalCountLabel

javax.swing.JLabel totalCountLabel

databaseNameLabel

javax.swing.JLabel databaseNameLabel

databaseNameTextLabel

javax.swing.JLabel databaseNameTextLabel

databaseDriverLabel

javax.swing.JLabel databaseDriverLabel

databaseDriverTextLabel

javax.swing.JLabel databaseDriverTextLabel


Package net.sf.dc.console.forms

Class net.sf.dc.console.forms.AmazonSearchForm extends InternetSearchForm implements Serializable

Serialized Fields

comboServers

javax.swing.JComboBox comboServers

textSearch

javax.swing.JTextField textSearch

buttonSearch

javax.swing.JButton buttonSearch

Class net.sf.dc.console.forms.InternetSearchForm extends DcFrame implements Serializable

Serialized Fields

wf

WorkFlow wf

items

java.util.ArrayList items

checkOverwrite

javax.swing.JCheckBox checkOverwrite

checkBroadband

javax.swing.JCheckBox checkBroadband

textLog

javax.swing.JTextArea textLog

progressBar

javax.swing.JProgressBar progressBar

panelSettings

javax.swing.JPanel panelSettings

panelResults

javax.swing.JPanel panelResults

buttonStopSearch

javax.swing.JButton buttonStopSearch

startSearchOnOpen

boolean startSearchOnOpen

table

DcTable table

color

java.awt.Color color

itemForm

ItemForm itemForm

dco

DcObject dco

module

DCModule module

tab

int tab

process

InternetUpdateProcess process

cancelled

boolean cancelled

Class net.sf.dc.console.forms.ItemForm extends DcFrame implements Serializable

Serialized Fields

dco

DcObject dco

module

DCModule module

cLabels

javax.swing.JLabel[] cLabels

cInputFields

javax.swing.JComponent[] cInputFields

tabbedPane

javax.swing.JTabbedPane tabbedPane

colorRequired

java.awt.Color colorRequired

color

java.awt.Color color

hideFields

boolean hideFields

update

boolean update

readonly

boolean readonly

childList

ChildListPanel childList

Class net.sf.dc.console.forms.LogForm extends DcFrame implements Serializable

Serialized Fields

logger

javax.swing.JTextArea logger

Class net.sf.dc.console.forms.PictureView extends DcDialog implements Serializable

Serialized Fields

bytes

byte[] bytes

ffOpenPicture

DcFileField ffOpenPicture

picField

DcPictureField picField

panelPicture

javax.swing.JPanel panelPicture

closed

boolean closed

Class net.sf.dc.console.forms.SearchForm extends DcDialog implements Serializable

Serialized Fields

fields

javax.swing.JComboBox[] fields

labels

javax.swing.JLabel[] labels

modules

DCModule[] modules

parent

TableSearchPanel parent

moduleIndices

int[] moduleIndices

panelTech

javax.swing.JPanel panelTech

panelInfo

javax.swing.JPanel panelInfo

panelConditions

net.sf.dc.console.forms.SearchForm.SearchConditionPanel panelConditions

panelOptions

SearchForm.SearchOptionsPanel panelOptions

Class net.sf.dc.console.forms.SearchForm.SearchOptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

checkComplyAll

javax.swing.JCheckBox checkComplyAll

checkPrecise

javax.swing.JCheckBox checkPrecise

labelOrderBy

javax.swing.JLabel labelOrderBy

comboOrderBy

javax.swing.JComboBox comboOrderBy

dco

DcObject dco

Class net.sf.dc.console.forms.SplashScreen extends javax.swing.JWindow implements Serializable

Serialized Fields

lblStatus

javax.swing.JLabel lblStatus


Package net.sf.dc.console.importcd

Class net.sf.dc.console.importcd.ImportCDDialog extends DcFrame implements Serializable

Serialized Fields

color

java.awt.Color color

checkVerify

javax.swing.JCheckBox checkVerify

checkRecursive

javax.swing.JCheckBox checkRecursive

fieldLocation

DcFileField fieldLocation

textCDName

javax.swing.JTextField textCDName

buttonCDExport

javax.swing.JButton buttonCDExport

buttonCancel

javax.swing.JButton buttonCancel

buttonClose

javax.swing.JButton buttonClose

buttonResults

javax.swing.JButton buttonResults

textLog

javax.swing.JTextArea textLog

progressBar

javax.swing.JProgressBar progressBar

process

ImportCDProcess process

module

DCModule module


Package net.sf.dc.console.movie

Class net.sf.dc.console.movie.ImdbMovieSearchForm extends InternetSearchForm implements Serializable

Serialized Fields

textSearch

javax.swing.JTextField textSearch

buttonSearch

javax.swing.JButton buttonSearch

comboServers

javax.swing.JComboBox comboServers

Class net.sf.dc.console.movie.InsertMoviePanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.movie.MovieQuickViewPane extends QuickViewPanel implements Serializable

Class net.sf.dc.console.movie.SearchMoviePanel extends TableSearchPanel implements Serializable


Package net.sf.dc.console.musicfile

Class net.sf.dc.console.musicfile.InsertMusicFilePanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.musicfile.MusicFileQuickViewPane extends QuickViewPanel implements Serializable

Class net.sf.dc.console.musicfile.SearchMusicFilePanel extends TableSearchPanel implements Serializable


Package net.sf.dc.console.note

Class net.sf.dc.console.note.NotePanel extends DcPanel implements Serializable

Serialized Fields

buttonSave

javax.swing.JButton buttonSave

buttonClear

javax.swing.JButton buttonClear

buttonLoad

javax.swing.JButton buttonLoad

textNote

javax.swing.JTextArea textNote

file

java.io.File file

access

java.io.RandomAccessFile access


Package net.sf.dc.console.reporting

Class net.sf.dc.console.reporting.ReportingDialog extends DcFrame implements Serializable

Serialized Fields

process

CardReport process

color

java.awt.Color color

buttonCreateReport

javax.swing.JButton buttonCreateReport

buttonCancel

javax.swing.JButton buttonCancel

buttonClose

javax.swing.JButton buttonClose

buttonResults

javax.swing.JButton buttonResults

buttonSettings

javax.swing.JButton buttonSettings

comboReportType

javax.swing.JComboBox comboReportType

fieldTable

ReportFieldSelectorPanel fieldTable

fileField

DcFileField fileField

pdfFilter

FileFilter pdfFilter

textLog

javax.swing.JTextArea textLog

progressBar

javax.swing.JProgressBar progressBar

objects

DcObject[] objects


Package net.sf.dc.console.software

Class net.sf.dc.console.software.AmazonSoftwareSearchForm extends AmazonSearchForm implements Serializable

Class net.sf.dc.console.software.InsertSoftwarePanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.software.SearchSoftwarePanel extends TableSearchPanel implements Serializable

Class net.sf.dc.console.software.SoftwareCategoryForm extends DcFrame implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

searchCat

SoftwareCategoryForm.CatagorySearchPanel searchCat

insertCat

SoftwareCategoryForm.CatagoryInsertPanel insertCat

Class net.sf.dc.console.software.SoftwareCategoryForm.CatagoryInsertPanel extends TableInsertPanel implements Serializable

Class net.sf.dc.console.software.SoftwareCategoryForm.CatagorySearchPanel extends TableSearchPanel implements Serializable

Class net.sf.dc.console.software.SoftwareQuickViewPane extends QuickViewPanel implements Serializable


Package net.sf.dc.console.wizards

Class net.sf.dc.console.wizards.InternetWizardPanel extends WizardPanel implements Serializable

Serialized Fields

internetSearchForm

InternetSearchForm internetSearchForm

autoSearch

boolean autoSearch

Class net.sf.dc.console.wizards.ItemDetailsWizardPanel extends WizardPanel implements Serializable

Serialized Fields

itemForm

ItemForm itemForm

Class net.sf.dc.console.wizards.NameWizardPanel extends WizardPanel implements Serializable

Serialized Fields

textField

DcShortTextField textField

Class net.sf.dc.console.wizards.NewItemWizard extends DcFrame implements Serializable

Serialized Fields

panels

java.util.LinkedList panels

current

int current

textHelp

DcLongTextField textHelp

buttonNext

javax.swing.JButton buttonNext

buttonBack

javax.swing.JButton buttonBack

buttonFinish

javax.swing.JButton buttonFinish

dco

DcObject dco

Class net.sf.dc.console.wizards.WizardException extends java.lang.Exception implements Serializable

Class net.sf.dc.console.wizards.WizardPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

dco

DcObject dco


Package net.sf.dc.exceptions

Class net.sf.dc.exceptions.ValidationException extends java.lang.Exception implements Serializable


Package net.sf.ext.helliker.id3

Class net.sf.ext.helliker.id3.CorruptHeaderException extends ID3Exception implements Serializable

Class net.sf.ext.helliker.id3.ID3Exception extends java.lang.Exception implements Serializable

Class net.sf.ext.helliker.id3.ID3FieldDataException extends ID3Exception implements Serializable

Class net.sf.ext.helliker.id3.ID3v2FormatException extends ID3Exception implements Serializable

Class net.sf.ext.helliker.id3.ID3v2Frames extends java.util.HashMap implements Serializable

Class net.sf.ext.helliker.id3.NoMPEGFramesException extends ID3Exception implements Serializable

Class net.sf.ext.helliker.id3.Playlist extends java.util.LinkedList implements Serializable

Serialized Fields

PLAYLIST_EXT

java.lang.String PLAYLIST_EXT
the Playlist Extension

See Also:
Constant Field Values

Class net.sf.ext.helliker.id3.PlaylistException extends ID3Exception implements Serializable


Package net.sf.ext.jflexsett.settings.ui

Class net.sf.ext.jflexsett.settings.ui.SettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

group

SettingsGroup group

htComponents

java.util.Hashtable htComponents

Class net.sf.ext.jflexsett.settings.ui.SettingsView extends DcFrame implements Serializable

Serialized Fields

settings

Settings settings

tree

javax.swing.JTree tree

panelInfo

SettingsView.InformationPanel panelInfo

panelActions

javax.swing.JPanel panelActions

buttonSaveCurrent

javax.swing.JButton buttonSaveCurrent

buttonSaveAll

javax.swing.JButton buttonSaveAll

buttonClose

javax.swing.JButton buttonClose

Class net.sf.ext.jflexsett.settings.ui.SettingsView.InformationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

picField

DcPictureField picField