Serialized Form


Package net.jalbum.filterManager

Class net.jalbum.filterManager.FilterList extends java.lang.Object implements Serializable

serialVersionUID: 779419071601057783L

Serialized Fields

position

int position

filters

java.util.Vector<E> filters

versionNumber

int versionNumber

Class net.jalbum.filterManager.FilterManagerUI extends javax.swing.JPanel implements Serializable

serialVersionUID: -4783268072080962112L

Serialized Fields

filterManager

FilterManager filterManager

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

preview

javax.swing.JButton preview

info

javax.swing.JButton info

filterInfoPanel

javax.swing.JPanel filterInfoPanel

applyAction

javax.swing.Action applyAction

cancelAction

javax.swing.Action cancelAction

Package net.jalbum.slideshow

Class net.jalbum.slideshow.BlendingSlideShow extends javax.swing.JComponent implements Serializable

Serialized Fields

current

java.awt.Image current

next

java.awt.Image next

running

boolean running

Package se.datadosen.component

Class se.datadosen.component.CompoundAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

subActions

javax.swing.Action[] subActions

Class se.datadosen.component.ControlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

useExtraSpace

boolean useExtraSpace

Class se.datadosen.component.DimensionFormatter extends javax.swing.JFormattedTextField.AbstractFormatter implements Serializable

Class se.datadosen.component.JBackgroundPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bg

java.awt.Image bg

imageBorder

javax.swing.border.Border imageBorder

bx

int bx

by

int by

Class se.datadosen.component.JBackgroundTextField extends JSmartTextField implements Serializable

Serialized Fields

backgroundText

java.lang.String backgroundText

Class se.datadosen.component.JCollapsiblePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

contentPanel

javax.swing.JPanel contentPanel

titleLabel

se.datadosen.component.JCollapsiblePanel.JTriangleLabel titleLabel

titlePanel

javax.swing.JPanel titlePanel

titleBorder

javax.swing.border.Border titleBorder

bottomPanel

javax.swing.JPanel bottomPanel

expanded

boolean expanded

Class se.datadosen.component.JColorSelector extends javax.swing.JPanel implements Serializable

Serialized Fields

title

java.lang.String title

color

java.awt.Color color

disabledColor

java.awt.TexturePaint disabledColor

textComponent

javax.swing.JTextField textComponent

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

documentListener

javax.swing.event.DocumentListener documentListener

listeners

java.util.Vector<E> listeners

Y_OFFSET

int Y_OFFSET

Class se.datadosen.component.JDirectoryChooser extends javax.swing.JFileChooser implements Serializable

Serialized Fields

parent

java.awt.Component parent

Class se.datadosen.component.JGlassButton extends javax.swing.JButton implements Serializable

Serialized Fields

mouseOver

boolean mouseOver
If set to false, pass label to tool tip instead


mousePressed

boolean mousePressed

borderRadius

int borderRadius

uiSet

boolean uiSet

buf

java.awt.image.BufferedImage buf

alpha

float alpha

borderOpacity

float borderOpacity

discrete

boolean discrete

Class se.datadosen.component.JGradientButton extends javax.swing.JButton implements Serializable

Serialized Fields

topColor

java.awt.Color topColor

bottomColor

java.awt.Color bottomColor

borderColor

java.awt.Color borderColor

Class se.datadosen.component.JHeadingPanel extends ControlPanel implements Serializable

Serialized Fields

heading

javax.swing.JLabel heading

Class se.datadosen.component.JHoverButton extends javax.swing.JButton implements Serializable

Class se.datadosen.component.JIconButton extends javax.swing.JButton implements Serializable

Class se.datadosen.component.JIconToggleButton extends javax.swing.JToggleButton implements Serializable

Class se.datadosen.component.JLabelFor extends javax.swing.JLabel implements Serializable

Class se.datadosen.component.JLineSplitPane extends javax.swing.JSplitPane implements Serializable

Class se.datadosen.component.JLinkButton extends JSmartButton implements Serializable

Serialized Fields

url

java.lang.String url

Class se.datadosen.component.JLinkLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

defaultColor

java.awt.Color defaultColor

mouseListener

java.awt.event.MouseListener mouseListener

url

java.lang.String url

exception

java.lang.Exception exception

Class se.datadosen.component.JMapTable extends javax.swing.JTable implements Serializable

Serialized Fields

clipboard

java.awt.datatransfer.Clipboard clipboard

editable

boolean editable

items

java.util.Vector<E> items

theModel

se.datadosen.component.JMapTable.MapModel theModel

oddColor

java.awt.Color oddColor

pasteAction

javax.swing.Action pasteAction

Class se.datadosen.component.JNotification extends javax.swing.JPanel implements Serializable

Serialized Fields

content

javax.swing.JComponent content

iconLabel

javax.swing.JLabel iconLabel

abortButton

JPlainButton abortButton

yOffset

int yOffset

expiration

int expiration

backgroundGradient

boolean backgroundGradient

expirationThread

java.lang.Thread expirationThread

prefs

java.util.prefs.Preferences prefs

rememberDismissed

boolean rememberDismissed

rememberShown

boolean rememberShown

Class se.datadosen.component.JPlainButton extends javax.swing.JButton implements Serializable

Serialized Fields

showLabel

boolean showLabel
If set to false, pass label to tool tip instead

Class se.datadosen.component.JPlainToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

selectedText

java.lang.String selectedText

selectedToolTipText

java.lang.String selectedToolTipText

text

java.lang.String text

toolTipText

java.lang.String toolTipText

Class se.datadosen.component.JPlaylist extends javax.swing.JPanel implements Serializable

Serialized Fields

cl

java.lang.Class<T> cl

addIcon

javax.swing.ImageIcon addIcon

deleteIcon

javax.swing.ImageIcon deleteIcon

upIcon

javax.swing.ImageIcon upIcon

downIcon

javax.swing.ImageIcon downIcon

playIcon

javax.swing.ImageIcon playIcon

previousIcon

javax.swing.ImageIcon previousIcon

nextIcon

javax.swing.ImageIcon nextIcon

pauseIcon

javax.swing.ImageIcon pauseIcon

stopIcon

javax.swing.ImageIcon stopIcon

fileChooser

javax.swing.JFileChooser fileChooser

filesModel

javax.swing.DefaultListModel filesModel

player

javazoom.jl.player.advanced.AdvancedPlayer player

playing

boolean playing

fileFilter

javax.swing.filechooser.FileFilter fileFilter

borderLayout1

java.awt.BorderLayout borderLayout1

scroller

javax.swing.JScrollPane scroller

data

java.lang.String[] data

fileList

javax.swing.JList fileList

addButton

javax.swing.JButton addButton

deleteButton

javax.swing.JButton deleteButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

playButton

javax.swing.JButton playButton

previousButton

javax.swing.JButton previousButton

nextButton

javax.swing.JButton nextButton

pauseButton

javax.swing.JButton pauseButton

stopButton

javax.swing.JButton stopButton

buttonBar

javax.swing.JToolBar buttonBar

Class se.datadosen.component.JPopupButton extends javax.swing.JButton implements Serializable

Serialized Fields

popup

javax.swing.JPopupMenu popup

dropDownIcon

javax.swing.Icon dropDownIcon

popupVisible

boolean popupVisible

arrowPressed

boolean arrowPressed

defaultAction

javax.swing.Action defaultAction

listener

java.beans.PropertyChangeListener listener

Class se.datadosen.component.JProgressSpinner extends javax.swing.JComponent implements Serializable

Serialized Fields

prefSize

int prefSize

phase

int phase

delay

int delay

hidden

boolean hidden

animator

java.lang.Thread animator

nWorkers

int nWorkers

phases

java.awt.image.BufferedImage[] phases

Class se.datadosen.component.JRatingSlider extends javax.swing.JPanel implements Serializable

Serialized Fields

maxValue

int maxValue

value

int value

lastValue

int lastValue

labels

javax.swing.JLabel[] labels

changeListeners

java.util.Vector<E> changeListeners

Class se.datadosen.component.JSiteButton extends javax.swing.JButton implements Serializable

Serialized Fields

showLabel

boolean showLabel
If set to false, pass label to tool tip instead


mouseOver

boolean mouseOver

mousePressed

boolean mousePressed

borderPainted

boolean borderPainted

borderRadius

int borderRadius

uiSet

boolean uiSet

Class se.datadosen.component.JSkinLikesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

skinName

java.lang.String skinName

label

WrappableJLabel label

likes

boolean likes

likesCount

java.lang.Integer likesCount

likeAction

javax.swing.Action likeAction

likeButton

javax.swing.JToggleButton likeButton

updater

java.lang.Thread updater

Class se.datadosen.component.JSmartButton extends javax.swing.JButton implements Serializable

Class se.datadosen.component.JSmartColorSelector extends JColorSelector implements Serializable

Serialized Fields

tf

javax.swing.JTextField tf

Class se.datadosen.component.JSmartComboBox extends javax.swing.JComboBox implements Serializable

Class se.datadosen.component.JSmartDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

content

javax.swing.JPanel content

Class se.datadosen.component.JSmartLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

iconLabel

javax.swing.JLabel iconLabel

textPane

javax.swing.JTextPane textPane

Class se.datadosen.component.JSmartSeparator extends javax.swing.JComponent implements Serializable

Serialized Fields

align

int align

text

java.lang.String text

textColor

java.awt.Color textColor

lineColor

java.awt.Color lineColor

Class se.datadosen.component.JSmartTextArea extends javax.swing.JTextArea implements Serializable

Class se.datadosen.component.JSmartTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

support

JSmartTextComponentSupport support

Class se.datadosen.component.JSmartToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

showLabel

boolean showLabel

action

javax.swing.Action action

Class se.datadosen.component.JStackLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

backgroundText

java.lang.String backgroundText

stack

java.util.Stack<E> stack

Class se.datadosen.component.JSuperimposePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

buf

java.awt.Image buf

fromBuf

java.awt.Image fromBuf

alpha

float alpha

lastVisibleComponent

java.awt.Component lastVisibleComponent

Class se.datadosen.component.JWizard extends javax.swing.JDialog implements Serializable

Serialized Fields

title

java.lang.String title

steps

java.util.LinkedList<E> steps

stepIndex

int stepIndex

content

javax.swing.JPanel content

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

imageLabel

javax.swing.JLabel imageLabel

buttonPanel

javax.swing.JPanel buttonPanel

flowLayout1

java.awt.FlowLayout flowLayout1

backAction

javax.swing.Action backAction

nextAction

javax.swing.Action nextAction

okAction

javax.swing.Action okAction

finishAction

javax.swing.Action finishAction

cancelAction

javax.swing.Action cancelAction

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

finishButton

javax.swing.JButton finishButton

nextButton

javax.swing.JButton nextButton

backButton

javax.swing.JButton backButton

border1

javax.swing.border.Border border1

stepPanel

JBackgroundPanel stepPanel

cardLayout

java.awt.CardLayout cardLayout

Class se.datadosen.component.JWizardStep extends ControlPanel implements Serializable

Serialized Fields

header

java.lang.String header

Class se.datadosen.component.NonCollapsableJTree extends javax.swing.JTree implements Serializable

Class se.datadosen.component.NorthEtchedBorder extends javax.swing.border.EtchedBorder implements Serializable

Class se.datadosen.component.RiverLayout extends java.awt.FlowLayout implements Serializable

Serialized Fields

constraints

java.util.Map<K,V> constraints

valign

java.lang.String valign

hgap

int hgap

vgap

int vgap

extraInsets

java.awt.Insets extraInsets

totalInsets

java.awt.Insets totalInsets

Class se.datadosen.component.ShadowBorder extends javax.swing.border.AbstractBorder implements Serializable

Class se.datadosen.component.ToggleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

model

javax.swing.JToggleButton.ToggleButtonModel model

Class se.datadosen.component.VetoableAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

vetoSupport

java.beans.VetoableChangeSupport vetoSupport

Class se.datadosen.component.WrappableJLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

preferredWidth

int preferredWidth

text

java.lang.String text

Package se.datadosen.component.buttonbar

Class se.datadosen.component.buttonbar.JButtonBarPane extends javax.swing.JPanel implements Serializable

Serialized Fields

buttonBar

se.datadosen.component.buttonbar.JButtonBar buttonBar

buttonGroup

javax.swing.ButtonGroup buttonGroup

tabHolder

javax.swing.JPanel tabHolder

holderLayout

java.awt.CardLayout holderLayout

listeners

java.util.ArrayList<E> listeners

selectedComponent

java.awt.Component selectedComponent

Package se.datadosen.dnd

Class se.datadosen.dnd.FileDropEvent extends java.util.EventObject implements Serializable

Serialized Fields

files

java.util.List<E> files

Class se.datadosen.dnd.JFileDropPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

component

java.awt.Component component

Package se.datadosen.explorer

Class se.datadosen.explorer.JAlbumExplorer extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

JAlbumFrame parent

rootFolder

AlbumObject rootFolder

currentFolder

AlbumObject currentFolder

imageCache

ImageCache imageCache

mouseOnComponentAdapter

java.awt.event.MouseAdapter mouseOnComponentAdapter

componentFocusListener

java.awt.event.FocusListener componentFocusListener

mouseMotionOnComponentListener

java.awt.event.MouseMotionListener mouseMotionOnComponentListener

mouseOnTreeAdapter

java.awt.event.MouseAdapter mouseOnTreeAdapter

startingPoint

java.awt.Point startingPoint

parentFolderAction

javax.swing.Action parentFolderAction

refreshAction

javax.swing.Action refreshAction

filterBarAction

javax.swing.Action filterBarAction

toggleFilterBarAction

javax.swing.Action toggleFilterBarAction

closeFilterBarAction

javax.swing.Action closeFilterBarAction

largeThumbnailsAction

javax.swing.Action largeThumbnailsAction

hideExcludedAction

javax.swing.Action hideExcludedAction

slideShowAction

javax.swing.Action slideShowAction

renameAction

javax.swing.Action renameAction

repairLinkAction

javax.swing.Action repairLinkAction

openAction

javax.swing.Action openAction

showInFilesystemAction

javax.swing.Action showInFilesystemAction

editModeAction

javax.swing.Action editModeAction

explorerAction

javax.swing.Action explorerAction

propertiesAction

javax.swing.Action propertiesAction

photobookAction

javax.swing.Action photobookAction

photobookAliasAction

javax.swing.Action photobookAliasAction

useAsFolderThumbnailAction

javax.swing.Action useAsFolderThumbnailAction

convertLinkToCopyAction

javax.swing.Action convertLinkToCopyAction

deleteAction

javax.swing.Action deleteAction

saveCopyAsAction

javax.swing.Action saveCopyAsAction

newFolderAction

javax.swing.Action newFolderAction

includeSelectedAction

javax.swing.Action includeSelectedAction

excludeSelectedAction

javax.swing.Action excludeSelectedAction

includeOriginalAction

ToggleAction includeOriginalAction

rotateLeftAction

javax.swing.Action rotateLeftAction

rotateRightAction

javax.swing.Action rotateRightAction

pasteAction

javax.swing.Action pasteAction

selectAllAction

javax.swing.Action selectAllAction

copyFiltersAction

javax.swing.Action copyFiltersAction

pasteFiltersAction

javax.swing.Action pasteFiltersAction

removeFiltersAction

javax.swing.Action removeFiltersAction

invertSelectionAction

javax.swing.Action invertSelectionAction

captionLabelTypeAction

ToggleAction captionLabelTypeAction

fileNameLabelTypeAction

ToggleAction fileNameLabelTypeAction

orderByNameAction

ToggleAction orderByNameAction

orderByDateAction

ToggleAction orderByDateAction

orderByCameraDateAction

ToggleAction orderByCameraDateAction

orderByRatingAction

ToggleAction orderByRatingAction

customOrderingAction

ToggleAction customOrderingAction

useJAlbumOrderingAction

ToggleAction useJAlbumOrderingAction

reverseOrderingAction

ToggleAction reverseOrderingAction

foldersFirstAction

ToggleAction foldersFirstAction

orderFoldersByNameAction

ToggleAction orderFoldersByNameAction

orderFoldersByDateAction

ToggleAction orderFoldersByDateAction

reverseFolderOrderingAction

ToggleAction reverseFolderOrderingAction

shuffleAction

javax.swing.Action shuffleAction

imageFiltersMenu

javax.swing.JMenu imageFiltersMenu

includeNodeAction

javax.swing.Action includeNodeAction

excludeNodeAction

javax.swing.Action excludeNodeAction

deleteNodeAction

javax.swing.Action deleteNodeAction

renameNodeAction

javax.swing.Action renameNodeAction

labelTypeSubMenu

javax.swing.JMenu labelTypeSubMenu

orderingSubMenu

javax.swing.JMenu orderingSubMenu

folderOrderingSubMenu

javax.swing.JMenu folderOrderingSubMenu

splitPane

javax.swing.JSplitPane splitPane

treeScrollPane

javax.swing.JScrollPane treeScrollPane

explorerScrollPane

javax.swing.JScrollPane explorerScrollPane

tree

javax.swing.JTree tree

albumManager

JAlbumManager albumManager

viewMode

java.awt.CardLayout viewMode

viewPanel

javax.swing.JPanel viewPanel

explorerCard

javax.swing.JPanel explorerCard

leftPanel

javax.swing.JPanel leftPanel

knownKeywords

WordList knownKeywords

filterBar

JFilterBar filterBar

albumsPanel

javax.swing.JPanel albumsPanel

notification

javax.swing.JComponent notification

rightPanel

javax.swing.JPanel rightPanel

welcomePanel

javax.swing.JPanel welcomePanel

explorer

JExplorerPanel explorer

editor

JEditPanel editor

explorerPopup

javax.swing.JPopupMenu explorerPopup

componentPopup

javax.swing.JPopupMenu componentPopup

brokenLinkPopup

javax.swing.JPopupMenu brokenLinkPopup

treeNodePopup

javax.swing.JPopupMenu treeNodePopup

hideExcludedMenuItem

javax.swing.JCheckBoxMenuItem hideExcludedMenuItem

filterBarMenuItem

javax.swing.JCheckBoxMenuItem filterBarMenuItem

largeThumbnailsMenuItem

javax.swing.JCheckBoxMenuItem largeThumbnailsMenuItem

useAsFolderThumbnailMenuItem

javax.swing.JCheckBoxMenuItem useAsFolderThumbnailMenuItem

explorerMode

boolean explorerMode

imageFilterClipboard

FilterList imageFilterClipboard

glassEditButton

javax.swing.JButton glassEditButton

rootNameChangeListener

java.beans.PropertyChangeListener rootNameChangeListener

representingAlbumObjectListener

java.beans.PropertyChangeListener representingAlbumObjectListener

Class se.datadosen.explorer.JAlbumExplorer.FolderTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

initialized

boolean initialized

ao

AlbumObject ao

Class se.datadosen.explorer.JAlbumObject extends javax.swing.JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

linkImage

java.awt.Image linkImage

ao

AlbumObject ao

context

JExplorerPanel context

selected

boolean selected

rubberbanded

boolean rubberbanded

isMediaFile

boolean isMediaFile

imagePanel

javax.swing.JPanel imagePanel

editor

se.datadosen.explorer.JAlbumObject.LabelEditor editor

buttonPanel

javax.swing.JPanel buttonPanel

statusPanel

javax.swing.JPanel statusPanel

image

javax.swing.JLabel image

renderingDone

boolean renderingDone

firstPaint

boolean firstPaint

isCommentedStatus

javax.swing.JLabel isCommentedStatus

isFolderThumbnailStatus

javax.swing.JLabel isFolderThumbnailStatus

isMediaFileStatus

javax.swing.JLabel isMediaFileStatus

hasImageFiltersToolTip

javax.swing.JLabel hasImageFiltersToolTip

hasOriginalStatus

javax.swing.JLabel hasOriginalStatus

ratingStatus

javax.swing.JLabel ratingStatus

flagStatus

javax.swing.JLabel flagStatus

Class se.datadosen.explorer.JCommentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

comment

JCommentPanel.JSmallTextArea comment
Main class components


scrollPane

javax.swing.JScrollPane scrollPane

originalScrollBorder

javax.swing.border.Border originalScrollBorder

emptyScrollBorder

javax.swing.border.Border emptyScrollBorder

ao

AlbumObject ao

editPanel

JEditPanel editPanel

previousImage

javax.swing.Action previousImage

nextImage

javax.swing.Action nextImage

Class se.datadosen.explorer.JCommentPanel.JSmallTextArea extends JSmartTextArea implements Serializable

Class se.datadosen.explorer.JCopyWarningDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

upperLabel

javax.swing.JLabel upperLabel

icon

javax.swing.JLabel icon

message

WrappableJLabel message

applyToAll

javax.swing.JCheckBox applyToAll

dontReplaceButton

javax.swing.JButton dontReplaceButton

stopButton

javax.swing.JButton stopButton

replaceButton

javax.swing.JButton replaceButton

file

java.io.File file

buttonPressed

javax.swing.JButton buttonPressed

Class se.datadosen.explorer.JEditPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

context

JAlbumExplorer context

pgUp

javax.swing.KeyStroke pgUp

pgDown

javax.swing.KeyStroke pgDown

up

javax.swing.KeyStroke up

down

javax.swing.KeyStroke down

left

javax.swing.KeyStroke left

right

javax.swing.KeyStroke right

escape

javax.swing.KeyStroke escape

ao

AlbumObject ao

metaPanel

ControlPanel metaPanel

centerPanel

javax.swing.JPanel centerPanel

imagePanel

JBackgroundPanel imagePanel

glassPanel

javax.swing.JPanel glassPanel

progressSpinner

JProgressSpinner progressSpinner

imageScrollPane

javax.swing.JScrollPane imageScrollPane

vSplitPane

javax.swing.JSplitPane vSplitPane

filterPanelViewMode

java.awt.CardLayout filterPanelViewMode

filterPanel

javax.swing.JPanel filterPanel

filtersPanel

JFiltersPanel filtersPanel

filterManager

FilterManager filterManager

currentFilter

JAlbumImageFilter currentFilter

filterUIHeadingPanel

JHeadingPanel filterUIHeadingPanel

filterUIContainer

javax.swing.JPanel filterUIContainer

filterUI

javax.swing.JPanel filterUI

filterScrollPane

javax.swing.JScrollPane filterScrollPane

filterManagerControls

javax.swing.JPanel filterManagerControls

commentPanel

JCommentPanel commentPanel

propertyPanel

JPropertyPanel propertyPanel

hSplitPane

javax.swing.JSplitPane hSplitPane

zoomSlider

javax.swing.JSlider zoomSlider

previousImageAction

javax.swing.Action previousImageAction

nextImageAction

javax.swing.Action nextImageAction

cancelAction

javax.swing.Action cancelAction

previousButton

JGlassButton previousButton

nextButton

JGlassButton nextButton

returnButton

JGlassButton returnButton

imageInfo

FileFilters.BasicImageInfo imageInfo

moveCounter

int moveCounter

bufferedImage

java.awt.image.BufferedImage bufferedImage

mouseConverter

se.datadosen.explorer.JEditPanel.MouseConverter mouseConverter

Class se.datadosen.explorer.JExplorerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

explorerThumbsLayout

SmartFlowLayout explorerThumbsLayout

rubberband

java.awt.Rectangle rubberband

caretLocation

java.awt.Point caretLocation

selectionModel

ExplorerSelectionModel selectionModel

context

JAlbumExplorer context

closestComp

JAlbumObject closestComp

dropFolder

JAlbumObject dropFolder

insertBefore

boolean insertBefore

draggedObjects

java.util.LinkedList<E> draggedObjects

iconBounds

java.awt.Dimension iconBounds

objectSize

java.awt.Dimension objectSize

backgroundText

java.lang.String backgroundText

sourceActions

int sourceActions

Class se.datadosen.explorer.JFilterBar extends javax.swing.JPanel implements Serializable

Serialized Fields

context

JAlbumExplorer context

closeButton

javax.swing.JButton closeButton

filterLabel

javax.swing.JLabel filterLabel

starButtons

javax.swing.JToggleButton[] starButtons

flags

Flag[] flags

flagButtons

javax.swing.JToggleButton[] flagButtons

keywordsField

se.datadosen.explorer.JFilterBar.JKeywordsField keywordsField

keywordExpression

se.datadosen.explorer.JFilterBar.Node keywordExpression

refilterExecutor

java.util.concurrent.ScheduledExecutorService refilterExecutor

refilterFuture

java.util.concurrent.Future<V> refilterFuture

refilterRunnable

java.lang.Runnable refilterRunnable

resetFilterAction

javax.swing.Action resetFilterAction

resetFilterButton

javax.swing.JButton resetFilterButton

Class se.datadosen.explorer.JFiltersPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

context

JEditPanel context

undoButton

javax.swing.JButton undoButton

redoButton

javax.swing.JButton redoButton

filters

se.datadosen.explorer.JFiltersPanel.JFilterListPanel filters

undoRedoPanel

javax.swing.JPanel undoRedoPanel

headingPanel

JHeadingPanel headingPanel

Class se.datadosen.explorer.JPropertyPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tabs

javax.swing.JTabbedPane tabs
Main class components


general

javax.swing.JPanel general

userVariablesTable

JMapTable userVariablesTable

fileName

JPropertyPanel.JSmallTextField fileName

title

JPropertyPanel.JSmallTextField title

date

JPropertyPanel.JSmallTextField date

time

JPropertyPanel.JSmallTextField time

rating

JRatingSlider rating

flagLabel

javax.swing.JLabel flagLabel

flag

JFlagSelector flag

ao

AlbumObject ao

editPanel

JEditPanel editPanel

previousImage

javax.swing.Action previousImage

nextImage

javax.swing.Action nextImage

Class se.datadosen.explorer.JPropertyPanel.JSmallLabel extends javax.swing.JLabel implements Serializable

Class se.datadosen.explorer.JPropertyPanel.JSmallTextField extends JSmartTextField implements Serializable

Serialized Fields

originalBorder

javax.swing.border.Border originalBorder

emptyBorder

javax.swing.border.Border emptyBorder

Class se.datadosen.explorer.JWelcomePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

context

JAlbumExplorer context

promptPanel

javax.swing.JPanel promptPanel

dropPrompt

javax.swing.JLabel dropPrompt

clickPrompt

javax.swing.JLabel clickPrompt

addAction

javax.swing.Action addAction

addButton

javax.swing.JButton addButton

Class se.datadosen.explorer.SmartFlowLayout extends java.lang.Object implements Serializable

serialVersionUID: -7262534875583282631L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

align

int align
align is the property that determines how each row distributes empty space. It can be one of the following values:

 
See Also:
SmartFlowLayout.getAlignment(), SmartFlowLayout.setAlignment(int)

newAlign

int newAlign
newAlign is the property that determines how each row distributes empty space for the Java 2 platform, v1.2 and greater. It can be one of the following three values:

 
Since:
1.2
See Also:
SmartFlowLayout.getAlignment(), SmartFlowLayout.setAlignment(int)

hgap

int hgap
The flow layout manager allows a seperation of components with gaps. The horizontal gap will specify the space between components.

 
See Also:
SmartFlowLayout.getHgap(), SmartFlowLayout.setHgap(int)

vgap

int vgap
The flow layout manager allows a seperation of components with gaps. The vertical gap will specify the space between rows.

 
See Also:
SmartFlowLayout.getHgap(), SmartFlowLayout.setHgap(int)

serialVersionOnStream

int serialVersionOnStream
This represent the currentSerialVersion which is bein used. It will be one of two values : 0 versions before Java 2 platform v1.2.. 1 versions after Java 2 platform v1.2..

 
Since:
1.2

Class se.datadosen.explorer.TemporaryFileNameEditor extends se.datadosen.explorer.FileNameEditor implements Serializable

Serialized Fields

oldEditor

se.datadosen.explorer.JAlbumObject.LabelEditor oldEditor

Package se.datadosen.explorer.event

Class se.datadosen.explorer.event.StructureEvent extends java.util.EventObject implements Serializable


Package se.datadosen.imaging.exif

Class se.datadosen.imaging.exif.ImageInfoFormatter extends java.lang.Object implements Serializable

Serialized Fields

millimeter35EqFormatter

TagFormatter millimeter35EqFormatter

info

com.drew.metadata.Metadata info

ruleMap

java.util.HashMap<K,V> ruleMap

dateFormat

java.text.DateFormat dateFormat

dateFormatter

TagFormatter dateFormatter

Package se.datadosen.io

Class se.datadosen.io.ChainedDirectory extends java.io.File implements Serializable

Serialized Fields

backgroundDir

ChainedDirectory backgroundDir

sortFileList

boolean sortFileList

Class se.datadosen.io.FastFile extends java.io.File implements Serializable

Serialized Fields

directory

boolean directory

isDirectoryAsked

boolean isDirectoryAsked

modificationDate

long modificationDate

originalFile

java.io.File originalFile

meta

AlbumObjectMetadata meta

properties

AlbumObjectProperties properties

Class se.datadosen.io.LinkFile extends java.io.File implements Serializable

Serialized Fields

link

java.io.File link

target

java.io.File target

Package se.datadosen.jalbum

Class se.datadosen.jalbum.AccountManager.AccountStatus extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

Class se.datadosen.jalbum.AlbumBeanEvent extends java.util.EventObject implements Serializable

serialVersionUID: 468357792647540656L

Serialized Fields

msg

java.lang.String msg

imageNum

int imageNum

imageSum

int imageSum

processedFiles

int processedFiles

totalFiles

int totalFiles

directory

java.lang.String directory

dir

java.io.File dir

abort

boolean abort

Class se.datadosen.jalbum.AlbumFileFilter extends java.lang.Object implements Serializable

Serialized Fields

outputPath

java.lang.String outputPath

ignoreDirs

java.util.Set<E> ignoreDirs

ignorePattern

java.util.regex.Pattern ignorePattern

includePattern

java.util.regex.Pattern includePattern

pageExtension

java.lang.String pageExtension

ignoreControlFiles

boolean ignoreControlFiles

Class se.datadosen.jalbum.AlbumObjectFactory extends java.lang.Object implements Serializable

Serialized Fields

engine

AlbumBean engine

filter

AlbumFileFilter filter

cacheThumbnails

boolean cacheThumbnails

includeExcluded

boolean includeExcluded

includeMissing

boolean includeMissing

Class se.datadosen.jalbum.AlbumObjectImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

file

java.io.File file

comment

java.lang.String comment

nameMap

java.util.Map<K,V> nameMap

included

boolean included

doCache

boolean doCache

meta

AlbumObjectMetadata meta

representingAlbumObject

AlbumObject representingAlbumObject

changeSupport

WeakPropertyChangeSupport changeSupport

Class se.datadosen.jalbum.AlbumObjectMetadata extends java.lang.Object implements Serializable

Serialized Fields

metadata

com.drew.metadata.Metadata metadata

cameraDate

long cameraDate

Class se.datadosen.jalbum.AuthenticationException extends java.lang.Exception implements Serializable

Class se.datadosen.jalbum.Config extends java.lang.Object implements Serializable

Serialized Fields

progDir

java.io.File progDir

skinsDir

java.io.File skinsDir

chainedSkinsDir

ChainedDirectory chainedSkinsDir

chainedExtDir

ChainedDirectory chainedExtDir

chainedPluginsDir

ChainedDirectory chainedPluginsDir

chainedToolsDir

ChainedDirectory chainedToolsDir

pluginsDir

java.io.File pluginsDir

language

java.lang.String language

lookAndFeel

java.lang.String lookAndFeel

webHostListUrl

java.lang.String webHostListUrl

cleanOutputFiles

boolean cleanOutputFiles

synchronizeOutputDirectory

boolean synchronizeOutputDirectory

cacheThumbnails

boolean cacheThumbnails

afterPublishing

Config.AfterPublishBehavior afterPublishing

showInfoBarInPreview

boolean showInfoBarInPreview

encryptManifest

boolean encryptManifest

manifestPassword

java.lang.String manifestPassword

zipstreaming

boolean zipstreaming

debugMode

boolean debugMode

myAlbumsLocation

java.lang.String myAlbumsLocation

showTipOfTheDay

boolean showTipOfTheDay

traceVersion

int traceVersion

includeHiResImagesDefault

boolean includeHiResImagesDefault

labelType

Config.LabelType labelType

fileAddBehavior

Config.FileAddBehavior fileAddBehavior

illegalCharacters

java.lang.String illegalCharacters

rememberCopiedFiles

boolean rememberCopiedFiles

writeXmp

boolean writeXmp

maxSimultaneousTransfers

int maxSimultaneousTransfers

compatibilityMode

boolean compatibilityMode

Class se.datadosen.jalbum.EasyJFrame extends javax.swing.JFrame implements Serializable

Class se.datadosen.jalbum.FileCopier.JReCopyConfirmationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

upperLabel

javax.swing.JLabel upperLabel

icon

javax.swing.JLabel icon

message

WrappableJLabel message

applyToAll

javax.swing.JCheckBox applyToAll

dontCopyButton

javax.swing.JButton dontCopyButton

stopButton

javax.swing.JButton stopButton

copyButton

javax.swing.JButton copyButton

file

java.io.File file

buttonPressed

javax.swing.JButton buttonPressed

Class se.datadosen.jalbum.FileNameDocument extends javax.swing.text.PlainDocument implements Serializable

Class se.datadosen.jalbum.JAccountStatusPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

context

JAlbumContext context

accountStatus

AccountManager.AccountStatus accountStatus

jAlbumStorageLabel

javax.swing.JLabel jAlbumStorageLabel

upgradeStorageLink

JLinkLabel upgradeStorageLink

updateSpinner

JProgressSpinner updateSpinner

meter

se.datadosen.jalbum.JAccountStatusPanel.JAccountStatusMeter meter

upgradeStorageAction

javax.swing.Action upgradeStorageAction

gotoSiteAction

javax.swing.Action gotoSiteAction

updateAction

javax.swing.Action updateAction

Class se.datadosen.jalbum.JAddAccountDialog extends JSmartDialog implements Serializable

Serialized Fields

isExisting

boolean isExisting

altActivationUrl

boolean altActivationUrl

icons

JAlbumFrameIcons icons

tipLabel

javax.swing.JLabel tipLabel

addExisting

javax.swing.JRadioButton addExisting

addMyJAlbum

javax.swing.JRadioButton addMyJAlbum

addType

javax.swing.ButtonGroup addType

myjalbumPanel

ControlPanel myjalbumPanel

userNameLabel

javax.swing.JLabel userNameLabel

userName

javax.swing.JTextField userName

passwordLabel

javax.swing.JLabel passwordLabel

password

javax.swing.JPasswordField password

moreInfoPane

javax.swing.JTextPane moreInfoPane

okAction

javax.swing.Action okAction

cancelAction

javax.swing.Action cancelAction

Class se.datadosen.jalbum.JAdvancedAccountSettingsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ftpPortLabel

javax.swing.JLabel ftpPortLabel

ftpPort

javax.swing.JTextField ftpPort

passiveMode

javax.swing.JCheckBox passiveMode

showServerRootDirectory

javax.swing.JCheckBox showServerRootDirectory

ftpForceUTF8

javax.swing.JCheckBox ftpForceUTF8

okButton

javax.swing.JButton okButton

closeAction

javax.swing.Action closeAction

Class se.datadosen.jalbum.JAFilterNode extends java.lang.Object implements Serializable

Serialized Fields

filter

JAFilter filter

stage

int stage

Class se.datadosen.jalbum.JAlbumFrame extends EasyJFrame implements Serializable

Serialized Fields

context

JAlbumContext context

preferencesWindow

JPreferencesWindow preferencesWindow

console

JConsoleFrame console

processThread

java.lang.Thread processThread

updateCheckerThread

java.lang.Thread updateCheckerThread

cfg

Config cfg

cleanProjectSettings

java.util.Properties cleanProjectSettings

icons

JAlbumFrameIcons icons

actions

JAlbumFrame.JAlbumFrameActions actions

mainSettingsPanel

JMainSettingsPanel mainSettingsPanel

albumExplorer

JAlbumExplorer albumExplorer

toolBars

JAlbumFrame.JAlbumFrameButtons toolBars

frameMenus

se.datadosen.jalbum.JAlbumFrame.JAlbumFrameMenus frameMenus

shareWindow

JShareWindow shareWindow

settingsWindow

JSettingsWindow settingsWindow

publishWizard

JPublishWizard publishWizard

skinPreview

JSkinPreview skinPreview

progressDialog

JProgressDialog progressDialog

statusBar

JStackLabel statusBar

accountStatusPanel

JAccountStatusPanel accountStatusPanel

progressSpinner

JProgressSpinner progressSpinner

engine

AlbumBean engine

editDirectory

java.io.File editDirectory

errorBuffer

java.lang.StringBuffer errorBuffer

projectChooser

FileChooser projectChooser

addFileChooser

FileChooser addFileChooser

_adapter

JAlbumAdapter _adapter

exitOnClose

boolean exitOnClose

loadHints

boolean loadHints

loadingProject

boolean loadingProject

jalbumListeners

java.util.ArrayList<E> jalbumListeners

useLayoutHints

JAlbumFrame.DummyCheckBox useLayoutHints

previousSettings

java.util.Properties previousSettings

appliedHints

java.util.Properties appliedHints

albumProjectFileFilter

javax.swing.filechooser.FileFilter albumProjectFileFilter

Class se.datadosen.jalbum.JAlbumInfo extends javax.swing.JDialog implements Serializable

Serialized Fields

albumDir

java.io.File albumDir

generalPanel

JCollapsiblePanel generalPanel

imagesPanel

JCollapsiblePanel imagesPanel

localPanel

JCollapsiblePanel localPanel

publishedPanel

JCollapsiblePanel publishedPanel

objectsSize

javax.swing.JLabel objectsSize

localAlbumSize

javax.swing.JLabel localAlbumSize

publishedAlbumSize

javax.swing.JLabel publishedAlbumSize

projectLocation

JLinkLabel projectLocation

imageLocation

JLinkLabel imageLocation

localAlbumLocation

JLinkLabel localAlbumLocation

publishedLocation

JLinkLabel publishedLocation

objectsCalculator

se.datadosen.jalbum.JAlbumInfo.ObjectsCalculator objectsCalculator

localSpaceCalculator

se.datadosen.jalbum.JAlbumInfo.LocalSpaceCalculator localSpaceCalculator

pathFinderWorker

se.datadosen.jalbum.JAlbumInfo.PathFinderWorker pathFinderWorker

remoteSpaceCalculator

se.datadosen.jalbum.JAlbumInfo.RemoteSpaceCalculator remoteSpaceCalculator

objectsSpinner

JProgressSpinner objectsSpinner

localAlbumSpinner

JProgressSpinner localAlbumSpinner

remoteSpaceSpinner

JProgressSpinner remoteSpaceSpinner

publishedLocationSpinner

JProgressSpinner publishedLocationSpinner

deleteLocalAlbumButton

javax.swing.JButton deleteLocalAlbumButton

deletePublishedAlbumButton

javax.swing.JButton deletePublishedAlbumButton

context

JAlbumContext context

engine

AlbumBean engine

project

AlbumProject project

account

AccountProfile account

uploadBean

UploadBean uploadBean

pathFinder

UploadBean.PathFinder pathFinder

twoDec

java.text.DecimalFormat twoDec

icon

javax.swing.JLabel icon

deleteLocalAlbumAction

javax.swing.Action deleteLocalAlbumAction

deletePublishedAlbumAction

javax.swing.Action deletePublishedAlbumAction

Class se.datadosen.jalbum.JAlbumManager extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

context

JAlbumContext context

projects

java.util.List<E> projects

activeProject

AlbumProject activeProject

albumRootComponent

JAlbumManager.AlbumRootComponent albumRootComponent

contentPanel

se.datadosen.jalbum.JAlbumManager.ContentPanel contentPanel

albumPopup

javax.swing.JPopupMenu albumPopup

openSettingsMouseListener

java.awt.event.MouseListener openSettingsMouseListener

infoAction

javax.swing.Action infoAction

renameAction

javax.swing.Action renameAction

moreAction

javax.swing.Action moreAction

removeFromListAction

javax.swing.Action removeFromListAction

deletePublishedAlbumAction

SlowAction deletePublishedAlbumAction

deleteLocalAlbumAction

SlowAction deleteLocalAlbumAction

deleteEntireProjectAction

javax.swing.Action deleteEntireProjectAction

publishAction

javax.swing.Action publishAction

settingsAction

javax.swing.Action settingsAction

previewButton

JSiteButton previewButton

infoButton

JSiteButton infoButton

settingsButton

JSiteButton settingsButton

skinSettingsButton

JSiteButton skinSettingsButton

deleteMenu

javax.swing.JMenu deleteMenu

moreButton

javax.swing.JButton moreButton

Class se.datadosen.jalbum.JAlbumManager.AlbumRootComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

ap

AlbumProject ap

label

se.datadosen.jalbum.JAlbumManager.AlbumRootLabel label

nameField

javax.swing.JTextField nameField

iconLabel

javax.swing.JLabel iconLabel

editing

boolean editing

thumbnailListener

java.beans.PropertyChangeListener thumbnailListener

Class se.datadosen.jalbum.JConsoleFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

jScrollPane1

javax.swing.JScrollPane jScrollPane1

console

javax.swing.JTextArea console

jSplitPane1

javax.swing.JSplitPane jSplitPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

output

javax.swing.JTextArea output

stream

java.io.PrintStream stream

ui

JAlbumFrame ui

interpreter

bsh.Interpreter interpreter

loader

java.lang.ClassLoader loader

Class se.datadosen.jalbum.JCustomPanel extends ControlPanel implements Serializable

Serialized Fields

context

JAlbumContext context

pc

PluginContext pc

editPanel

EditPanel editPanel

initiatedValues

java.util.Map<K,V> initiatedValues

currentAO

AlbumObject currentAO

loadingUI

boolean loadingUI

Class se.datadosen.jalbum.JDownloadWizard extends JPublishWizard implements Serializable

Class se.datadosen.jalbum.JEmbedDialog extends JSmartDialog implements Serializable

Serialized Fields

copyToClipboardAction

javax.swing.Action copyToClipboardAction

closeAction

javax.swing.Action closeAction

updateAction

javax.swing.Action updateAction

window

JAlbumFrame window

embedInfo

javax.swing.JLabel embedInfo

albumWidthLabel

javax.swing.JLabel albumWidthLabel

albumWidth

javax.swing.JTextField albumWidth

albumHeightLabel

javax.swing.JLabel albumHeightLabel

albumHeight

javax.swing.JTextField albumHeight

embedCodeLabel

javax.swing.JLabel embedCodeLabel

spinner

JProgressSpinner spinner

codeArea

javax.swing.JTextArea codeArea

codeWorker

org.jdesktop.swingworker.SwingWorker<T,V> codeWorker

Class se.datadosen.jalbum.JFileListMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

recentFiles

RecentProjectFiles recentFiles

Class se.datadosen.jalbum.JFileMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

fullPath

java.io.File fullPath

Class se.datadosen.jalbum.JFlagSelector extends javax.swing.JComponent implements Serializable

Serialized Fields

flags

Flag[] flags

flagButtons

javax.swing.JRadioButton[] flagButtons

listeners

java.util.Vector<E> listeners

Class se.datadosen.jalbum.JGeneralSettingsPanel extends ControlPanel implements Serializable

Serialized Fields

albumThumbnailLabel

javax.swing.JLabel albumThumbnailLabel

albumThumbnail

JThumbnailChooser albumThumbnail

albumTitleLabel

javax.swing.JLabel albumTitleLabel

albumTitle

JBackgroundTextField albumTitle

albumDescriptionLabel

javax.swing.JLabel albumDescriptionLabel

albumDescription

javax.swing.JTextArea albumDescription

changeListener

java.beans.PropertyChangeListener changeListener

Class se.datadosen.jalbum.JHtmlBox extends javax.swing.JTextPane implements Serializable

Serialized Fields

text

java.lang.String text

Class se.datadosen.jalbum.JHyperTextDialog extends JSmartDialog implements Serializable

Serialized Fields

htmlMessage

java.lang.String htmlMessage

confirmationText

java.lang.String confirmationText

okPressed

boolean okPressed

messageType

int messageType

infoPane

javax.swing.JTextPane infoPane

confirm

javax.swing.JCheckBox confirm

okAction

javax.swing.Action okAction

cancelAction

javax.swing.Action cancelAction

Class se.datadosen.jalbum.JMainSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

JAlbumFrame parent

skinLabel

javax.swing.JLabel skinLabel

styleLabel

javax.swing.JLabel styleLabel

skin

javax.swing.JComboBox skin

style

javax.swing.JComboBox style

moreSkinsLink

JLinkLabel moreSkinsLink

settingsSeparator

JSmartSeparator settingsSeparator

makeChanges

javax.swing.JRadioButton makeChanges

makeAll

javax.swing.JRadioButton makeAll

appendImages

javax.swing.ButtonGroup appendImages

collapsiblePanel

JCollapsiblePanel collapsiblePanel

makeAlbumButton

JPopupButton makeAlbumButton

viewAlbumButton

javax.swing.JButton viewAlbumButton

publishButton

JPopupButton publishButton

skinsScanner

java.awt.event.MouseListener skinsScanner

skinPreviewer

javax.swing.event.PopupMenuListener skinPreviewer

skinSelectedActionListener

java.awt.event.ActionListener skinSelectedActionListener

styleSelectedActionListener

java.awt.event.ActionListener styleSelectedActionListener

Class se.datadosen.jalbum.JNewProjectDialog extends JSmartDialog implements Serializable

Serialized Fields

albumNameLabel

javax.swing.JLabel albumNameLabel

albumName

javax.swing.JTextField albumName

albumDescriptionLabel

javax.swing.JLabel albumDescriptionLabel

albumDescription

javax.swing.JTextArea albumDescription

albumLocationLabel

javax.swing.JLabel albumLocationLabel

albumLocation

javax.swing.JTextField albumLocation

browseButton

javax.swing.JButton browseButton

albumLocationChooser

DirectoryChooser albumLocationChooser

files

java.util.List<E> files

dropAction

int dropAction

okAction

javax.swing.Action okAction

cancelAction

javax.swing.Action cancelAction

Class se.datadosen.jalbum.JPreferencesWindow extends JSmartDialog implements Serializable

Serialized Fields

parent

JAlbumFrame parent

tabs

javax.swing.JTabbedPane tabs

debugMode

javax.swing.JCheckBox debugMode

checkForUpdates

javax.swing.JCheckBox checkForUpdates

closeProgressDialog

javax.swing.JCheckBox closeProgressDialog

useLayoutHints

javax.swing.JCheckBox useLayoutHints

restorePreviousSettings

javax.swing.JCheckBox restorePreviousSettings

writeXmp

javax.swing.JCheckBox writeXmp

language

javax.swing.JComboBox language

lookAndFeel

javax.swing.JComboBox lookAndFeel

general

ControlPanel general

album

ControlPanel album

publishing

ControlPanel publishing

advanced

ControlPanel advanced

webProxy

ControlPanel webProxy

skins

ControlPanel skins

editing

ControlPanel editing

guides

ControlPanel guides

showWarnings

javax.swing.JCheckBox showWarnings

multipleProcessors

ControlPanel multipleProcessors

cpuCoresLabel

javax.swing.JLabel cpuCoresLabel

cpuCores

javax.swing.JComboBox cpuCores

myAlbumsLocationLabel

javax.swing.JLabel myAlbumsLocationLabel

myAlbumsLocation

javax.swing.JTextField myAlbumsLocation

illegalCharactersLabel

javax.swing.JLabel illegalCharactersLabel

illegalCharacters

javax.swing.JTextField illegalCharacters

languageLabel

javax.swing.JLabel languageLabel

lookAndFeelLabel

javax.swing.JLabel lookAndFeelLabel

slideShowLabel

javax.swing.JLabel slideShowLabel

cleanOutputFiles

javax.swing.JCheckBox cleanOutputFiles

synchronizeOutputDirectory

javax.swing.JCheckBox synchronizeOutputDirectory

cacheThumbnails

javax.swing.JCheckBox cacheThumbnails

fileAddBehaviorLabel

javax.swing.JLabel fileAddBehaviorLabel

fileAddBehavior

javax.swing.JComboBox fileAddBehavior

rememberCopiedFiles

javax.swing.JCheckBox rememberCopiedFiles

thumbnailsInFileChooser

javax.swing.JCheckBox thumbnailsInFileChooser

showInfoBarInPreview

javax.swing.JCheckBox showInfoBarInPreview

afterPublishingLabel

javax.swing.JLabel afterPublishingLabel

afterPublishing

javax.swing.JComboBox afterPublishing

includeHiResImagesDefault

javax.swing.JCheckBox includeHiResImagesDefault

includeLifeboatFile

javax.swing.JCheckBox includeLifeboatFile

maxSimultaneousTransfersLabel

javax.swing.JLabel maxSimultaneousTransfersLabel

maxSimultaneousTransfers

javax.swing.JComboBox maxSimultaneousTransfers

largeThumbnails

javax.swing.JToggleButton largeThumbnails

expandedMainSettings

javax.swing.JCheckBox expandedMainSettings

expandedFolderSettings

javax.swing.JCheckBox expandedFolderSettings

userName

javax.swing.JTextField userName

password

javax.swing.JTextField password

rememberSignIn

javax.swing.JCheckBox rememberSignIn

doNotShowSigninAgain

javax.swing.JCheckBox doNotShowSigninAgain

backgroundSignInOnStart

javax.swing.JCheckBox backgroundSignInOnStart

paranoia

JCollapsiblePanel paranoia

encryptManifest

javax.swing.JCheckBox encryptManifest

manifestPasswordLabel

javax.swing.JLabel manifestPasswordLabel

manifestPassword

javax.swing.JTextField manifestPassword

advancedPublishing

JCollapsiblePanel advancedPublishing

zipstreaming

javax.swing.JCheckBox zipstreaming

rememberWindowBounds

javax.swing.JCheckBox rememberWindowBounds

backupProjects

javax.swing.JCheckBox backupProjects

showTipOfTheDay

javax.swing.JCheckBox showTipOfTheDay

httpProxyHost

javax.swing.JTextField httpProxyHost

httpProxyPort

javax.swing.JTextField httpProxyPort

compatibilityMode

javax.swing.JCheckBox compatibilityMode

restoreIllegalCharacters

javax.swing.Action restoreIllegalCharacters

windowBounds

java.awt.Rectangle windowBounds

Class se.datadosen.jalbum.JPrivacyDialog extends JSmartDialog implements Serializable

Serialized Fields

engine

AlbumBean engine

okAction

javax.swing.Action okAction

cancelAction

javax.swing.Action cancelAction

saveAsDefaultAction

javax.swing.Action saveAsDefaultAction

mainPanel

ControlPanel mainPanel

webPasswordLabel

javax.swing.JLabel webPasswordLabel

webPassword

javax.swing.JTextField webPassword

Class se.datadosen.jalbum.JProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

thePanel

javax.swing.JPanel thePanel

mainPanel

javax.swing.JPanel mainPanel

buttonPanel

javax.swing.JPanel buttonPanel

directory

javax.swing.JLabel directory

progressBar

javax.swing.JProgressBar progressBar

pauseButton

JPlainToggleButton pauseButton

abortButton

javax.swing.JButton abortButton

viewAlbumButton

javax.swing.JButton viewAlbumButton

publishButton

javax.swing.JButton publishButton

openFolderButton

javax.swing.JButton openFolderButton

file

javax.swing.JLabel file

timeInfo

javax.swing.JLabel timeInfo

timer

Stopwatch timer

abort

boolean abort

finished

boolean finished

parent

java.awt.Window parent

openFolderAction

javax.swing.Action openFolderAction

Class se.datadosen.jalbum.JPublishWizard extends JWizard implements Serializable

Serialized Fields

accountManager

AccountManager accountManager

currentAccount

AccountProfile currentAccount

engine

AlbumBean engine

context

JAlbumContext context

uploadBean

UploadBean uploadBean

rootNode

RemoteFSNode rootNode

protectedPaths

java.util.Set<E> protectedPaths

accountsStep

se.datadosen.jalbum.JPublishWizard.AccountsStep accountsStep

publishStep

se.datadosen.jalbum.JPublishWizard.PublishStep publishStep

Class se.datadosen.jalbum.JSettingsWindow extends JSmartDialog implements Serializable

Serialized Fields

parent

JAlbumFrame parent

buttonBarPane

JButtonBarPane buttonBarPane

generalPanel

ControlPanel generalPanel

imagesPanel

ControlPanel imagesPanel

pagesPanel

ControlPanel pagesPanel

advancedPanel

javax.swing.JTabbedPane advancedPanel

advGeneralPanel

ControlPanel advGeneralPanel

advMetadataPanel

ControlPanel advMetadataPanel

advNamingPanel

ControlPanel advNamingPanel

advUserVariablesPanel

ControlPanel advUserVariablesPanel

skinSettingsPanel

javax.swing.JPanel skinSettingsPanel

thumbnailsSlideIcon

javax.swing.ImageIcon thumbnailsSlideIcon

thumbnailsSlideOriginalIcon

javax.swing.ImageIcon thumbnailsSlideOriginalIcon

thumbnailsSlideHiResIcon

javax.swing.ImageIcon thumbnailsSlideHiResIcon

thumbnailsOriginalIcon

javax.swing.ImageIcon thumbnailsOriginalIcon

thumbnailsOriginalsNoSlidesIcon

javax.swing.ImageIcon thumbnailsOriginalsNoSlidesIcon

thumbnailsScaledNoSlidesIcon

javax.swing.ImageIcon thumbnailsScaledNoSlidesIcon

bboxIcon

javax.swing.ImageIcon bboxIcon

currentPanel

java.awt.Component currentPanel

skinUI

ControlPanel skinUI

generalSettings

JGeneralSettingsPanel generalSettings

directoryLabel

javax.swing.JLabel directoryLabel

directory

JSmartTextField directory

chooseDirectoryButton

javax.swing.JButton chooseDirectoryButton

outputDirectoryLabel

javax.swing.JLabel outputDirectoryLabel

outputDirectory

JSmartTextField outputDirectory

chooseOutputDirectoryButton

javax.swing.JButton chooseOutputDirectoryButton

outputDirectoryPanel

JFileDropPanel outputDirectoryPanel

copyOriginals

javax.swing.JCheckBox copyOriginals

includeHiResImages

javax.swing.JCheckBox includeHiResImages

subdirs

javax.swing.JCheckBox subdirs

slides

javax.swing.JCheckBox slides

excludeBacklinks

javax.swing.JCheckBox excludeBacklinks

imageLinkingPanel

ControlPanel imageLinkingPanel

linkingGuide

javax.swing.JLabel linkingGuide

imageLinking

javax.swing.ButtonGroup imageLinking

linkOriginals

javax.swing.JRadioButton linkOriginals

linkOriginalsViaScaled

javax.swing.JRadioButton linkOriginalsViaScaled

linkHiResViaScaled

javax.swing.JRadioButton linkHiResViaScaled

linkScaled

javax.swing.JRadioButton linkScaled

imageBoundsPanel

ControlPanel imageBoundsPanel

thumbSizeLabel

javax.swing.JLabel thumbSizeLabel

thumbSize

javax.swing.JComboBox thumbSize

imageSizeLabel

javax.swing.JLabel imageSizeLabel

imageSize

javax.swing.JComboBox imageSize

thumbnailLayoutPanel

ControlPanel thumbnailLayoutPanel

advancedImagesPanel

JCollapsiblePanel advancedImagesPanel

imageBackgroundColorLabel

javax.swing.JLabel imageBackgroundColorLabel

imageBackgroundColor

JColorSelector imageBackgroundColor

superimposeFilmIcon

javax.swing.JCheckBox superimposeFilmIcon

colsLabel

javax.swing.JLabel colsLabel

cols

javax.swing.JTextField cols

rowsLabel

javax.swing.JLabel rowsLabel

rows

javax.swing.JTextField rows

imageOrderingPanel

ControlPanel imageOrderingPanel

advancedPagesPanel

JCollapsiblePanel advancedPagesPanel

imageOrdering

javax.swing.JComboBox imageOrdering

reverseOrder

javax.swing.JCheckBox reverseOrder

directoriesFirst

javax.swing.JCheckBox directoriesFirst

directoryChooser

DirectoryChooser directoryChooser

outputDirectoryChooser

DirectoryChooser outputDirectoryChooser

jFileDropPanel1

JFileDropPanel jFileDropPanel1

qualityPercentLabel

javax.swing.JLabel qualityPercentLabel

qualityPercent

javax.swing.JSlider qualityPercent

sharpenPercentLabel

javax.swing.JLabel sharpenPercentLabel

sharpenPercent

javax.swing.JSlider sharpenPercent

scalingMethodLabel

javax.swing.JLabel scalingMethodLabel

highThumbnailCompressionQuality

javax.swing.JCheckBox highThumbnailCompressionQuality

scalingMethod

javax.swing.JComboBox scalingMethod

hardwareScaling

javax.swing.JCheckBox hardwareScaling

progressiveMode

javax.swing.JCheckBox progressiveMode

keepMetaData

javax.swing.JCheckBox keepMetaData

mediaRSS

javax.swing.JCheckBox mediaRSS

commentSourcesPanel

ControlPanel commentSourcesPanel

readXmp

javax.swing.JCheckBox readXmp

textFileComment

javax.swing.JCheckBox textFileComment

jpegComment

javax.swing.JCheckBox jpegComment

iptcCaption

javax.swing.JCheckBox iptcCaption

exifUserComment

javax.swing.JCheckBox exifUserComment

exifImageDescription

javax.swing.JCheckBox exifImageDescription

dateFormat

javax.swing.JTextField dateFormat

dateFormatLabel

javax.swing.JLabel dateFormatLabel

searchEngineFriendlyNames

javax.swing.JCheckBox searchEngineFriendlyNames

urlEncode

javax.swing.JCheckBox urlEncode

indexPageName

javax.swing.JTextField indexPageName

indexPageNameLabel

javax.swing.JLabel indexPageNameLabel

titleSourceLabel

javax.swing.JLabel titleSourceLabel

titleSource

javax.swing.JComboBox titleSource

metaData

javax.swing.JCheckBox metaData

updatedDirsOnly

javax.swing.JCheckBox updatedDirsOnly

excludeByDefault

javax.swing.JCheckBox excludeByDefault

useThumbForFolderIcon

javax.swing.JCheckBox useThumbForFolderIcon

dateFormatTemplateLabel

javax.swing.JLabel dateFormatTemplateLabel

pageExtension

javax.swing.JTextField pageExtension

pageExtensionLabel

javax.swing.JLabel pageExtensionLabel

thumbnailDirectory

javax.swing.JTextField thumbnailDirectory

thumbnailDirectoryLabel

javax.swing.JLabel thumbnailDirectoryLabel

closeupDirectory

javax.swing.JTextField closeupDirectory

closeupDirectoryLabel

javax.swing.JLabel closeupDirectoryLabel

slideDirectory

javax.swing.JTextField slideDirectory

slideDirectoryLabel

javax.swing.JLabel slideDirectoryLabel

thumbnailPrefix

javax.swing.JTextField thumbnailPrefix

thumbnailPrefixLabel

javax.swing.JLabel thumbnailPrefixLabel

closeupPrefix

javax.swing.JTextField closeupPrefix

closeupPrefixLabel

javax.swing.JLabel closeupPrefixLabel

includeDirectories

javax.swing.JCheckBox includeDirectories

encodingLabel

javax.swing.JLabel encodingLabel

textEncoding

javax.swing.JComboBox textEncoding

writeUTF8

javax.swing.JCheckBox writeUTF8

userVariablesScrollPane

javax.swing.JScrollPane userVariablesScrollPane

userVariablesTable

JMapTable userVariablesTable

ignorePatternLabel

javax.swing.JLabel ignorePatternLabel

ignorePattern

javax.swing.JTextField ignorePattern

widgetInjection

javax.swing.JCheckBox widgetInjection

suppressIEWarnings

javax.swing.JCheckBox suppressIEWarnings

skinUIMonitor

java.lang.Object skinUIMonitor

Class se.datadosen.jalbum.JShareSecuritySettingsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

passwordProtect

javax.swing.JCheckBox passwordProtect

passwordProtectAction

javax.swing.Action passwordProtectAction

userNameLabel

javax.swing.JLabel userNameLabel

passwordLabel

javax.swing.JLabel passwordLabel

userName

javax.swing.JTextField userName

password

javax.swing.JTextField password

okButton

javax.swing.JButton okButton

Class se.datadosen.jalbum.JShareWindow extends JSmartDialog implements Serializable

Serialized Fields

parent

JAlbumFrame parent

shareBean

ShareBean shareBean

closeAction

javax.swing.Action closeAction

startAction

javax.swing.Action startAction

stopAction

javax.swing.Action stopAction

settingsAction

javax.swing.Action settingsAction

shareCurrentAlbumAction

javax.swing.Action shareCurrentAlbumAction

updateShareAction

javax.swing.Action updateShareAction

removeShareAction

javax.swing.Action removeShareAction

securitySettingsAction

javax.swing.Action securitySettingsAction

copyURLAction

javax.swing.Action copyURLAction

trayIcon

JAlbumTrayIcon trayIcon

copyIcon

javax.swing.ImageIcon copyIcon

addShareIcon

javax.swing.ImageIcon addShareIcon

deleteShareIcon

javax.swing.ImageIcon deleteShareIcon

infoIcon

javax.swing.ImageIcon infoIcon

startIcon

javax.swing.ImageIcon startIcon

stopIcon

javax.swing.ImageIcon stopIcon

settingsIcon

javax.swing.ImageIcon settingsIcon

infoLabel

javax.swing.JLabel infoLabel

shareCurrentAlbumButton

javax.swing.JButton shareCurrentAlbumButton

currentShare

ControlPanel currentShare

active

javax.swing.JCheckBox active

securitySettingsButton

javax.swing.JButton securitySettingsButton

localPathLabel

javax.swing.JLabel localPathLabel

localPath

javax.swing.JTextField localPath

uriLabel

javax.swing.JLabel uriLabel

uri

javax.swing.JTextField uri

urlLabel

javax.swing.JLabel urlLabel

url

JLinkLabel url

copyURLButton

javax.swing.JButton copyURLButton

updateShareButton

javax.swing.JButton updateShareButton

removeShareButton

javax.swing.JButton removeShareButton

sharesLabel

javax.swing.JLabel sharesLabel

sharesList

javax.swing.JList sharesList

sharesScrollPane

javax.swing.JScrollPane sharesScrollPane

serverControl

ControlPanel serverControl

serverControlButtons

javax.swing.ButtonGroup serverControlButtons

startButton

javax.swing.JToggleButton startButton

stopButton

javax.swing.JToggleButton stopButton

settingsButton

javax.swing.JButton settingsButton

settingsDialog

JWebServerSettingsDialog settingsDialog

securityDialog

JShareSecuritySettingsDialog securityDialog

Class se.datadosen.jalbum.JSkinPreview extends javax.swing.JPanel implements Serializable

Serialized Fields

imageLabel

javax.swing.JLabel imageLabel

text

java.lang.String text

Class se.datadosen.jalbum.JThumbnailChooser extends javax.swing.JComponent implements Serializable

Serialized Fields

root

AlbumObject root

representingAlbumObjectListener

java.beans.PropertyChangeListener representingAlbumObjectListener

imageLabel

javax.swing.JLabel imageLabel

previousAction

javax.swing.Action previousAction

nextAction

javax.swing.Action nextAction

Class se.datadosen.jalbum.JTransferProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

borderLayout1

java.awt.BorderLayout borderLayout1

mainPanel

javax.swing.JPanel mainPanel

ButtonPanel

javax.swing.JPanel ButtonPanel

abortButton

javax.swing.JButton abortButton

flowLayout1

java.awt.FlowLayout flowLayout1

directory

javax.swing.JLabel directory

progressSpinner

JProgressSpinner progressSpinner

progressBar

javax.swing.JProgressBar progressBar

file

javax.swing.JLabel file

timeLeft

javax.swing.JLabel timeLeft

timer

Stopwatch timer

abort

boolean abort

lastMsg

java.lang.String lastMsg

twoDec

java.text.DecimalFormat twoDec

type

se.datadosen.jalbum.JTransferProgressDialog.Type type

Class se.datadosen.jalbum.JWebServerSettingsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

portLabel

javax.swing.JLabel portLabel

port

javax.swing.JTextField port

hostNameLabel

javax.swing.JLabel hostNameLabel

hostName

javax.swing.JTextField hostName

autoStart

javax.swing.JCheckBox autoStart

doPortMapping

javax.swing.JCheckBox doPortMapping

logging

ControlPanel logging

logType

javax.swing.ButtonGroup logType

noLogging

javax.swing.JRadioButton noLogging

consoleLogging

javax.swing.JRadioButton consoleLogging

fileLogging

javax.swing.JRadioButton fileLogging

logTypeListener

java.awt.event.ActionListener logTypeListener

logDateFormatLabel

javax.swing.JLabel logDateFormatLabel

logDateFormat

javax.swing.JTextField logDateFormat

logFileNameLabel

javax.swing.JLabel logFileNameLabel

logFileName

javax.swing.JTextField logFileName

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

okPressed

boolean okPressed

Class se.datadosen.jalbum.JWidgetList extends javax.swing.JList implements Serializable

Serialized Fields

listData

java.util.Vector<E> listData

Class se.datadosen.jalbum.MetaObjectCache extends java.lang.Object implements Serializable

Serialized Fields

thisFile

java.io.File thisFile

Class se.datadosen.jalbum.MiniConfig extends java.lang.Object implements Serializable

Serialized Fields

progDir

java.io.File progDir

skinsDir

java.io.File skinsDir

pluginsDir

java.io.File pluginsDir

chainedExtDir

ChainedDirectory chainedExtDir

configDir

java.io.File configDir

Class se.datadosen.jalbum.NotADirectoryException extends java.io.IOException implements Serializable

Serialized Fields

dir

java.io.File dir

Class se.datadosen.jalbum.NoValidSkinException extends java.lang.RuntimeException implements Serializable

Class se.datadosen.jalbum.OperationAbortedException extends java.lang.RuntimeException implements Serializable

Class se.datadosen.jalbum.ParameterException extends java.lang.Exception implements Serializable

Class se.datadosen.jalbum.PermissionException extends java.lang.Exception implements Serializable

Class se.datadosen.jalbum.RemoteFSNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

childrenDefined

boolean childrenDefined

albumChecked

boolean albumChecked

remoteName

java.lang.String remoteName

remoteSize

long remoteSize

plainFileCount

int plainFileCount

link

boolean link

leaf

boolean leaf

album

boolean album

passwordProtected

boolean passwordProtected

context

RemoteFSContext context

Class se.datadosen.jalbum.RemoteFSTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

comp

java.awt.Component comp

serverIcon

javax.swing.ImageIcon serverIcon

earthIcon

javax.swing.ImageIcon earthIcon

linkIcon

javax.swing.ImageIcon linkIcon

lockIcon

javax.swing.ImageIcon lockIcon

albumIcon

javax.swing.ImageIcon albumIcon

nodeIcon

javax.swing.ImageIcon nodeIcon

webRootNode

javax.swing.tree.TreeNode webRootNode

rootIcon

javax.swing.ImageIcon rootIcon

Class se.datadosen.jalbum.SEOAlbumObjectFactory extends AlbumObjectFactory implements Serializable

Class se.datadosen.jalbum.SignInManager.JSignInDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

backgroundPanel

se.datadosen.jalbum.SignInManager.JSmartBackgroundPanel backgroundPanel

userNameLabel

javax.swing.JLabel userNameLabel

signupLink

JLinkLabel signupLink

passwordLabel

javax.swing.JLabel passwordLabel

forgotPasswordLink

JLinkLabel forgotPasswordLink

rememberMe

javax.swing.JCheckBox rememberMe

signInButton

javax.swing.JButton signInButton

doNotShowAgain

javax.swing.JCheckBox doNotShowAgain

noThanksButton

javax.swing.JButton noThanksButton

whySignInLink

JLinkLabel whySignInLink

Package se.datadosen.jalbum.event

Class se.datadosen.jalbum.event.ByteProgressEvent extends ProgressEvent implements Serializable

Class se.datadosen.jalbum.event.FileProgressEvent extends ProgressEvent implements Serializable

Class se.datadosen.jalbum.event.JAlbumEvent extends java.util.EventObject implements Serializable

Class se.datadosen.jalbum.event.ProgressEvent extends java.util.EventObject implements Serializable

Serialized Fields

msg

java.lang.String msg

processed

long processed

total

long total

directory

java.lang.String directory

abort

boolean abort

Package se.datadosen.net

Class se.datadosen.net.PingServlet extends javax.servlet.http.HttpServlet implements Serializable


Package se.datadosen.tags

Class se.datadosen.tags.ElementException extends java.lang.Exception implements Serializable


Package se.datadosen.ui

Class se.datadosen.ui.DarkLookAndFeel extends com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel implements Serializable


Package se.datadosen.util

Class se.datadosen.util.AliasAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

target

javax.swing.Action target

blockedKeys

java.util.Set<E> blockedKeys

Class se.datadosen.util.BeanBinderException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

component

javax.swing.JComponent component

Class se.datadosen.util.FormattedDate extends java.util.Date implements Serializable

Serialized Fields

df

java.text.DateFormat df

Class se.datadosen.util.Item extends java.lang.Object implements Serializable

Serialized Fields

item

java.lang.Object item

value

java.lang.Object value

Class se.datadosen.util.MultilingualAction extends javax.swing.AbstractAction implements Serializable

Class se.datadosen.util.PrintSafeHashMap extends java.util.HashMap implements Serializable

Class se.datadosen.util.Scope extends java.lang.Object implements Serializable

Serialized Fields

outer

Scope outer

map

java.util.Map<K,V> map

Class se.datadosen.util.SlowAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

stateListener

java.beans.PropertyChangeListener stateListener

Class se.datadosen.util.SmartResourceBundle extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Map<K,V> resources

parent

SmartResourceBundle parent
The parent bundle of this bundle. The parent bundle is searched by getObject when this bundle does not contain a particular resource.


locale

java.util.Locale locale
The locale for this bundle.


Package us.monoid.web

Class us.monoid.web.RestyException extends java.io.IOException implements Serializable

Serialized Fields

errorResource

us.monoid.web.AbstractResource errorResource