Serialized Form


Package net.shredzone.ifish

Class net.shredzone.ifish.IFish extends JFrame implements Serializable

serialVersionUID: 3257290223015638579L

Serialized Fields

fishpane

IFishPane fishpane

menubar

JMenuBar menubar

toolbar

JToolBar toolbar

Class net.shredzone.ifish.IFishPane extends JPanel implements Serializable

serialVersionUID: 3257850965439559731L

Serialized Fields

jprProgress

StatusProgressBar jprProgress

model

NaviDbTableModel model

plmodel

PlaylistDb plmodel

database

DatabasePane database

plpane

PlaylistPane plpane

tabpane

JTabbedPane tabpane

scanner

ScannerPane scanner

plBaseDir

String plBaseDir

plsource

PlaylistSource plsource

prefs

IFishPrefs prefs

mActions

Map<K,V> mActions

hasChanges

boolean hasChanges

Package net.shredzone.ifish.actions

Class net.shredzone.ifish.actions.AboutAction extends IFishAction implements Serializable

serialVersionUID: 3257288041155277366L

Serialized Fields

dialog

JDialog dialog

jbOK

JButton jbOK

Class net.shredzone.ifish.actions.AsyncIFishAction extends IFishAction implements Serializable

serialVersionUID: 795973077089301966L

Class net.shredzone.ifish.actions.DeleteDatabaseAction extends IFishAction implements Serializable

serialVersionUID: 3258408443588262197L

Class net.shredzone.ifish.actions.ExportDatabaseAction extends IFishAction implements Serializable

serialVersionUID: 3258126942791348273L

Class net.shredzone.ifish.actions.IFishAction extends AbstractAction implements Serializable

serialVersionUID: -6298189249175337399L

Serialized Fields

fish

IFishPane fish

prefs

IFishPrefs prefs

Class net.shredzone.ifish.actions.PlayerAction extends IFishAction implements Serializable

serialVersionUID: 3544951047966503216L

Serialized Fields

type

int type

Class net.shredzone.ifish.actions.PrefsAction extends IFishAction implements Serializable

serialVersionUID: 3256727277357250868L

Serialized Fields

dialog

JDialog dialog

jbOK

JButton jbOK

jbCancel

JButton jbCancel

confirmed

boolean confirmed

Class net.shredzone.ifish.actions.QuitAction extends IFishAction implements Serializable

serialVersionUID: 3760558689660187703L

Serialized Fields

quitter

QuitAction.Quittable quitter

Class net.shredzone.ifish.actions.ReadDatabaseAction extends AsyncIFishAction implements Serializable

serialVersionUID: 3256721788388914997L

Class net.shredzone.ifish.actions.SaveDatabaseAction extends AsyncIFishAction implements Serializable

serialVersionUID: 3976731463150285360L

Class net.shredzone.ifish.actions.SyncDatabaseAction extends AsyncIFishAction implements Serializable

serialVersionUID: 3256721775537828914L


Package net.shredzone.ifish.db

Class net.shredzone.ifish.db.DatabaseException extends Exception implements Serializable

serialVersionUID: 3546927991364858165L

Class net.shredzone.ifish.db.DbEntry extends Entry implements Serializable

serialVersionUID: 3832905438092932146L

Serialized Fields

base

File base

filename

String filename

title

String title

artist

String artist

album

String album

genre

String genre

Class net.shredzone.ifish.db.Entry extends Object implements Serializable

serialVersionUID: -2272263266038018131L

Class net.shredzone.ifish.db.FileEntry extends Entry implements Serializable

serialVersionUID: 3905246710342039350L

Serialized Fields

base

File base

file

File file

title

String title

artist

String artist

album

String album

genre

String genre

comment

String comment

Class net.shredzone.ifish.db.Playlist extends AbstractListModel implements Serializable

serialVersionUID: 4050478997970432308L

Serialized Fields

name

String name

lEntries

List<E> lEntries

mark

int mark

staticList

boolean staticList

customerList

boolean customerList

Class net.shredzone.ifish.db.PlaylistDb extends AbstractListModel implements Serializable

serialVersionUID: 3833750992515971128L

Serialized Fields

lPL

net.shredzone.jshred.util.SortedList<T> lPL

mNames

Map<K,V> mNames

basename

String basename

Package net.shredzone.ifish.gui

Class net.shredzone.ifish.gui.AboutPane extends JPanel implements Serializable

serialVersionUID: 3258412837389742389L

Serialized Fields

jpTop

net.shredzone.ifish.gui.AboutPane.BubblePane jpTop

Class net.shredzone.ifish.gui.DatabasePane extends JPanel implements Serializable

serialVersionUID: 3688501091243669812L

Serialized Fields

fish

IFishPane fish

prefs

IFishPrefs prefs

jtDatabase

net.shredzone.jshred.swing.JSortedTable jtDatabase

model

NaviDbTableModel model

proxy

net.shredzone.jshred.swing.SortableTableModelProxy proxy

Class net.shredzone.ifish.gui.EntryTransferHandler extends TransferHandler implements Serializable

serialVersionUID: 4121130320965023281L

Serialized Fields

fish

IFishPane fish

Class net.shredzone.ifish.gui.EntryTransferHandler.EntryContainer extends ArrayList<Entry> implements Serializable

serialVersionUID: 3258408422045923383L

Class net.shredzone.ifish.gui.MyTitledBorder extends TitledBorder implements Serializable

serialVersionUID: 3256441400022152754L

Class net.shredzone.ifish.gui.PlaylistCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 4049078241598124084L

Class net.shredzone.ifish.gui.PlaylistPane extends JPanel implements Serializable

serialVersionUID: 3834587690816844855L

Serialized Fields

fish

IFishPane fish

prefs

IFishPrefs prefs

actionTop

PlaylistPane.MoveAction actionTop

actionUp

PlaylistPane.MoveAction actionUp

actionDown

PlaylistPane.MoveAction actionDown

actionBottom

PlaylistPane.MoveAction actionBottom

actionAsc

PlaylistPane.SortAction actionAsc

actionDesc

PlaylistPane.SortAction actionDesc

actionShuffle

PlaylistPane.SortAction actionShuffle

actionAll

PlaylistPane.AllAction actionAll

actionPaste

PlaylistPane.PasteAction actionPaste

actionRemove

PlaylistPane.RemoveAction actionRemove

actionPLCreate

PlaylistPane.CreateAction actionPLCreate

actionPLRename

PlaylistPane.RenameAction actionPLRename

actionPLDelete

PlaylistPane.DeleteAction actionPLDelete

jlDirectory

JList jlDirectory

jtPlaylist

JTable jtPlaylist

jTools

JToolBar jTools

jPLTools

JToolBar jPLTools

pl

Playlist pl

jbCreate

JButton jbCreate

jbRename

JButton jbRename

Class net.shredzone.ifish.gui.PlaylistPane.AllAction extends IFishAction implements Serializable

serialVersionUID: 3978426940145414455L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.CreateAction extends IFishAction implements Serializable

serialVersionUID: 3256720671680771892L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.DeleteAction extends IFishAction implements Serializable

serialVersionUID: 3257004358649722418L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.MoveAction extends IFishAction implements Serializable

serialVersionUID: 3761968259188144435L

Serialized Fields

pl

PlaylistPane pl

mode

int mode

Class net.shredzone.ifish.gui.PlaylistPane.PasteAction extends IFishAction implements Serializable

serialVersionUID: 3256723974544306227L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.RemoveAction extends IFishAction implements Serializable

serialVersionUID: 3257003276250984498L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.RenameAction extends IFishAction implements Serializable

serialVersionUID: 3257847692691845175L

Serialized Fields

pl

PlaylistPane pl

Class net.shredzone.ifish.gui.PlaylistPane.SortAction extends IFishAction implements Serializable

serialVersionUID: 3257288023992777015L

Serialized Fields

pl

PlaylistPane pl

mode

int mode

Class net.shredzone.ifish.gui.PrefsPane extends JPanel implements Serializable

serialVersionUID: 3258126942757730101L

Serialized Fields

fish

IFishPane fish

prefs

IFishPrefs prefs

mCharsetMap

Map<K,V> mCharsetMap

jtPath

JTextField jtPath

jbDirOpen

JButton jbDirOpen

jcCompat

JCheckBox jcCompat

jcbCharset

JComboBox jcbCharset

jcbCharsetV1

JComboBox jcbCharsetV1

jcbCharsetV2

JComboBox jcbCharsetV2

jbRestore

JButton jbRestore

jrbAlways

JRadioButton jrbAlways

jrbIncremental

JRadioButton jrbIncremental

jcPlaylists

JCheckBox jcPlaylists

jcNewPL

JCheckBox jcNewPL

jtName

JTextField jtName

jcDelMac

JCheckBox jcDelMac

jcCheckDate

JCheckBox jcCheckDate

jcbDirRename

JComboBox jcbDirRename

jcbFileRename

JComboBox jcbFileRename

jcCheckTracks

JCheckBox jcCheckTracks

jLAF

net.shredzone.jshred.swing.JLAFSelector jLAF

jcbLanguage

JComboBox jcbLanguage

jtPLPath

JTextField jtPLPath

jtPlay

JTextField jtPlay

jtPause

JTextField jtPause

jtStop

JTextField jtStop

locales

Locale[] locales

Class net.shredzone.ifish.gui.ScannerPane extends JPanel implements Serializable

serialVersionUID: 3258126968544309304L

Serialized Fields

fish

IFishPane fish

prefs

IFishPrefs prefs

jlDir

JLabel jlDir

jlAdded

JLabel jlAdded

jlUpdated

JLabel jlUpdated

jlRemoved

JLabel jlRemoved

jlCount

JLabel jlCount

jlCreated

JLabel jlCreated

Class net.shredzone.ifish.gui.StatusProgressBar extends JProgressBar implements Serializable

serialVersionUID: 3258416123057027379L

Serialized Fields

max

int max

index

int index

action

String action

starttime

long starttime

changed

Boolean changed

countdown

boolean countdown



Copyright © 2007-2011 shredzone.org. All Rights Reserved.