Serialized Form
-
Package net.jalbum
-
Class net.jalbum.Variant
class Variant extends Object implements Serializable-
Serialized Fields
-
format
OutputFormat format
-
scale
float scale
-
-
-
-
Package net.jalbum.browser
-
Class net.jalbum.browser.BrowserPane
class BrowserPane extends JPanel implements Serializable-
Serialized Fields
-
browser
WebBrowser browser
-
browserContainer
JComponent browserContainer
-
container
JComponent container
-
toolBar
BrowserToolBar toolBar
-
-
-
Class net.jalbum.browser.BrowserPanel
class BrowserPanel extends JPanel implements Serializable-
Serialized Fields
-
browserPane
BrowserPane browserPane
-
context
JAlbumContext context
-
flashWarning
JNotification flashWarning
-
lastModifiedFuture
ScheduledFuture<Long> lastModifiedFuture
Keep track of the last modified date of the currently viewed album so we can pick up changes happening to the project while we're not viewing this panel Delay start of this check to speed up UI -
lastProject
AlbumProject lastProject
-
previewEngine
AlbumBean previewEngine
-
previewWindow
JFrame previewWindow
-
projectLoaded
boolean projectLoaded
Ensure we don't rebuild album due to skin loaded messages coming from project loading -
rebuildSpinner
JProgressSpinner rebuildSpinner
-
rebuildThread
net.jalbum.browser.BrowserPanel.RebuildThread rebuildThread
-
refreshAction
Action refreshAction
-
rootPropertyListener
PropertyChangeListener rootPropertyListener
-
-
-
Class net.jalbum.browser.BrowserToolBar
class BrowserToolBar extends JCleanToolBar implements Serializable-
Serialized Fields
-
backwardAction
Action backwardAction
-
browser
WebBrowser browser
-
context
JAlbumContext context
-
facebookAction
Action facebookAction
-
folderAction
Action folderAction
-
forwardAction
Action forwardAction
-
jalbumAction
Action jalbumAction
-
localViewAction
ToggleAction localViewAction
-
mailAction
Action mailAction
-
openExternalAction
Action openExternalAction
-
phonePreviewerAction
Action phonePreviewerAction
-
pinterestAction
Action pinterestAction
-
publishedViewAction
ToggleAction publishedViewAction
-
redditAction
Action redditAction
-
reloadAction
Action reloadAction
-
responsiveButton
JMenuButton responsiveButton
-
rotateDeviceAction
Action rotateDeviceAction
-
shareButton
JMenuButton shareButton
-
stopAction
Action stopAction
-
tumblrAction
Action tumblrAction
-
twitterAction
Action twitterAction
-
uploadAction
Action uploadAction
-
-
-
-
Package net.jalbum.component
-
Class net.jalbum.component.JActionComboBox
-
Class net.jalbum.component.JAlignmentSelector
class JAlignmentSelector extends JAlignmentSelector implements Serializable-
Serialized Fields
-
align
Alignment align
-
valign
VerticalAlignment valign
-
-
-
Class net.jalbum.component.JBindableLabel
class JBindableLabel extends JLabel implements Serializable-
Serialized Fields
-
enabledProperty
javafx.beans.property.BooleanProperty enabledProperty
-
iconProperty
javafx.beans.property.ObjectProperty<Icon> iconProperty
-
textProperty
javafx.beans.property.StringProperty textProperty
-
toolTipTextProperty
javafx.beans.property.StringProperty toolTipTextProperty
-
visibleProperty
javafx.beans.property.BooleanProperty visibleProperty
-
-
-
Class net.jalbum.component.JCardPanel
class JCardPanel extends JPanel implements Serializable-
Serialized Fields
-
cardLayout
CardLayout cardLayout
-
selectedCard
JComponent selectedCard
-
-
-
Class net.jalbum.component.JDraggableList
-
Serialized Fields
-
myUI
ListUI myUI
-
otherList
JDraggableList otherList
-
primary
boolean primary
-
small
boolean small
-
useBorders
boolean useBorders
-
-
-
Class net.jalbum.component.JImageComponent
class JImageComponent extends JComponent implements Serializable-
Serialized Fields
-
delayedService
ScheduledExecutorService delayedService
-
fullImageSize
Dimension fullImageSize
-
image
Image image
-
imageLoader
ScheduledFuture imageLoader
-
initial
Image initial
-
provider
JImageComponent.ImageProvider provider
-
scaleToMaxSize
boolean scaleToMaxSize
-
workersProperty
javafx.beans.property.IntegerProperty workersProperty
-
workingProperty
javafx.beans.property.BooleanProperty workingProperty
Tells whether this component is loading images in the background. Bind to JProgressSpinner via JProgessSpinner.setModel() -
zoomLevel
double zoomLevel
-
-
-
Class net.jalbum.component.JPopupPanel
class JPopupPanel extends JPanel implements Serializable-
Serialized Fields
-
listener
ComponentListener listener
-
-
-
Class net.jalbum.component.JProgressManager
class JProgressManager extends JPanel implements Serializable-
Serialized Fields
-
abortAllAction
Action abortAllAction
-
abortButton
JButton abortButton
-
changeListener
ChangeListener changeListener
-
mainPanel
JPanel mainPanel
-
mainTask
JProgressManager.TaskStatus mainTask
-
messageLabel
JLabel messageLabel
-
moreLabel
JLabel moreLabel
-
mouseListener
MouseListener mouseListener
-
pauseButton
JPlainToggleButton pauseButton
-
progressBar
JProgressBar progressBar
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
referenceComponent
JComponent referenceComponent
-
tasks
LinkedList<JProgressManager.TaskStatus> tasks
-
tasksPanel
net.jalbum.component.JProgressManager.JTasksPanel tasksPanel
-
-
-
Class net.jalbum.component.JQRComponent
class JQRComponent extends JPanel implements Serializable-
Serialized Fields
-
-
Class net.jalbum.component.JStaticList
-
Class net.jalbum.component.JVUMeter
class JVUMeter extends JComponent implements Serializable-
Serialized Fields
-
maxValue
int maxValue
-
value
int value
-
-
-
Class net.jalbum.component.JZoomControlPanel
class JZoomControlPanel extends JPanel implements Serializable-
Serialized Fields
-
panControl
net.jalbum.component.JZoomControlPanel.JImagePanControl panControl
-
scrollPane
JZoomScrollPane scrollPane
-
zoomMax
JButton zoomMax
-
zoomMin
JButton zoomMin
-
zoomSlider
JSlider zoomSlider
-
-
-
Class net.jalbum.component.JZoomScrollPane
class JZoomScrollPane extends JScrollPane implements Serializable-
Serialized Fields
-
factor
double factor
-
filter
net.jalbum.component.JZoomScrollPane.DelayEffect filter
-
-
-
-
Package net.jalbum.filterManager
-
Class net.jalbum.filterManager.FilterList
class FilterList extends Object implements Serializable- serialVersionUID:
- 779419071601057783L
-
Serialized Fields
-
filters
Vector<JAlbumImageFilter> filters
-
position
int position
-
versionNumber
int versionNumber
-
-
Class net.jalbum.filterManager.FilterManagerUI
class FilterManagerUI extends JPanel implements Serializable- serialVersionUID:
- -4783268072080962112L
-
-
Package net.jalbum.filters
-
Class net.jalbum.filters.AbstractFilter
class AbstractFilter extends Object implements Serializable-
Serialized Fields
-
changeSupport
PropertyChangeSupport changeSupport
Property firing support -
closeups
boolean closeups
-
template
AbstractFilter template
-
thumbnails
boolean thumbnails
-
-
-
Class net.jalbum.filters.CropFilter
class CropFilter extends Object implements Serializable-
Serialized Fields
-
bounds
Dimension bounds
-
xWeight
float xWeight
-
yWeight
float yWeight
-
-
-
Class net.jalbum.filters.GrayscaleFilter
class GrayscaleFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
myUI
net.jalbum.filters.GrayscaleFilter.UI myUI
-
-
-
Class net.jalbum.filters.LogoFilter
class LogoFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
align
Alignment align
-
angle
int angle
-
antialias
boolean antialias
-
layering
Layering layering
-
logo
ImageIcon logo
-
logoBounds
Rectangle logoBounds
-
margin
int margin
-
myUI
net.jalbum.filters.LogoFilter.MyUI myUI
-
offset
int offset
-
referenceWidth
int referenceWidth
-
rowOffsetPercent
int rowOffsetPercent
-
scalePercent
int scalePercent
-
src
String src
-
strengthPercent
int strengthPercent
-
tile
boolean tile
-
valign
VerticalAlignment valign
-
voffset
int voffset
-
-
-
Class net.jalbum.filters.TextFilter
class TextFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
align
Alignment align
-
angle
int angle
-
antialias
boolean antialias
-
color
Color color
-
font
Font font
-
layering
Layering layering
-
margin
int margin
-
myUI
net.jalbum.filters.TextFilter.MyUI myUI
-
offset
int offset
-
referenceWidth
int referenceWidth
-
roundedBorder
boolean roundedBorder
-
rowOffsetPercent
int rowOffsetPercent
-
shadowColor
Color shadowColor
-
shadowDistance
int shadowDistance
-
strengthPercent
int strengthPercent
-
text
String text
-
textBounds
Rectangle textBounds
-
tile
boolean tile
-
valign
VerticalAlignment valign
-
voffset
int voffset
-
-
-
-
Package net.jalbum.filters.arty
-
Class net.jalbum.filters.arty.ArtyFilter
class ArtyFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
effect
Effect effect
-
ui
JArtySelector ui
-
-
-
Class net.jalbum.filters.arty.JArtySelector
class JArtySelector extends JPanel implements Serializable-
Serialized Fields
-
content
JPanel content
-
filter
ArtyFilter filter
-
group
ButtonGroup group
-
highColor
Color highColor
-
image
BufferedImage image
-
-
-
-
Package net.jalbum.filters.arty.effects
-
Class net.jalbum.filters.arty.effects.ArtySupport
class ArtySupport extends Object implements Serializable-
Serialized Fields
-
passes
int passes
Implementation of an blur filter -
strength
int strength
-
-
-
Class net.jalbum.filters.arty.effects.CinemaFilter
class CinemaFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.CrossProcessedFilter
class CrossProcessedFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.DaisyFilter
class DaisyFilter extends ArtySupport implements Serializable-
Serialized Fields
-
pixels
int[] pixels
-
-
-
Class net.jalbum.filters.arty.effects.DummyFilter
class DummyFilter extends Object implements Serializable-
Serialized Fields
-
pixels
int[] pixels
-
-
-
Class net.jalbum.filters.arty.effects.LilyFilter
class LilyFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.PinkFilter
class PinkFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.RainflowerFilter
class RainflowerFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.RedLithoFilter
class RedLithoFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.SnowdropFilter
class SnowdropFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.SunflowerFilter
class SunflowerFilter extends ArtySupport implements Serializable -
Class net.jalbum.filters.arty.effects.ThistleFilter
class ThistleFilter extends ArtySupport implements Serializable-
Serialized Fields
-
pixels
int[] pixels
-
-
-
Class net.jalbum.filters.arty.effects.TulipFilter
class TulipFilter extends ArtySupport implements Serializable
-
-
Package net.jalbum.filters.auto
-
Class net.jalbum.filters.auto.AutoFilter
class AutoFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
AUTO_COLOR_VALUE
int AUTO_COLOR_VALUE
-
bluePixels
int[] bluePixels
-
clipping
double clipping
-
colors
boolean colors
-
colorsPossible
boolean colorsPossible
-
contrast
boolean contrast
-
greenPixels
int[] greenPixels
-
largestOccs
int[] largestOccs
-
levels
boolean levels
-
lumPixels
int[] lumPixels
-
myUI
net.jalbum.filters.auto.AutoFilter.UI myUI
-
pixels
int[] pixels
-
redPixels
int[] redPixels
-
-
-
-
Package net.jalbum.filters.ui
-
Class net.jalbum.filters.ui.JAlignmentSelector
class JAlignmentSelector extends JComponent implements Serializable-
Serialized Fields
-
buttonColor
Color buttonColor
-
model
Aligneable model
-
osdSupport
net.jalbum.filters.ui.JAlignmentSelector.OSDSupport osdSupport
-
-
-
-
Package net.jalbum.jprint
-
Class net.jalbum.jprint.JPageLayout
class JPageLayout extends JComponent implements Serializable-
Serialized Fields
-
gap
int gap
-
pageFormat
PageFormat pageFormat
-
pageLayout
PageLayout pageLayout
-
-
-
Class net.jalbum.jprint.JPrintDialog
class JPrintDialog extends JDialog implements Serializable-
Serialized Fields
-
closeAction
Action closeAction
-
context
PluginContext context
-
engine
AlbumBean engine
-
gap
int gap
-
lastPageIndex
int lastPageIndex
-
pageFormat
PageFormat pageFormat
-
pageLayout
JComboBox<PageLayout> pageLayout
-
pageLayoutIndicator
JPageLayout pageLayoutIndicator
-
pageSetupAction
Action pageSetupAction
-
pass
int pass
-
prefs
Preferences prefs
-
printAction
Action printAction
-
printJob
PrinterJob printJob
-
printQueue
List<AlbumObject> printQueue
-
progressMonitor
ProgressMonitor progressMonitor
-
showCaptions
JCheckBox showCaptions
-
showDimensions
JCheckBox showDimensions
-
showFilenames
JCheckBox showFilenames
-
stripHtml
Replacer stripHtml
-
-
-
-
Package net.jalbum.resty.web
-
Exception Class net.jalbum.resty.web.RestyException
class RestyException extends IOException implements Serializable-
Serialized Fields
-
errorResource
net.jalbum.resty.web.AbstractResource errorResource
-
-
-
-
Package net.jalbum.review
-
Class net.jalbum.review.ReviewMode
class ReviewMode extends JFrame implements Serializable-
Serialized Fields
-
awtEventListener
AWTEventListener awtEventListener
Handle glass panel visibility and thumb strip visibility globally -
closeupGrid
net.jalbum.review.JCloseupGrid closeupGrid
-
currentIndex
int currentIndex
-
escape
KeyStroke escape
-
explorer
JAlbumExplorer explorer
-
f1
KeyStroke f1
-
helpAction
Action helpAction
-
quitAction
Action quitAction
-
screenSize
Dimension screenSize
-
slideCache
ImageCache slideCache
-
splitPane
JSplitPane splitPane
-
thumbStrip
net.jalbum.review.JThumbnailStrip thumbStrip
-
thumbStripPanel
net.jalbum.review.JMovingPanel thumbStripPanel
-
-
-
-
Package net.jalbum.undo
-
Class net.jalbum.undo.UndoableDeleteEdit
class UndoableDeleteEdit extends net.jalbum.undo.LocalizedUndoableEdit implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
parentPath
String parentPath
-
position
int position
-
-
-
Class net.jalbum.undo.UndoableGroupEdit
class UndoableGroupEdit extends net.jalbum.undo.LocalizedCompoundEdit implements Serializable-
Serialized Fields
-
presentationName
String presentationName
-
-
-
Class net.jalbum.undo.UndoableMoveEdit
class UndoableMoveEdit extends net.jalbum.undo.LocalizedUndoableEdit implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
newName
String newName
-
newParent
AlbumObject newParent
-
newPosition
int newPosition
-
oldName
String oldName
-
oldParent
AlbumObject oldParent
-
oldPath
String oldPath
-
oldPosition
int oldPosition
-
-
-
Class net.jalbum.undo.UndoableNamedEdit
class UndoableNamedEdit extends net.jalbum.undo.LocalizedUndoableEdit implements Serializable-
Serialized Fields
-
presentationName
String presentationName
-
-
-
Exception Class net.jalbum.undo.UndoRedoException
class UndoRedoException extends RuntimeException implements Serializable
-
-
Package net.jalbum.util
-
Class net.jalbum.util.Counter
class Counter extends AtomicLong implements Serializable -
Exception Class net.jalbum.util.DiskCache.DCException
class DCException extends IOException implements Serializable -
Class net.jalbum.util.UnorderedArrayList
-
Exception Class net.jalbum.util.WorkException
class WorkException extends RuntimeException implements Serializable-
Serialized Fields
-
item
Object item
-
-
-
-
Package se.datadosen.component
-
Class se.datadosen.component.CompoundAction
class CompoundAction extends AbstractAction implements Serializable-
Serialized Fields
-
subActions
Action[] subActions
-
-
-
Class se.datadosen.component.ControlPanel
class ControlPanel extends JPanel implements Serializable-
Serialized Fields
-
enabledProperty
javafx.beans.property.BooleanProperty enabledProperty
-
useExtraSpace
boolean useExtraSpace
-
-
-
Class se.datadosen.component.DeferredSVGIcon
class DeferredSVGIcon extends com.kitfox.svg.app.beans.SVGIcon implements Serializable -
Class se.datadosen.component.DimensionFormatter
class DimensionFormatter extends JFormattedTextField.AbstractFormatter implements Serializable -
Class se.datadosen.component.FindAndReplace.JFindDialog
class JFindDialog extends JDialog implements Serializable-
Serialized Fields
-
closeAction
Action closeAction
-
down
JRadioButton down
-
matchCase
JCheckBox matchCase
-
owner
Window owner
-
regExp
JCheckBox regExp
-
replaceAllButton
JButton replaceAllButton
-
replaceNextButton
JButton replaceNextButton
-
replaceWith
JTextField replaceWith
-
toFind
JTextField toFind
-
toReplaceLabel
JLabel toReplaceLabel
-
up
JRadioButton up
-
wholeWords
JCheckBox wholeWords
-
-
-
Class se.datadosen.component.HBox
class HBox extends Box implements Serializable -
Class se.datadosen.component.JAlbumTagsField
class JAlbumTagsField extends JBackgroundTextField implements Serializable -
Class se.datadosen.component.JAlphaColorSelector
class JAlphaColorSelector extends JColorSelector implements Serializable-
Serialized Fields
-
cornerRadius
int cornerRadius
-
disabledColor
TexturePaint disabledColor
-
-
-
Class se.datadosen.component.JArrangeCheckBoxList
class JArrangeCheckBoxList extends JTable implements Serializable-
Serialized Fields
-
defaultRenderer
TableCellRenderer defaultRenderer
-
tableDragListener
se.datadosen.component.JArrangeCheckBoxList.MyDragListener tableDragListener
-
-
-
Class se.datadosen.component.JBackgroundPanel
class JBackgroundPanel extends JPanel implements Serializable -
Class se.datadosen.component.JBackgroundTextField
class JBackgroundTextField extends JSmartTextField implements Serializable-
Serialized Fields
-
backgroundText
String backgroundText
-
-
-
Class se.datadosen.component.JBasicToggleButton
class JBasicToggleButton extends JToggleButton implements Serializable -
Class se.datadosen.component.JCleanToolBar
class JCleanToolBar extends JToolBar implements Serializable -
Class se.datadosen.component.JCollapsiblePanel
class JCollapsiblePanel extends JPanel implements Serializable-
Serialized Fields
-
bottomPanel
JPanel bottomPanel
-
content
JComponent content
-
expanded
boolean expanded
-
titleBorder
Border titleBorder
-
titleLabel
se.datadosen.component.JCollapsiblePanel.JTriangleLabel titleLabel
-
titlePanel
JPanel titlePanel
-
-
-
Class se.datadosen.component.JColorSelector
class JColorSelector extends JPanel implements Serializable-
Serialized Fields
-
color
Color color
-
disabledColor
TexturePaint disabledColor
-
documentListener
DocumentListener documentListener
-
listeners
Vector listeners
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
textComponent
JTextField textComponent
-
title
String title
-
Y_OFFSET
int Y_OFFSET
-
-
-
Class se.datadosen.component.JComboMenu
class JComboMenu extends JMenu implements Serializable-
Serialized Fields
-
group
ButtonGroup group
-
items
Item[] items
-
-
-
Class se.datadosen.component.JDatePatternComboBox
-
Class se.datadosen.component.JDirectoryChooser
class JDirectoryChooser extends JFileChooser implements Serializable-
Serialized Fields
-
parent
Component parent
-
-
-
Class se.datadosen.component.JDividerBar
class JDividerBar extends JComponent implements Serializable -
Class se.datadosen.component.JErrorDialog
class JErrorDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
centerPanel
JPanel centerPanel
-
closeAction
Action closeAction
-
codeArea
JTextArea codeArea
-
contentPanel
JPanel contentPanel
-
copyToClipboardAction
Action copyToClipboardAction
-
errorDetailsPanel
JCollapsiblePanel errorDetailsPanel
-
iconLabel
JLabel iconLabel
-
message
String message
-
theError
Throwable theError
-
-
-
Class se.datadosen.component.JFadePanel
class JFadePanel extends JPanel implements Serializable-
Serialized Fields
-
alpha
float alpha
-
dimmed
boolean dimmed
-
-
-
Class se.datadosen.component.JFadingText
class JFadingText extends JComponent implements Serializable-
Serialized Fields
-
alpha
float alpha
-
animControl
Animator.Control animControl
-
refComp
JComponent refComp
-
stringBounds
Rectangle2D stringBounds
-
text
String text
-
-
-
Class se.datadosen.component.JFallbackLabel
class JFallbackLabel extends JLabel implements Serializable -
Class se.datadosen.component.JFilePathField
class JFilePathField extends JSmartTextField implements Serializable -
Class se.datadosen.component.JFileSelector
class JFileSelector extends JPanel implements Serializable-
Serialized Fields
-
button
JButton button
-
currentDirectory
File currentDirectory
-
directories
boolean directories
-
documentListener
DocumentListener documentListener
-
fileFilter
FileNameExtensionFilter fileFilter
-
listeners
Vector listeners
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
selectedFile
File selectedFile
-
textComponent
JTextComponent textComponent
-
title
String title
-
urlFormat
boolean urlFormat
-
-
-
Class se.datadosen.component.JFontComboBox
-
Class se.datadosen.component.JFormattedComboBox
-
Serialized Fields
-
formatter
JFormattedComboBox.Formatter formatter
-
-
-
Class se.datadosen.component.JGlassButton
class JGlassButton extends JButton implements Serializable-
Serialized Fields
-
alpha
float alpha
-
borderOpacity
float borderOpacity
-
borderRadius
int borderRadius
-
discrete
boolean discrete
-
mouseOver
boolean mouseOver
If set to false, pass label to tool tip instead -
mousePressed
boolean mousePressed
-
uiSet
boolean uiSet
-
-
-
Class se.datadosen.component.JGradientButton
class JGradientButton extends JButton implements Serializable -
Class se.datadosen.component.JHeadingPanel
class JHeadingPanel extends ControlPanel implements Serializable-
Serialized Fields
-
heading
JLabel heading
-
-
-
Class se.datadosen.component.JHoverButton
class JHoverButton extends JButton implements Serializable -
Class se.datadosen.component.JHtmlPane
class JHtmlPane extends JTextPane implements Serializable-
Serialized Fields
-
text
String text
-
-
-
Class se.datadosen.component.JIconButton
class JIconButton extends JButton implements Serializable -
Class se.datadosen.component.JIconTextField
class JIconTextField extends JTextField implements Serializable -
Class se.datadosen.component.JIconToggleButton
class JIconToggleButton extends JToggleButton implements Serializable -
Class se.datadosen.component.JLabelFor
class JLabelFor extends JLabel implements Serializable -
Class se.datadosen.component.JLineSplitPane
class JLineSplitPane extends JSplitPane implements Serializable -
Class se.datadosen.component.JLinkLabel
class JLinkLabel extends JLabel implements Serializable-
Serialized Fields
-
action
Action action
-
comp
JComponent comp
-
defaultColor
Color defaultColor
-
exception
Exception exception
-
mouseListener
MouseListener mouseListener
-
url
String url
-
-
-
Class se.datadosen.component.JMapTable
class JMapTable extends JTable implements Serializable-
Serialized Fields
-
clipboard
Clipboard clipboard
-
copyAction
Action copyAction
-
cutAction
Action cutAction
-
deleteAction
Action deleteAction
-
editable
boolean editable
-
insertAction
Action insertAction
-
items
ArrayList<Map.Entry> items
-
oddColor
Color oddColor
-
pasteAction
Action pasteAction
-
sortKeys
boolean sortKeys
-
theModel
se.datadosen.component.JMapTable.MapModel theModel
-
-
-
Class se.datadosen.component.JMenuButton
class JMenuButton extends JToolBarButton implements Serializable-
Serialized Fields
-
actions
List<Action> actions
-
defaultAction
Action defaultAction
-
listener
PropertyChangeListener listener
-
menu
JPopupMenu menu
-
plantPoint
Point plantPoint
-
-
-
Class se.datadosen.component.JModalPanel
class JModalPanel extends JPanel implements Serializable -
Class se.datadosen.component.JMultilingualComboBox
class JMultilingualComboBox extends JComboBox implements Serializable-
Serialized Fields
-
defaultRenderer
ListCellRenderer defaultRenderer
-
-
-
Class se.datadosen.component.JNarrowSlider
class JNarrowSlider extends JSlider implements Serializable -
Class se.datadosen.component.JNotification
class JNotification extends JPanel implements Serializable- serialVersionUID:
- -6522909858899753232L
-
Serialized Fields
-
abortButton
JPlainButton abortButton
-
backgroundGradient
boolean backgroundGradient
-
content
JComponent content
-
contentPanel
JPanel contentPanel
-
dismissed
boolean dismissed
-
expiration
int expiration
-
iconLabel
JLabel iconLabel
-
inPopup
boolean inPopup
-
prefs
Preferences prefs
-
priority
JNotification.Priority priority
-
rememberDismissed
boolean rememberDismissed
-
rememberShown
boolean rememberShown
-
shownInPopup
boolean shownInPopup
-
yOffset
int yOffset
-
-
Class se.datadosen.component.JNotificationsButton
class JNotificationsButton extends JToolBarButton implements Serializable -
Class se.datadosen.component.JNumberField
class JNumberField extends JTextField implements Serializable-
Serialized Fields
-
allowDecimals
boolean allowDecimals
-
allowNegative
boolean allowNegative
-
-
-
Class se.datadosen.component.JOnOffButton
class JOnOffButton extends JToggleButton implements Serializable -
Class se.datadosen.component.JPackingCollapsiblePanel
class JPackingCollapsiblePanel extends JCollapsiblePanel implements Serializable -
Class se.datadosen.component.JParametersTable
class JParametersTable extends JTable implements Serializable-
Serialized Fields
-
clipboard
Clipboard clipboard
-
copyAction
Action copyAction
-
cutAction
Action cutAction
-
deleteAction
Action deleteAction
-
editable
boolean editable
-
insertAction
Action insertAction
-
items
ArrayList<Map.Entry<String,
String>> items -
oddColor
Color oddColor
-
pasteAction
Action pasteAction
-
theModel
se.datadosen.component.JParametersTable.MapModel theModel
-
-
-
Class se.datadosen.component.JPlainButton
class JPlainButton extends JButton implements Serializable-
Serialized Fields
-
margin
int margin
-
showLabel
boolean showLabel
If set to false, pass label to tool tip instead -
ui
ButtonUI ui
-
-
-
Class se.datadosen.component.JPlainSlider
class JPlainSlider extends JSlider implements Serializable -
Class se.datadosen.component.JPlainToggleButton
class JPlainToggleButton extends JToggleButton implements Serializable -
Class se.datadosen.component.JPlaylist
class JPlaylist extends JFileDropPanel implements Serializable-
Serialized Fields
-
addButton
JButton addButton
-
addIcon
Icon addIcon
-
borderLayout1
BorderLayout borderLayout1
-
buttonBar
JToolBar buttonBar
-
cl
Class cl
-
data
String[] data
-
deleteButton
JButton deleteButton
-
deleteIcon
Icon deleteIcon
-
downButton
JButton downButton
-
downIcon
Icon downIcon
-
fileChooser
FileChooser fileChooser
-
fileFilter
FileNameExtensionFilter fileFilter
-
fileList
JList fileList
-
filesModel
DefaultListModel filesModel
-
nextButton
JButton nextButton
-
nextIcon
Icon nextIcon
-
pauseButton
JButton pauseButton
-
playButton
JButton playButton
-
player
javafx.scene.media.AudioClip player
-
playIcon
Icon playIcon
-
previousButton
JButton previousButton
-
previousIcon
Icon previousIcon
-
scroller
JScrollPane scroller
-
stopButton
JButton stopButton
-
stopIcon
Icon stopIcon
-
upButton
JButton upButton
-
upIcon
Icon upIcon
-
-
-
Class se.datadosen.component.JPopupButton
class JPopupButton extends JButton implements Serializable-
Serialized Fields
-
arrowPressed
boolean arrowPressed
-
defaultAction
Action defaultAction
-
dropDownIcon
Icon dropDownIcon
-
listener
PropertyChangeListener listener
-
popup
JPopupMenu popup
-
popupVisible
boolean popupVisible
-
-
-
Class se.datadosen.component.JProgressLabel
class JProgressLabel extends JLabel implements Serializable-
Serialized Fields
-
progressBarColor
Color progressBarColor
-
progressPercent
int progressPercent
-
-
-
Class se.datadosen.component.JProgressSpinner
class JProgressSpinner extends JComponent implements Serializable-
Serialized Fields
-
animator
Thread animator
-
changeListener
javafx.beans.value.ChangeListener<Boolean> changeListener
-
delay
int delay
-
hidden
boolean hidden
-
model
javafx.beans.binding.BooleanExpression model
-
nWorkers
int nWorkers
-
phase
int phase
-
phases
BufferedImage[] phases
-
prefSize
int prefSize
-
weakChangeListener
javafx.beans.value.ChangeListener<Boolean> weakChangeListener
-
-
-
Class se.datadosen.component.JProjectChooser
class JProjectChooser extends JFileChooser implements Serializable -
Class se.datadosen.component.JRatingSlider
class JRatingSlider extends JPanel implements Serializable-
Serialized Fields
-
backBuffer
BufferedImage backBuffer
Nested JLabel icons doesn't respect opacity if SVGIcons are used. Therefore paint to back buffer first -
changeListeners
ArrayList<ChangeListener> changeListeners
-
emptyStarIcon
Icon emptyStarIcon
-
labels
JLabel[] labels
-
lastValue
int lastValue
-
maxValue
int maxValue
-
SCALE
int SCALE
-
starIcon
Icon starIcon
-
value
int value
-
-
-
Class se.datadosen.component.JRolloverButton
class JRolloverButton extends JButton implements Serializable -
Class se.datadosen.component.JRoundedToggleButton
class JRoundedToggleButton extends JToggleButton implements Serializable-
Serialized Fields
-
label
JLabel label
-
-
-
Class se.datadosen.component.JRoundedToggleButtonGroup
class JRoundedToggleButtonGroup extends JComponent implements Serializable-
Serialized Fields
-
group
ButtonGroup group
-
-
-
Class se.datadosen.component.JSilentLabel
class JSilentLabel extends JLabel implements Serializable -
Class se.datadosen.component.JSiteButton
class JSiteButton extends JButton implements Serializable-
Serialized Fields
-
borderPainted
boolean borderPainted
-
borderRadius
int borderRadius
-
mouseOver
boolean mouseOver
-
mousePressed
boolean mousePressed
-
showLabel
boolean showLabel
If set to false, pass label to tool tip instead -
ui
ButtonUI ui
-
uiSet
boolean uiSet
-
-
-
Class se.datadosen.component.JSkinLikesPanel
class JSkinLikesPanel extends JPanel implements Serializable-
Serialized Fields
-
label
WrappableJLabel label
-
likeAction
Action likeAction
-
likeButton
JToggleButton likeButton
-
likes
boolean likes
-
likesCount
Integer likesCount
-
skinName
String skinName
-
updater
Thread updater
-
-
-
Class se.datadosen.component.JSmartColorSelector
class JSmartColorSelector extends JColorSelector implements Serializable-
Serialized Fields
-
tf
JTextField tf
-
-
-
Class se.datadosen.component.JSmartComboBox
class JSmartComboBox extends JComboBox implements Serializable -
Class se.datadosen.component.JSmartDialog
class JSmartDialog extends JDialog implements Serializable-
Serialized Fields
-
additionalActions
List<Action> additionalActions
-
content
JPanel content
-
okConsumer
Consumer<ActionEvent> okConsumer
-
-
-
Class se.datadosen.component.JSmartLabel
class JSmartLabel extends JPanel implements Serializable -
Class se.datadosen.component.JSmartSeparator
class JSmartSeparator extends JComponent implements Serializable -
Class se.datadosen.component.JSmartSyntaxTextArea
class JSmartSyntaxTextArea extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea implements Serializable-
Serialized Fields
-
support
SmartTextComponentSupport support
-
-
-
Class se.datadosen.component.JSmartTextArea
class JSmartTextArea extends JTextArea implements Serializable-
Serialized Fields
-
support
SmartTextComponentSupport support
-
-
-
Class se.datadosen.component.JSmartTextField
class JSmartTextField extends JTextField implements Serializable-
Serialized Fields
-
support
SmartTextComponentSupport support
-
-
-
Class se.datadosen.component.JSmartToggleButton
class JSmartToggleButton extends JToggleButton implements Serializable-
Serialized Fields
-
action
Action action
-
itemListener
ItemListener itemListener
-
ordinaryText
String ordinaryText
-
selectedText
String selectedText
-
showLabel
boolean showLabel
-
-
-
Class se.datadosen.component.JStackLabel
class JStackLabel extends JLabel implements Serializable -
Class se.datadosen.component.JSuperimposePanel
class JSuperimposePanel extends JPanel implements Serializable -
Class se.datadosen.component.JTabButtonBar
class JTabButtonBar extends JPanel implements Serializable-
Serialized Fields
-
bg
ButtonGroup bg
-
mouseAdapter
MouseAdapter mouseAdapter
-
-
-
Class se.datadosen.component.JToolBarButton
class JToolBarButton extends JButton implements Serializable-
Serialized Fields
-
hoverStyle
boolean hoverStyle
-
myMouseListener
MouseListener myMouseListener
-
showLabel
boolean showLabel
-
-
-
Class se.datadosen.component.JWideSpinner
class JWideSpinner extends JSpinner implements Serializable-
Serialized Fields
-
extraWidth
int extraWidth
-
-
-
Class se.datadosen.component.JWizard
class JWizard extends JDialog implements Serializable-
Serialized Fields
-
backAction
Action backAction
-
backButton
JButton backButton
-
border1
Border border1
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
buttonPanel
JPanel buttonPanel
-
cancelAction
Action cancelAction
-
cancelButton
JButton cancelButton
-
cardLayout
CardLayout cardLayout
-
content
JPanel content
-
finishAction
Action finishAction
-
finishButton
JButton finishButton
-
flowLayout1
FlowLayout flowLayout1
-
imageLabel
JLabel imageLabel
-
nextAction
Action nextAction
-
nextButton
JButton nextButton
-
okAction
Action okAction
-
okButton
JButton okButton
-
stepIndex
int stepIndex
-
stepPanel
JBackgroundPanel stepPanel
-
steps
LinkedList steps
-
title
String title
-
-
-
Class se.datadosen.component.JWizardStep
class JWizardStep extends ControlPanel implements Serializable-
Serialized Fields
-
header
String header
-
-
-
Class se.datadosen.component.JWorkFlow
class JWorkFlow extends JComponent implements Serializable-
Serialized Fields
-
animate
boolean animate
-
animControl
Animator.Control animControl
-
currentIndex
int currentIndex
-
refComp
JComponent refComp
-
repeat
boolean repeat
-
-
-
Class se.datadosen.component.JWorkFlowStep
class JWorkFlowStep extends JComponent implements Serializable-
Serialized Fields
-
alpha
float alpha
-
relativeComp
JComponent relativeComp
-
step
int step
-
stringBounds
Rectangle2D stringBounds
-
-
-
Class se.datadosen.component.MarginIcon
class MarginIcon extends ImageIcon implements Serializable -
Class se.datadosen.component.NonCollapsableJTree
class NonCollapsableJTree extends JTree implements Serializable -
Class se.datadosen.component.NorthEtchedBorder
class NorthEtchedBorder extends EtchedBorder implements Serializable -
Class se.datadosen.component.RetinaImageIcon
class RetinaImageIcon extends ImageIcon implements Serializable -
Class se.datadosen.component.RiverLayout
class RiverLayout extends FlowLayout implements Serializable -
Class se.datadosen.component.ShadowBorder
class ShadowBorder extends AbstractBorder implements Serializable -
Class se.datadosen.component.SmartAction
class SmartAction extends AbstractAction implements Serializable-
Serialized Fields
-
BLOCKED_KEY
String BLOCKED_KEY
-
enabledProperty
javafx.beans.property.BooleanProperty enabledProperty
-
-
-
Class se.datadosen.component.ToggleAction
class ToggleAction extends AbstractAction implements Serializable -
Class se.datadosen.component.ToggleAliasAction
class ToggleAliasAction extends ToggleAction implements Serializable -
Class se.datadosen.component.VerticalLayout
class VerticalLayout extends Object implements Serializable-
Serialized Fields
-
vgap
int vgap
-
-
-
Class se.datadosen.component.VetoableAction
class VetoableAction extends AbstractAction implements Serializable-
Serialized Fields
-
vetoSupport
VetoableChangeSupport vetoSupport
-
-
-
Class se.datadosen.component.WrappableJLabel
class WrappableJLabel extends JLabel implements Serializable-
Serialized Fields
-
preferredWidth
int preferredWidth
-
text
String text
-
-
-
-
Package se.datadosen.component.buttonbar
-
Class se.datadosen.component.buttonbar.JButtonBarPane
class JButtonBarPane extends JPanel implements Serializable-
Serialized Fields
-
buttonBar
se.datadosen.component.buttonbar.JButtonBar buttonBar
-
buttonGroup
ButtonGroup buttonGroup
-
holderLayout
CardLayout holderLayout
-
listeners
ArrayList listeners
-
selectedComponent
Component selectedComponent
-
slackPanel
JPanel slackPanel
-
tabHolder
JPanel tabHolder
-
-
-
-
Package se.datadosen.component.slider
-
Class se.datadosen.component.slider.RangeSlider
class RangeSlider extends JSlider implements Serializable
-
-
Package se.datadosen.component.tags
-
Class se.datadosen.component.tags.JTag
class JTag extends JLabel implements Serializable-
Serialized Fields
-
selected
boolean selected
-
-
-
Class se.datadosen.component.tags.JTagPicker
class JTagPicker extends JPanel implements Serializable
-
-
Package se.datadosen.dnd
-
Class se.datadosen.dnd.FileDropEvent
class FileDropEvent extends EventObject implements Serializable-
Serialized Fields
-
files
List files
-
-
-
Class se.datadosen.dnd.JFileDropPanel
class JFileDropPanel extends JPanel implements Serializable-
Serialized Fields
-
component
Component component
-
-
-
-
Package se.datadosen.explorer
-
Class se.datadosen.explorer.DetailsEditor
class DetailsEditor extends se.datadosen.explorer.JAlbumObject.LabelEditor implements Serializable-
Serialized Fields
-
formFields
List<se.datadosen.explorer.DetailsEditor.AbstractField> formFields
-
refreshed
boolean refreshed
-
-
-
Class se.datadosen.explorer.FileReceivingServer
class FileReceivingServer extends JSmartDialog implements Serializable-
Serialized Fields
-
closeAction
Action closeAction
-
explorer
JAlbumExplorer explorer
-
message
JLabel message
-
port
int port
-
progressBar
JProgressBar progressBar
-
qrComp
JQRComponent qrComp
-
server
org.eclipse.jetty.server.Server server
-
service
xyz.gianlu.zeroconf.Service service
-
stopFuture
ScheduledFuture stopFuture
-
zeroconf
xyz.gianlu.zeroconf.Zeroconf zeroconf
-
-
-
Class se.datadosen.explorer.FolderTreeNode
class FolderTreeNode extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
initialized
boolean initialized
-
-
-
Class se.datadosen.explorer.JAddressBar
class JAddressBar extends JPanel implements Serializable-
Serialized Fields
-
address
JTextField address
-
closeAction
Action closeAction
-
context
JAlbumExplorer context
-
menu
JPopupMenu menu
-
showInFilesystemAction
Action showInFilesystemAction
-
-
-
Class se.datadosen.explorer.JAlbumExplorer
class JAlbumExplorer extends JPanel implements Serializable-
Serialized Fields
-
addAction
Action addAction
-
addButton
JMenuButton addButton
-
addFileChooser
FileChooser addFileChooser
-
addFromDiskAction
Action addFromDiskAction
-
addFromPhoneAction
Action addFromPhoneAction
-
addressBar
JAddressBar addressBar
-
addressBarAction
Action addressBarAction
-
addressBarMenuItem
JCheckBoxMenuItem addressBarMenuItem
-
albumManager
JAlbumManager albumManager
-
albumsPanel
JPanel albumsPanel
-
applyOrderingToSubFoldersAction
Action applyOrderingToSubFoldersAction
-
attachAudioClipAction
Action attachAudioClipAction
-
audioClipMenu
JMenu audioClipMenu
-
brokenLinkPopup
JPopupMenu brokenLinkPopup
-
browserPanel
BrowserPanel browserPanel
-
captionLabelTypeAction
ToggleAction captionLabelTypeAction
-
children
List<AlbumObject> children
-
clipboardContents
Transferable clipboardContents
-
closeFilterBarAction
Action closeFilterBarAction
-
componentFocusListener
FocusListener componentFocusListener
-
componentOrganizeMenu
JMenu componentOrganizeMenu
-
componentPopup
JPopupMenu componentPopup
-
contextMenuListener
Consumer<JMenu> contextMenuListener
-
convertLinkToCopyAction
Action convertLinkToCopyAction
-
copyAction
Action copyAction
-
copyFiltersAction
Action copyFiltersAction
-
currentFolder
AlbumObject currentFolder
-
customOrderingAction
ToggleAction customOrderingAction
-
cutAction
Action cutAction
-
delayedRedraw
ScheduledFuture delayedRedraw
-
deleteAction
Action deleteAction
-
deleteAudioClipAction
Action deleteAudioClipAction
-
deleteNodeAction
Action deleteNodeAction
-
detailsLabelTypeAction
ToggleAction detailsLabelTypeAction
-
draggingObjects
boolean draggingObjects
-
editModeAction
Action editModeAction
-
editor
JEditPanel editor
-
effectsMenu
JEffectsMenu effectsMenu
-
excludeNodeAction
Action excludeNodeAction
-
excludeSelectedAction
Action excludeSelectedAction
Actions -
explorer
JExplorerPanel explorer
-
explorerAction
Action explorerAction
-
explorerCard
JPanel explorerCard
-
explorerOrganizeMenu
JMenu explorerOrganizeMenu
-
explorerPopup
JPopupMenu explorerPopup
-
explorerScrollPane
JScrollPane explorerScrollPane
-
explorerSplitPane
JSplitPane explorerSplitPane
-
extensionsMenu
JMenu extensionsMenu
-
fileNameLabelTypeAction
ToggleAction fileNameLabelTypeAction
-
filterBar
JFilterBar filterBar
-
filterBarAction
Action filterBarAction
-
filterBarMenuItem
JCheckBoxMenuItem filterBarMenuItem
-
flagSubMenu
JMenu flagSubMenu
-
flattenAction
SmartAction flattenAction
-
flipAction
Action flipAction
-
flipProjectOrderingAction
Action flipProjectOrderingAction
-
flipProjectOrderingButton
JPlainButton flipProjectOrderingButton
-
folderOrderingSubMenu
JMenu folderOrderingSubMenu
-
folderPropertiesAction
Action folderPropertiesAction
-
folderPropertyPanel
JFolderPropertyPanel folderPropertyPanel
-
foldersFirstAction
ToggleAction foldersFirstAction
-
glassButton
JButton glassButton
-
groupAlphabeticallyAction
SmartAction groupAlphabeticallyAction
-
groupByCalendarAction
SmartAction groupByCalendarAction
-
groupByCreatorAction
SmartAction groupByCreatorAction
-
groupByDateAction
SmartAction groupByDateAction
-
groupByKeywordsAction
SmartAction groupByKeywordsAction
-
groupByPlaceAction
SmartAction groupByPlaceAction
-
hideAction
ToggleAction hideAction
-
hideExcludedAction
Action hideExcludedAction
-
hideExcludedMenuItem
JCheckBoxMenuItem hideExcludedMenuItem
-
imageCache
ImageCache imageCache
-
imageFilterClipboard
FilterList imageFilterClipboard
-
imageFiltersMenu
JMenu imageFiltersMenu
-
includeNodeAction
Action includeNodeAction
-
includeOriginalAction
ToggleAction includeOriginalAction
-
includeSelectedAction
Action includeSelectedAction
-
invertSelectionAction
Action invertSelectionAction
-
keywordsLabelTypeAction
ToggleAction keywordsLabelTypeAction
-
knownKeywords
WordList knownKeywords
-
labelTypeButtonGroup
JRoundedToggleButtonGroup labelTypeButtonGroup
-
labelTypeSubMenu
JMenu labelTypeSubMenu
-
leftPanel
JPanel leftPanel
-
modelChangedListener
PropertyChangeListener modelChangedListener
-
mouseMotionOnComponentListener
MouseMotionListener mouseMotionOnComponentListener
-
mouseOnComponentAdapter
MouseAdapter mouseOnComponentAdapter
-
mouseOnTreeAdapter
MouseAdapter mouseOnTreeAdapter
-
newEmptyPageAction
Action newEmptyPageAction
-
newFolderAction
Action newFolderAction
-
newPageButton
JMenuButton newPageButton
-
newProjectAction
Action newProjectAction
-
newProjectButton
JPlainButton newProjectButton
-
newWebLocationAction
Action newWebLocationAction
-
notification
JComponent notification
-
notificationButtonAction
Action notificationButtonAction
-
notificationPanel
JPanel notificationPanel
-
notificationsPopup
JNotificationsPopup notificationsPopup
-
openAction
Action openAction
-
orderByAddedDateAction
ToggleAction orderByAddedDateAction
-
orderByCameraDateAction
ToggleAction orderByCameraDateAction
-
orderByCategoryAction
ToggleAction orderByCategoryAction
-
orderByCommentAction
ToggleAction orderByCommentAction
-
orderByLastModifiedDateAction
ToggleAction orderByLastModifiedDateAction
-
orderByNameAction
ToggleAction orderByNameAction
-
orderByRatingAction
ToggleAction orderByRatingAction
-
orderByTitleAction
ToggleAction orderByTitleAction
-
orderFoldersByAddedDateAction
ToggleAction orderFoldersByAddedDateAction
-
orderFoldersByLastModifiedDateAction
ToggleAction orderFoldersByLastModifiedDateAction
-
orderFoldersByNameAction
ToggleAction orderFoldersByNameAction
-
orderingListener
PropertyChangeListener orderingListener
-
orderingSubMenu
JMenu orderingSubMenu
-
parent
JAlbumFrame parent
-
parentFolderAction
Action parentFolderAction
-
pasteAction
Action pasteAction
-
pasteFiltersAction
Action pasteFiltersAction
-
playAudioClipAction
Action playAudioClipAction
-
previewAction
Action previewAction
-
previewButton
JToggleButton previewButton
-
previewWindow
JFrame previewWindow
-
printAction
SmartAction printAction
-
printDialog
JPrintDialog printDialog
-
projectGalleryAction
Action projectGalleryAction
-
projectGalleryButton
JPlainButton projectGalleryButton
-
projectOrdering
JComboLabel<Config.ProjectOrdering> projectOrdering
-
propertiesAction
Action propertiesAction
-
ratingSubMenu
JMenu ratingSubMenu
-
recordAudioClipAction
Action recordAudioClipAction
-
refreshAction
Action refreshAction
-
removeFiltersAction
Action removeFiltersAction
-
renameAction
Action renameAction
-
renameNodeAction
Action renameNodeAction
-
renderThread
se.datadosen.explorer.JAlbumExplorer.RenderThread renderThread
-
repairLinkAction
Action repairLinkAction
-
representingAlbumObjectListener
PropertyChangeListener representingAlbumObjectListener
-
resetZoomAction
Action resetZoomAction
-
reverseFolderOrderingAction
ToggleAction reverseFolderOrderingAction
-
reverseOrderingAction
ToggleAction reverseOrderingAction
-
reviewModeAction
Action reviewModeAction
-
rightPanel
JPanel rightPanel
-
rootFolder
AlbumObject rootFolder
-
rootNameChangeListener
PropertyChangeListener rootNameChangeListener
-
rotateLeftAction
Action rotateLeftAction
-
rotateRightAction
Action rotateRightAction
-
saveCopyAsAction
Action saveCopyAsAction
-
selectAllAction
Action selectAllAction
-
shareModeAction
Action shareModeAction
-
sharePanel
JSharePanel sharePanel
-
showInFilesystemAction
Action showInFilesystemAction
-
shuffleAction
Action shuffleAction
-
skinContextMenu
JMenu skinContextMenu
-
splitPane
JSplitPane splitPane
-
startingPoint
Point startingPoint
-
tagPicker
JTagPicker tagPicker
-
templateListener
ActionListener templateListener
-
templatesMenu
JMenu templatesMenu
-
thumbZoomSlider
JSlider thumbZoomSlider
-
titleLabelTypeAction
ToggleAction titleLabelTypeAction
-
toolBar
JCleanToolBar toolBar
-
topPanel
JPanel topPanel
-
tree
JTree tree
-
treeNodePopup
JPopupMenu treeNodePopup
-
treeScrollPane
JScrollPane treeScrollPane
-
useAsFolderThumbnailAction
Action useAsFolderThumbnailAction
-
useAsFolderThumbnailMenuItem
JCheckBoxMenuItem useAsFolderThumbnailMenuItem
-
useJAlbumOrderingAction
ToggleAction useJAlbumOrderingAction
-
useOriginalAction
ToggleAction useOriginalAction
-
viewModeBar
JTabButtonBar viewModeBar
-
viewPanel
JCardPanel viewPanel
-
welcomePanel
JWelcomePanel welcomePanel
-
wrapInFolderAction
SmartAction wrapInFolderAction
-
zoomInAction
Action zoomInAction
-
zoomOutAction
Action zoomOutAction
-
-
-
Class se.datadosen.explorer.JAlbumObject
class JAlbumObject extends JComponent implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ao
AlbumObject ao
-
buttonPanel
JPanel buttonPanel
-
context
JAlbumObjectsPanel context
-
cut
boolean cut
-
editor
se.datadosen.explorer.JAlbumObject.LabelEditor editor
-
hqIconLoader
Future<ImageIcon> hqIconLoader
-
iconLoader
Future<ImageIcon> iconLoader
-
image
JLabel image
-
imageInfo
FileFilters.BasicImageInfo imageInfo
-
imagePanel
JPanel imagePanel
-
metadataLoader
Future<Object> metadataLoader
-
northPanel
se.datadosen.explorer.JAlbumObject.NorthPanel northPanel
-
rubberbanded
boolean rubberbanded
-
selected
boolean selected
-
-
-
Class se.datadosen.explorer.JAlbumObjectsPanel
class JAlbumObjectsPanel extends JPanel implements Serializable-
Serialized Fields
-
closestObject
JAlbumObject closestObject
-
context
JAlbumExplorer context
-
explorerThumbsLayout
SmartFlowLayout explorerThumbsLayout
-
iconBounds
Dimension iconBounds
-
selectionModel
ExplorerSelectionModel selectionModel
-
-
-
Class se.datadosen.explorer.JComboLabel
class JComboLabel extends JFallbackLabel implements Serializable-
Serialized Fields
-
items
E[] items
-
selectedIndex
int selectedIndex
-
-
-
Class se.datadosen.explorer.JCommentPanel
class JCommentPanel extends JPanel implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
comment
JSmartSyntaxTextArea comment
Main class components -
editPanel
JEditPanel editPanel
-
emptyScrollBorder
Border emptyScrollBorder
-
nextImage
Action nextImage
-
originalScrollBorder
Border originalScrollBorder
-
previousImage
Action previousImage
-
scrollPane
JScrollPane scrollPane
-
-
-
Class se.datadosen.explorer.JCommentPanel.JSmallTextArea
class JSmallTextArea extends JSmartSyntaxTextArea implements Serializable -
Class se.datadosen.explorer.JCopyWarningDialog
class JCopyWarningDialog extends JDialog implements Serializable-
Serialized Fields
-
applyToAll
JCheckBox applyToAll
-
buttonPressed
JButton buttonPressed
-
dontReplaceButton
JButton dontReplaceButton
-
file
File file
-
icon
JLabel icon
-
keepBothButton
JButton keepBothButton
-
message
WrappableJLabel message
-
replaceButton
JButton replaceButton
-
stopButton
JButton stopButton
-
upperLabel
JLabel upperLabel
-
-
-
Class se.datadosen.explorer.JCropFocusDialog
class JCropFocusDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
cancelAction
Action cancelAction
-
context
JAlbumContext context
-
display
se.datadosen.explorer.JCropFocusSelector display
-
engine
AlbumBean engine
-
okAction
Action okAction
-
prefs
Preferences prefs
-
spinner
JProgressSpinner spinner
-
-
-
Class se.datadosen.explorer.JEditPanel
class JEditPanel extends JPanel implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
audioClipAction
Action audioClipAction
-
basicPanel
JBackgroundPanel basicPanel
-
basicScrollPane
JScrollPane basicScrollPane
-
bufferedImage
BufferedImage bufferedImage
-
cancelAction
Action cancelAction
-
centerPanel
JPanel centerPanel
-
clipSlider
RangeSlider clipSlider
-
clipSliderChangeListener
ChangeListener clipSliderChangeListener
-
commentPanel
JCommentPanel commentPanel
-
context
JAlbumExplorer context
-
currentFilter
JAlbumImageFilter currentFilter
-
customUI
JComponent customUI
-
down
KeyStroke down
-
effectsButton
JMenuButton effectsButton
-
escape
KeyStroke escape
-
filterManager
FilterManager filterManager
-
filterManagerControls
JPanel filterManagerControls
-
filterUI
JPanel filterUI
-
filterUIContainer
JPanel filterUIContainer
-
filterUITab
JCollapsiblePanel filterUITab
-
glassPanel
JFadePanel glassPanel
-
hSplitPane
JSplitPane hSplitPane
-
imageComp
JImageComponent imageComp
-
imageInfo
FileFilters.BasicImageInfo imageInfo
-
imageListeners
List<ImageListener> imageListeners
-
imageLoading
javafx.beans.property.BooleanProperty imageLoading
-
imageScrollPane
JZoomScrollPane imageScrollPane
-
left
KeyStroke left
-
mediaPlayerProcessor
MediaPlayerProcessor mediaPlayerProcessor
-
metaPanel
ControlPanel metaPanel
-
mouseConverter
se.datadosen.explorer.JEditPanel.MouseConverter mouseConverter
-
moveCounter
int moveCounter
-
nextButton
JGlassButton nextButton
-
nextImageAction
Action nextImageAction
-
origHeight
int origHeight
-
origWidth
int origWidth
-
overlayPanel
JLayeredPane overlayPanel
-
pgDown
KeyStroke pgDown
-
pgUp
KeyStroke pgUp
-
previousButton
JGlassButton previousButton
-
previousImageAction
Action previousImageAction
-
progressSpinner
JProgressSpinner progressSpinner
-
propertyPanel
JPropertyPanel propertyPanel
-
returnButton
JGlassButton returnButton
-
right
KeyStroke right
-
rightPanel
JPanel rightPanel
-
timeSlider
JSlider timeSlider
-
timeSliderChangeListener
ChangeListener timeSliderChangeListener
-
toolActions
ImageToolActions toolActions
-
toolBar
JCleanToolBar toolBar
-
up
KeyStroke up
-
videoBrowser
IdleExecutor videoBrowser
-
-
-
Class se.datadosen.explorer.JEffectsMenu
class JEffectsMenu extends JMenu implements Serializable-
Serialized Fields
-
context
JAlbumContext context
-
-
-
Class se.datadosen.explorer.JExplorerPanel
class JExplorerPanel extends JAlbumObjectsPanel implements Serializable-
Serialized Fields
-
backgroundText
String backgroundText
-
caretLocation
Point caretLocation
-
draggedObjects
List<JAlbumObject> draggedObjects
-
dropTargetObject
JAlbumObject dropTargetObject
-
insertBefore
boolean insertBefore
-
refreshAction
Action refreshAction
-
rubberband
Rectangle rubberband
-
sourceActions
int sourceActions
-
-
-
Class se.datadosen.explorer.JFilterBar
class JFilterBar extends JPanel implements Serializable-
Serialized Fields
-
closeButton
JButton closeButton
-
context
JAlbumExplorer context
-
filterLabel
JLabel filterLabel
-
flagButtons
JToggleButton[] flagButtons
-
flags
Flag[] flags
-
keywordExpression
se.datadosen.explorer.JFilterBar.Node keywordExpression
-
keywordsField
se.datadosen.explorer.JFilterBar.JKeywordsField keywordsField
-
refilterFuture
Future refilterFuture
-
refilterRunnable
Runnable refilterRunnable
-
resetFilterAction
Action resetFilterAction
-
resetFilterButton
JButton resetFilterButton
-
starButtons
JToggleButton[] starButtons
-
-
-
Class se.datadosen.explorer.JFolderPropertyPanel
class JFolderPropertyPanel extends JPanel implements Serializable-
Serialized Fields
-
currentFolder
AlbumObject currentFolder
-
description
JSmartSyntaxTextArea description
-
descriptionLabel
JLabel descriptionLabel
-
explorer
JAlbumExplorer explorer
-
headerLabel
JLabel headerLabel
-
loadedDim
Dimension loadedDim
-
onChanged
PropertyChangeListener onChanged
-
onSkinChanged
PropertyChangeListener onSkinChanged
-
themeImageLabel
JLabel themeImageLabel
-
themeImageSelector
se.datadosen.explorer.JFolderPropertyPanel.JCropFocusSelector themeImageSelector
-
thumbnailLabel
JLabel thumbnailLabel
-
thumbnailSelector
se.datadosen.explorer.JFolderPropertyPanel.JThumbnailSelector thumbnailSelector
-
title
JPropertyPanel.JSmallTextField title
-
titleLabel
JLabel titleLabel
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.explorer.JPreviewWindow
class JPreviewWindow extends JFrame implements Serializable -
Class se.datadosen.explorer.JPropertyPanel
class JPropertyPanel extends JPanel implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
date
JPropertyPanel.JSmallTextField date
-
editPanel
JEditPanel editPanel
-
expandedListener
PropertyChangeListener expandedListener
-
fileName
JPropertyPanel.JSmallTextField fileName
-
flag
JFlagSelector flag
-
flagLabel
JLabel flagLabel
-
general
JPanel general
Main class components -
monitor
Object monitor
-
nextImage
Action nextImage
-
previousImage
Action previousImage
-
rating
JRatingSlider rating
-
tabMap
Map<JComponent,
JCollapsiblePanel> tabMap -
time
JPropertyPanel.JSmallTextField time
-
title
JPropertyPanel.JSmallTextField title
-
userVariablesPanel
JCollapsiblePanel userVariablesPanel
-
userVariablesTable
JMapTable userVariablesTable
-
varsPanel
JPanel varsPanel
-
-
-
Class se.datadosen.explorer.JPropertyPanel.JSmallLabel
class JSmallLabel extends JLabel implements Serializable -
Class se.datadosen.explorer.JPropertyPanel.JSmallTextArea
class JSmallTextArea extends JSmartTextArea implements Serializable -
Class se.datadosen.explorer.JPropertyPanel.JSmallTextField
class JSmallTextField extends JSmartTextField implements Serializable -
Class se.datadosen.explorer.JScrollablePanel
class JScrollablePanel extends JPanel implements Serializable -
Class se.datadosen.explorer.JWelcomePanel
class JWelcomePanel extends JPanel implements Serializable-
Serialized Fields
-
addAction
Action addAction
-
addButton
JMenuButton addButton
-
addFromPhoneAction
Action addFromPhoneAction
-
addFromPhoneButton
JButton addFromPhoneButton
-
centerAddButton
JMenuButton centerAddButton
-
clickPrompt
JLabel clickPrompt
-
clickPrompt2
JLabel clickPrompt2
-
context
JAlbumExplorer context
-
dropPrompt
JLabel dropPrompt
-
promptPanel
JPanel promptPanel
-
-
-
Class se.datadosen.explorer.SmartFlowLayout
class SmartFlowLayout extends Object implements Serializable- serialVersionUID:
- -7262534875583282631L
-
Serialization Methods
-
readObject
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:
IOException
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:- LEFT
- RIGHT
- CENTER
- LEADING
- TRAILING
- See Also:
-
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:
-
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:- LEFT
- RIGHT
- CENTER
- LEADING
- TRAILING
- Since:
- 1.2
- See Also:
-
serialVersionOnStream
int serialVersionOnStream
This represent thecurrentSerialVersion
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
-
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:
-
-
Class se.datadosen.explorer.TemporaryFileNameEditor
class 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
class StructureEvent extends EventObject implements Serializable-
Serialized Fields
-
objects
List<JAlbumObject> objects
Affected objects
-
-
-
-
Package se.datadosen.imaging.exif
-
Class se.datadosen.imaging.exif.ImageInfoFormatter
class ImageInfoFormatter extends Object implements Serializable-
Serialized Fields
-
dateFormat
DateFormat dateFormat
-
dateFormatter
TagFormatter dateFormatter
-
metadata
com.drew.metadata.Metadata metadata
-
ruleMap
HashMap ruleMap
-
-
-
-
Package se.datadosen.io
-
Class se.datadosen.io.CachedFile
class CachedFile extends File implements Serializable -
Class se.datadosen.io.CachedLinkFile
class CachedLinkFile extends LinkFile implements Serializable -
Class se.datadosen.io.ChainedDirectory
class ChainedDirectory extends File implements Serializable-
Serialized Fields
-
backgroundDir
ChainedDirectory backgroundDir
-
decider
ChainedDirectory.Decider decider
-
sortFileList
boolean sortFileList
-
-
-
Class se.datadosen.io.LinkFile
class LinkFile extends File implements Serializable -
Class se.datadosen.io.RenamedFile
class RenamedFile extends LinkFile implements Serializable
-
-
Package se.datadosen.jalbum
-
Class se.datadosen.jalbum.AccountManager.AccountStatus
-
Class se.datadosen.jalbum.ActionTracker
class ActionTracker extends AliasAction implements Serializable -
Class se.datadosen.jalbum.AlbumBeanEvent
class AlbumBeanEvent extends EventObject implements Serializable- serialVersionUID:
- 468357792647540656L
-
Class se.datadosen.jalbum.AlbumFileFilter
class AlbumFileFilter extends Object implements Serializable -
Class se.datadosen.jalbum.AlbumObjectFactory
class AlbumObjectFactory extends Object implements Serializable-
Serialized Fields
-
cached
boolean cached
-
cacheThumbnails
boolean cacheThumbnails
-
engine
AlbumBean engine
-
fileFilter
AlbumFileFilter fileFilter
-
filter
AlbumObjectFilter filter
- Since:
- 33.2
-
forAlbumMaking
boolean forAlbumMaking
-
ignoreOrdering
boolean ignoreOrdering
-
includeExcluded
boolean includeExcluded
-
includeMissing
boolean includeMissing
-
undoNotifier
UndoNotifier undoNotifier
-
-
-
Class se.datadosen.jalbum.AlbumObjectImpl
class AlbumObjectImpl extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
cameraDate
Long cameraDate
-
changeSupport
org.netbeans.editor.WeakPropertyChangeSupport changeSupport
-
comment
String comment
-
delayedChildrenWrite
Future delayedChildrenWrite
-
file
File file
-
included
boolean included
-
isFolder
Boolean isFolder
-
keywordSeparator
Pattern keywordSeparator
-
lastRefreshed
long lastRefreshed
-
representingAlbumObject
AlbumObject representingAlbumObject
-
webSafeName
String webSafeName
-
whenAdded
long whenAdded
-
-
-
Class se.datadosen.jalbum.AlbumObjectMetadata
class AlbumObjectMetadata extends Object implements Serializable-
Serialized Fields
-
cameraDate
long cameraDate
-
metadata
com.drew.metadata.Metadata metadata
-
realCameraDate
long realCameraDate
-
-
-
Exception Class se.datadosen.jalbum.AuthenticationException
class AuthenticationException extends Exception implements Serializable -
Class se.datadosen.jalbum.BackupRestoreBase
class BackupRestoreBase extends JFrame implements Serializable-
Serialized Fields
-
adjuster
TableColumnAdjuster adjuster
-
albnumProjectRenderer
DefaultTableCellRenderer albnumProjectRenderer
-
backupDirectory
JTextField backupDirectory
-
backupDirectoryLabel
JLabel backupDirectoryLabel
-
backupDirectorySelector
JFileSelector backupDirectorySelector
-
buttonPanel
JPanel buttonPanel
-
closeAction
Action closeAction
-
closeButton
JButton closeButton
-
context
JAlbumContext context
-
CTRL_KEY
String CTRL_KEY
-
dateCellRenderer
DefaultTableCellRenderer dateCellRenderer
-
dialogOpenDate
Date dialogOpenDate
-
firstOpen
boolean firstOpen
-
includeLinkedFiles
JCheckBox includeLinkedFiles
-
model
BackupRestoreBase.AlbumProjectModel model
-
openBackupDirectoryAction
Action openBackupDirectoryAction
-
openBackupDirectoryButton
JButton openBackupDirectoryButton
-
openProjectAction
Action openProjectAction
Context menu actions -
popup
JPopupMenu popup
-
prefs
Preferences prefs
-
projectAtPoint
AlbumProject projectAtPoint
-
prompt
JLabel prompt
-
sorter
TableRowSorter<BackupRestoreBase.AlbumProjectModel> sorter
-
table
JTable table
-
viewLocalAlbumAction
Action viewLocalAlbumAction
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.jalbum.BackupRestoreBase.AlbumProjectModel
class AlbumProjectModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
cols
BackupRestoreBase.Column[] cols
-
projects
List<AlbumProject> projects
-
-
-
Exception Class se.datadosen.jalbum.CircularFolderReferenceException
class CircularFolderReferenceException extends IOException implements Serializable-
Serialized Fields
-
newFolder
File newFolder
-
visitedFolders
LinkedHashSet<File> visitedFolders
-
-
-
Class se.datadosen.jalbum.Config
class Config extends Object implements Serializable-
Serialized Fields
-
afterPublishAction
Config.AfterPublishAction afterPublishAction
-
backgroundMode
boolean backgroundMode
-
backgroundSignInOnStart
boolean backgroundSignInOnStart
-
bgNotifications
Config.NotificationLevel bgNotifications
-
cacheThumbnails
boolean cacheThumbnails
-
chainedExtDir
ChainedDirectory chainedExtDir
-
chainedPluginsDir
ChainedDirectory chainedPluginsDir
-
chainedSkinsDir
ChainedDirectory chainedSkinsDir
-
chainedSystemDir
ChainedDirectory chainedSystemDir
-
chainedToolsDir
ChainedDirectory chainedToolsDir
-
changeSupport
PropertyChangeSupport changeSupport
-
checkForUpdates
boolean checkForUpdates
-
checkSpelling
boolean checkSpelling
-
cleanOutputFiles
boolean cleanOutputFiles
-
compressAudioClips
boolean compressAudioClips
-
dateFormatter
SimpleDateFormat dateFormatter
-
datePattern
String datePattern
-
dividerLocation
int dividerLocation
-
encryptManifest
boolean encryptManifest
-
fileAddMethod
Config.FileAddMethod fileAddMethod
-
folderPropertiesWidth
int folderPropertiesWidth
-
fontSize
int fontSize
-
illegalCharacters
String illegalCharacters
-
includeLifeboatFile
boolean includeLifeboatFile
-
indexAlbumObjects
boolean indexAlbumObjects
-
indexMetadata
boolean indexMetadata
-
labelType
Config.LabelType labelType
-
language
String language
-
localServerURL
String localServerURL
-
loggingLevel
Config.LoggingLevel loggingLevel
-
look
String look
-
lookAndFeel
String lookAndFeel
-
lookAndFeelName
String lookAndFeelName
-
manifestPassword
String manifestPassword
-
maxSimultaneousTransfers
int maxSimultaneousTransfers
-
myAlbumsLocation
String myAlbumsLocation
-
outputDirectoryLocation
Config.OutputDirectoryLocation outputDirectoryLocation
-
pluginsDir
File pluginsDir
-
previewMode
Config.PreviewMode previewMode
-
previewServerPort
String previewServerPort
-
progDir
File progDir
-
projectOrdering
Config.ProjectOrdering projectOrdering
-
recentProjects
int recentProjects
-
rememberCopiedFiles
boolean rememberCopiedFiles
-
rememberLastSelectedItem
boolean rememberLastSelectedItem
-
serverBasedPreview
boolean serverBasedPreview
-
showOpenHTMLEditorButton
boolean showOpenHTMLEditorButton
-
showTipOfTheDay
boolean showTipOfTheDay
-
showWarnings
boolean showWarnings
-
skinsDir
File skinsDir
-
supportedVideoFormats
Set<String> supportedVideoFormats
-
synchronizeOutputDirectory
boolean synchronizeOutputDirectory
-
thumbnailQuality
Config.ThumbnailQuality thumbnailQuality
-
traceVersion
int traceVersion
-
unifyColorModel
boolean unifyColorModel
-
useHardLinks
boolean useHardLinks
-
useLayoutHints
boolean useLayoutHints
-
useNativeFileDialogs
boolean useNativeFileDialogs
-
useWatchdog
boolean useWatchdog
-
videoSupported
boolean videoSupported
-
webDirectory
String webDirectory
-
webHostListUrl
String webHostListUrl
-
windowState
int windowState
-
writeXmp
boolean writeXmp
-
zipstreaming
boolean zipstreaming
-
-
-
Class se.datadosen.jalbum.DateRange
class DateRange extends Object implements Serializable-
Serialized Fields
-
first
long first
-
last
long last
-
-
-
Class se.datadosen.jalbum.EasyJFrame
class EasyJFrame extends JFrame implements Serializable -
Class se.datadosen.jalbum.EmbeddedProperties
-
Serialized Fields
-
file
File file
-
-
-
Exception Class se.datadosen.jalbum.EvaluationException
class EvaluationException extends Exception implements Serializable -
Class se.datadosen.jalbum.FileAlbumObject
class FileAlbumObject extends AlbumObjectImpl implements Serializable -
Class se.datadosen.jalbum.FileCopier.JReCopyConfirmationDialog
class JReCopyConfirmationDialog extends JDialog implements Serializable -
Class se.datadosen.jalbum.FileNameDocument
class FileNameDocument extends PlainDocument implements Serializable -
Exception Class se.datadosen.jalbum.InvalidLicenseException
class InvalidLicenseException extends RuntimeException implements Serializable -
Class se.datadosen.jalbum.JAccountStatusPanel
class JAccountStatusPanel extends JComponent implements Serializable-
Serialized Fields
-
accountStatus
AccountManager.AccountStatus accountStatus
-
context
JAlbumContext context
-
font
Font font
-
giftCards
Integer giftCards
-
giftsButton
JButton giftsButton
-
gotoSiteAction
Action gotoSiteAction
-
jAlbumStorageLabel
JLabel jAlbumStorageLabel
-
meter
se.datadosen.jalbum.JAccountStatusPanel.JAccountStatusMeter meter
-
showGiftsPageAction
Action showGiftsPageAction
-
updateAction
Action updateAction
-
updateSpinner
JProgressSpinner updateSpinner
-
upgradeStorageAction
Action upgradeStorageAction
-
upgradeStorageLink
JLinkLabel upgradeStorageLink
-
-
-
Class se.datadosen.jalbum.JAddAccountDialog
class JAddAccountDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
addExisting
JRadioButton addExisting
-
addMyJAlbum
JRadioButton addMyJAlbum
-
addType
ButtonGroup addType
-
altActivationUrl
boolean altActivationUrl
-
cancelAction
Action cancelAction
-
icons
JAlbumFrameIcons icons
-
isExisting
boolean isExisting
-
moreInfoPane
JHtmlPane moreInfoPane
-
myjalbumPanel
ControlPanel myjalbumPanel
-
okAction
Action okAction
-
password
JPasswordField password
-
passwordLabel
JLabel passwordLabel
-
tipLabel
JLabel tipLabel
-
userName
JTextField userName
-
userNameLabel
JLabel userNameLabel
-
-
-
Class se.datadosen.jalbum.JAdvancedAccountSettingsDialog
class JAdvancedAccountSettingsDialog extends JDialog implements Serializable -
Class se.datadosen.jalbum.JAFilterNode
class JAFilterNode extends Object implements Serializable-
Serialized Fields
-
filter
JAFilter filter
-
stage
int stage
-
-
-
Class se.datadosen.jalbum.JAlbumFrame
class JAlbumFrame extends EasyJFrame implements Serializable-
Serialized Fields
-
_adapter
JAlbumAdapter _adapter
-
accountStatusPanel
JAccountStatusPanel accountStatusPanel
-
actions
JAlbumFrame.JAlbumFrameActions actions
-
albumExplorer
JAlbumExplorer albumExplorer
-
albumProjectFileFilter
FileFilter albumProjectFileFilter
-
appliedHints
Properties appliedHints
-
binder
BeanBinder binder
-
cfg
Config cfg
-
changeStatus
JChangeStatus changeStatus
-
cleanProjectSettings
ProjectSettings cleanProjectSettings
-
configureCounter
WorkCounter configureCounter
-
console
JConsoleFrame console
-
context
JAlbumContext context
-
editDirectory
File editDirectory
-
engine
AlbumBean engine
-
errorBuffer
StringBuffer errorBuffer
-
exitOnClose
boolean exitOnClose
-
frameMenus
se.datadosen.jalbum.JAlbumFrame.JAlbumFrameMenus frameMenus
-
freeSettings
ProjectSettings freeSettings
-
icons
JAlbumFrameIcons icons
-
importPublishedSettingsAddress
String importPublishedSettingsAddress
-
jalbumListeners
ArrayList jalbumListeners
-
loadHints
boolean loadHints
-
loadingProject
boolean loadingProject
-
mainSettingsPanel
JMainSettingsPanel mainSettingsPanel
-
markAsCleanFuture
ScheduledFuture markAsCleanFuture
-
markAsCleanListener
PropertyChangeListener markAsCleanListener
-
multiMaker
JMultiMaker multiMaker
-
notificationManager
NotificationManager notificationManager
-
preferencesWindow
JPreferencesWindow preferencesWindow
-
previewServer
PreviewServer previewServer
-
previousProjectSettings
ProjectSettings previousProjectSettings
-
previousSettings
Properties previousSettings
-
processThread
ReportingThread processThread
-
progressDialog
JProgressDialog progressDialog
-
progressManager
JProgressManager progressManager
-
progressSpinner
JProgressSpinner progressSpinner
-
projectChooser
FileChooser projectChooser
-
projectLoadedProperty
javafx.beans.property.BooleanProperty projectLoadedProperty
-
publishWizard
JPublishWizard publishWizard
-
restartPrompter
IdleExecutor restartPrompter
-
searchBar
JSearchBar searchBar
-
settingsWindow
JSettingsWindow settingsWindow
-
shareWindow
JShareWindow shareWindow
-
showErrorsButton
JButton showErrorsButton
-
skinInfoFrame
JSkinInfo skinInfoFrame
-
skinPreview
JSkinPreview skinPreview
-
skinVersion
VersionNumber skinVersion
-
statusBar
JStackLabel statusBar
-
toolBars
JAlbumFrame.JAlbumFrameButtons toolBars
-
undoHandler
UndoHandler undoHandler
-
updateCheckerThread
Thread updateCheckerThread
-
waitCursor
WaitCursor waitCursor
-
-
-
Class se.datadosen.jalbum.JAlbumInfo
class JAlbumInfo extends JDialog implements Serializable-
Serialized Fields
-
account
AccountProfile account
-
albumDir
File albumDir
-
context
JAlbumContext context
-
deleteLocalAlbumAction
Action deleteLocalAlbumAction
-
deleteLocalAlbumButton
JButton deleteLocalAlbumButton
-
deletePublishedAlbumAction
Action deletePublishedAlbumAction
-
deletePublishedAlbumButton
JButton deletePublishedAlbumButton
-
engine
AlbumBean engine
-
generalPanel
JCollapsiblePanel generalPanel
-
icon
JLabel icon
-
imageLastModified
JLabel imageLastModified
-
imageLocation
JLinkLabel imageLocation
-
imagesPanel
JCollapsiblePanel imagesPanel
-
lastModifiedCalculator
se.datadosen.jalbum.JAlbumInfo.LastModifiedCalculator lastModifiedCalculator
-
lastPublishedDate
JLabel lastPublishedDate
-
localAlbumEffectiveSize
JLabel localAlbumEffectiveSize
-
localAlbumEffectiveSizeLabel
JLabel localAlbumEffectiveSizeLabel
-
localAlbumLasetMadeDate
JLabel localAlbumLasetMadeDate
-
localAlbumLocation
JLinkLabel localAlbumLocation
-
localAlbumSize
JLabel localAlbumSize
-
localAlbumSpinner
JProgressSpinner localAlbumSpinner
-
localPanel
JCollapsiblePanel localPanel
-
localSpaceCalculator
se.datadosen.jalbum.JAlbumInfo.LocalSpaceCalculator localSpaceCalculator
-
objectsCalculator
se.datadosen.jalbum.JAlbumInfo.ObjectsCalculator objectsCalculator
-
objectsSize
JLabel objectsSize
-
objectsSpinner
JProgressSpinner objectsSpinner
-
pathFinder
UploadBean.PathFinder pathFinder
-
pathFinderWorker
se.datadosen.jalbum.JAlbumInfo.PathFinderWorker pathFinderWorker
-
project
AlbumProject project
-
projectLocation
JLinkLabel projectLocation
-
publishedAlbumSize
JLabel publishedAlbumSize
-
publishedLocation
JLinkLabel publishedLocation
-
publishedLocationSpinner
JProgressSpinner publishedLocationSpinner
-
publishedPanel
JCollapsiblePanel publishedPanel
-
remoteSpaceCalculator
se.datadosen.jalbum.JAlbumInfo.RemoteSpaceCalculator remoteSpaceCalculator
-
remoteSpaceSpinner
JProgressSpinner remoteSpaceSpinner
-
twoDec
DecimalFormat twoDec
-
uploadBean
UploadBean uploadBean
-
-
-
Class se.datadosen.jalbum.JAlbumManager
class JAlbumManager extends JPanel implements Serializable-
Serialized Fields
-
albumPopup
JPopupMenu albumPopup
-
albumRootComponent
JAlbumManager.AlbumRootComponent albumRootComponent
-
collaborativeMenu
JMenu collaborativeMenu
-
contentPanel
se.datadosen.jalbum.JAlbumManager.ContentPanel contentPanel
-
context
JAlbumContext context
-
currentProject
AlbumProject currentProject
-
deleteEntireProjectAction
Action deleteEntireProjectAction
-
deleteLocalAlbumAction
SlowAction deleteLocalAlbumAction
-
deleteMenu
JMenu deleteMenu
-
deletePublishedAlbumAction
SlowAction deletePublishedAlbumAction
-
infoAction
Action infoAction
-
makeAlbumOnChange
JRadioButtonMenuItem makeAlbumOnChange
-
makeAndUploadAlbumOnChange
JRadioButtonMenuItem makeAndUploadAlbumOnChange
-
monitorChangesMenu
JMenu monitorChangesMenu
-
moreAction
Action moreAction
-
moreButton
JButton moreButton
-
nothingOnChange
JRadioButtonMenuItem nothingOnChange
-
openSettingsMouseListener
MouseListener openSettingsMouseListener
-
projects
List<AlbumProject> projects
-
publishAction
Action publishAction
-
removeFromListAction
Action removeFromListAction
-
renameAction
Action renameAction
-
settingsAction
Action settingsAction
-
tree
JTree tree
-
-
-
Class se.datadosen.jalbum.JAlbumManager.AlbumRootComponent
class AlbumRootComponent extends JPanel implements Serializable-
Serialized Fields
-
ap
AlbumProject ap
-
collaborativeStatus
se.datadosen.jalbum.JAlbumManager.JCollaborativeStatus collaborativeStatus
-
editing
boolean editing
-
iconLabel
JLabel iconLabel
-
label
se.datadosen.jalbum.JAlbumManager.AlbumRootLabel label
-
monitoredStatus
se.datadosen.jalbum.JAlbumManager.JMonitoredStatus monitoredStatus
-
nameField
JTextField nameField
-
spinner
JProgressSpinner spinner
-
thumbnailListener
PropertyChangeListener thumbnailListener
-
-
-
Class se.datadosen.jalbum.JAudioClipPanel
-
Serialized Fields
-
ais
AudioInputStream ais
-
ao
AlbumObject ao
-
attachAction
Action attachAction
-
attachButton
JButton attachButton
-
audioClipListener
PropertyChangeListener audioClipListener
-
closed
boolean closed
-
contentPanel
JFileDropPanel contentPanel
-
deleteAction
Action deleteAction
-
deleteButton
JButton deleteButton
-
fileLabel
JLabel fileLabel
-
fileType
AudioFileFormat.Type fileType
-
line
TargetDataLine line
-
media
javafx.scene.media.Media media
-
mediaPlayer
javafx.scene.media.MediaPlayer mediaPlayer
-
mp3File
File mp3File
-
os
OutputStream os
-
playAction
Action playAction
-
playButton
JSmartToggleButton playButton
-
recordAction
SmartAction recordAction
-
recordButton
JSmartToggleButton recordButton
-
recorder
SwingWorker<File,
Void> recorder -
stopAction
Action stopAction
-
titleLabel
JLabel titleLabel
-
vuMeter
JVUMeter vuMeter
-
vuStream
VUOutputStream vuStream
-
-
-
Class se.datadosen.jalbum.JAwardsBadge
class JAwardsBadge extends JComponent implements Serializable-
Serialized Fields
-
alpha
float alpha
-
animator
Thread animator
-
awards
se.datadosen.jalbum.JAwardsBadge.Awards awards
-
-
-
Class se.datadosen.jalbum.JBackupFrame
class JBackupFrame extends BackupRestoreBase implements Serializable-
Serialized Fields
-
-
Class se.datadosen.jalbum.JChangeStatus
class JChangeStatus extends JPlainButton implements Serializable-
Serialized Fields
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.jalbum.JConsoleFrame
class JConsoleFrame extends JFrame implements Serializable-
Serialized Fields
-
bottomScrollPane
JScrollPane bottomScrollPane
-
buttonPanel
JPanel buttonPanel
-
completion
org.fife.ui.autocomplete.AutoCompletion completion
-
console
JSmartSyntaxTextArea console
-
dumpThreads
Action dumpThreads
-
dumpThreadsButton
JButton dumpThreadsButton
-
error
Throwable error
-
evalExpression
Action evalExpression
-
evaluateButton
JButton evaluateButton
-
jSplitPane
JSplitPane jSplitPane
-
languageLabel
JLabel languageLabel
-
languages
JComboBox<ScriptLanguage> languages
-
output
JTextArea output
-
pool
ScriptEnginePool pool
-
prefs
Preferences prefs
-
provider
org.fife.ui.autocomplete.AbstractCompletionProvider provider
-
ret
Object ret
-
scriptEngine
ScriptEngine scriptEngine
-
stream
PrintStream stream
-
thread
JComboBox<se.datadosen.jalbum.JConsoleFrame.Threads> thread
-
threadLabel
JLabel threadLabel
-
topScrollPane
org.fife.ui.rtextarea.RTextScrollPane topScrollPane
-
ui
JAlbumFrame ui
-
-
-
Class se.datadosen.jalbum.JCustomPanel
class JCustomPanel extends ControlPanel implements Serializable-
Serialized Fields
-
context
JAlbumContext context
-
currentAO
AlbumObject currentAO
-
editPanel
EditPanel editPanel
-
initiatedValues
Properties initiatedValues
-
loadedState
Map<String,
Object> loadedState -
loadingUI
boolean loadingUI
-
pc
PluginContext pc
-
-
-
Class se.datadosen.jalbum.JDownloadWizard
class JDownloadWizard extends JPublishWizard implements Serializable -
Class se.datadosen.jalbum.JEmbedPanel
class JEmbedPanel extends ControlPanel implements Serializable-
Serialized Fields
-
albumHeight
JTextField albumHeight
-
albumHeightLabel
JLabel albumHeightLabel
-
albumWidth
JTextField albumWidth
-
albumWidthLabel
JLabel albumWidthLabel
-
closeAction
Action closeAction
-
codeArea
JTextArea codeArea
-
codeWorker
SwingWorker codeWorker
-
context
JAlbumContext context
-
copyToClipboardAction
Action copyToClipboardAction
-
embedCodeLabel
JLabel embedCodeLabel
-
embedInfo
JLabel embedInfo
-
spinner
JProgressSpinner spinner
-
updateAction
Action updateAction
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.jalbum.JErrorFrame
class JErrorFrame extends JFrame implements Serializable -
Class se.datadosen.jalbum.JFileListMenu
class JFileListMenu extends JMenu implements Serializable-
Serialized Fields
-
recentFiles
RecentProjectFiles recentFiles
-
-
-
Class se.datadosen.jalbum.JFileMenuItem
class JFileMenuItem extends JMenuItem implements Serializable-
Serialized Fields
-
fullPath
File fullPath
-
-
-
Class se.datadosen.jalbum.JFilteredImagePanel
class JFilteredImagePanel extends JBackgroundPanel implements Serializable -
Class se.datadosen.jalbum.JFlagSelector
class JFlagSelector extends JComponent implements Serializable-
Serialized Fields
-
flagButtons
JRadioButton[] flagButtons
-
flags
Flag[] flags
-
listeners
Vector<ActionListener> listeners
-
-
-
Class se.datadosen.jalbum.JGeneralSettingsPanel
class JGeneralSettingsPanel extends ControlPanel implements Serializable-
Serialized Fields
-
albumAddress
JBackgroundTextField albumAddress
-
albumAddressLabel
JLabel albumAddressLabel
-
albumDescription
JSmartSyntaxTextArea albumDescription
-
albumDescriptionLabel
JLabel albumDescriptionLabel
-
albumTags
JAlbumTagsField albumTags
-
albumTagsLabel
JLabel albumTagsLabel
-
albumThumbnail
JThumbnailChooser albumThumbnail
-
albumThumbnailLabel
JLabel albumThumbnailLabel
-
albumTitle
JBackgroundTextField albumTitle
-
albumTitleLabel
JLabel albumTitleLabel
-
attachDetachButton
JButton attachDetachButton
-
changeListener
PropertyChangeListener changeListener
-
chooseDirectoryButton
JButton chooseDirectoryButton
-
chooseOutputDirectoryButton
JButton chooseOutputDirectoryButton
-
collaborativePanel
ControlPanel collaborativePanel
-
directory
JSmartTextField directory
-
directoryChooser
DirectoryChooser directoryChooser
-
directoryErrorShown
boolean directoryErrorShown
-
directoryLabel
JLabel directoryLabel
-
fetchNewObjectsButton
JButton fetchNewObjectsButton
-
imageDirectoryPanel
JFileDropPanel imageDirectoryPanel
-
inviteButton
JMenuButton inviteButton
-
invitePrompt
JLabel invitePrompt
-
outputDirectory
JFilePathField outputDirectory
-
outputDirectoryChooser
DirectoryChooser outputDirectoryChooser
-
outputDirectoryLabel
JLabel outputDirectoryLabel
-
outputDirectoryPanel
JFileDropPanel outputDirectoryPanel
-
parent
JSettingsWindow parent
-
root
AlbumObject root
-
upperPanel
ControlPanel upperPanel
-
-
-
Class se.datadosen.jalbum.JHtmlBox
class JHtmlBox extends JTextPane implements Serializable-
Serialized Fields
-
onLinkClicked
Consumer<HyperlinkEvent> onLinkClicked
-
text
String text
-
-
-
Class se.datadosen.jalbum.JHyperTextDialog
class JHyperTextDialog extends JSmartDialog implements Serializable -
Class se.datadosen.jalbum.JImageEffectsPanel
class JImageEffectsPanel extends JPanel implements Serializable-
Serialized Fields
-
changeListener
PropertyChangeListener changeListener
-
currentUI
Component currentUI
-
dirty
boolean dirty
-
display
JFilteredImagePanel display
-
filterMap
Map<String,
JAlbumFilter> filterMap -
filters
LinkedList<JAFilter> filters
-
imageCache
ImageCache imageCache
-
parent
JSettingsWindow parent
-
representingAlbumObjectListener
PropertyChangeListener representingAlbumObjectListener
-
root
AlbumObject root
-
selectionModel
ExplorerSelectionModel selectionModel
-
tabs
JTabbedPane tabs
-
-
-
Class se.datadosen.jalbum.JMainSettingsPanel
class JMainSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
appendImages
ButtonGroup appendImages
-
collapsiblePanel
JCollapsiblePanel collapsiblePanel
-
disabledControls
Map<String,
String> disabledControls -
loadCounter
WorkCounter loadCounter
-
makeAction
Action makeAction
-
makeAlbumButton
JPopupButton makeAlbumButton
-
makeAll
JRadioButton makeAll
-
makeChanges
JRadioButton makeChanges
-
makeInBackgroundAction
Action makeInBackgroundAction
-
moreSkinsLink
JLinkLabel moreSkinsLink
-
parent
JAlbumFrame parent
-
previewButton
JButton previewButton
-
previewRemoteButton
JButton previewRemoteButton
-
publishButton
JPopupButton publishButton
-
rootPropertyListener
PropertyChangeListener rootPropertyListener
-
scheduledOnLoadThread
se.datadosen.jalbum.SkinLoadingThread scheduledOnLoadThread
-
settingsButton
JButton settingsButton
-
skin
JComboBox skin
-
skinAndStyleLabel
JLabel skinAndStyleLabel
-
skinPreviewer
PopupMenuListener skinPreviewer
-
skinSelectedActionListener
ActionListener skinSelectedActionListener
-
skinsScanner
MouseListener skinsScanner
-
style
JComboBox style
-
styleSelectedActionListener
ActionListener styleSelectedActionListener
-
uploadAction
Action uploadAction
-
uploadInBackgroundAction
Action uploadInBackgroundAction
-
-
-
Class se.datadosen.jalbum.JMultiMaker
class JMultiMaker extends JFrame implements Serializable-
Serialized Fields
-
albnumProjectRenderer
DefaultTableCellRenderer albnumProjectRenderer
-
changeChecker
ScheduledExecutorService changeChecker
-
changeCheckingPool
ForkJoinPool changeCheckingPool
-
clearListAction
Action clearListAction
-
closeAction
Action closeAction
-
closeButton
JButton closeButton
-
context
JAlbumContext context
-
CTRL_KEY
String CTRL_KEY
-
dateCellRenderer
DefaultTableCellRenderer dateCellRenderer
-
dialogOpenDate
Date dialogOpenDate
-
fileMenu
JMenu fileMenu
-
firstOpen
boolean firstOpen
-
log
PrintStream log
-
logArea
JTextArea logArea
-
makeAndUploadAction
Action makeAndUploadAction
-
makeAndUploadButton
JButton makeAndUploadButton
-
makeAndUploadInBackgroundAction
Action makeAndUploadInBackgroundAction
-
makeButton
JButton makeButton
-
makeInBackgroundAction
Action makeInBackgroundAction
-
maker
se.datadosen.jalbum.TaskManager<MakeAlbumTask> maker
-
makeSelectedAction
Action makeSelectedAction
-
model
JMultiMaker.AlbumProjectModel model
-
multiMakerItem
MenuItem multiMakerItem
-
openProjectAction
Action openProjectAction
Context menu actions -
openProjectListFileAction
Action openProjectListFileAction
-
popup
JPopupMenu popup
-
prefs
Preferences prefs
-
projectAtPoint
AlbumProject projectAtPoint
-
prompt
JLabel prompt
-
prompt2
JLabel prompt2
-
restoreListAction
Action restoreListAction
-
sharedScriptEnvironment
se.datadosen.jalbum.ScriptEnvironment sharedScriptEnvironment
-
sorter
TableRowSorter<JMultiMaker.AlbumProjectModel> sorter
-
table
JTable table
-
uploadButton
JButton uploadButton
-
uploader
se.datadosen.jalbum.TaskManager<UploadAlbumTask> uploader
-
uploadInBackgroundAction
Action uploadInBackgroundAction
-
uploadSelectedAction
Action uploadSelectedAction
-
viewLocalAlbumAction
Action viewLocalAlbumAction
-
viewMenu
JMenu viewMenu
-
viewPublishedAlbumAction
Action viewPublishedAlbumAction
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.jalbum.JMultiMaker.AlbumProjectModel
class AlbumProjectModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
cols
se.datadosen.jalbum.JMultiMaker.Column[] cols
-
projects
List<AlbumProject> projects
-
-
-
Class se.datadosen.jalbum.JNewProjectDialog
class JNewProjectDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
albumDescription
JTextArea albumDescription
-
albumDescriptionLabel
JLabel albumDescriptionLabel
-
albumLocation
JTextField albumLocation
-
albumLocationChooser
DirectoryChooser albumLocationChooser
-
albumLocationLabel
JLabel albumLocationLabel
-
albumName
JSmartTextField albumName
-
albumNameLabel
JLabel albumNameLabel
-
albumTags
JAlbumTagsField albumTags
-
albumTagsLabel
JLabel albumTagsLabel
-
browseButton
JButton browseButton
-
cancelAction
Action cancelAction
-
changeDefaultLink
JLinkLabel changeDefaultLink
-
changeDefaultsAction
Action changeDefaultsAction
-
dropAction
int dropAction
-
files
List files
-
isCancelled
boolean isCancelled
-
okAction
Action okAction
-
-
-
Class se.datadosen.jalbum.JNotificationsPopup
class JNotificationsPopup extends JPanel implements Serializable-
Serialized Fields
-
manager
NotificationManager manager
-
notifications
List<JNotification> notifications
-
panel
JPanel panel
-
showMessage
boolean showMessage
-
-
-
Class se.datadosen.jalbum.JPhotoSphereSettingsPanel
class JPhotoSphereSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
context
PluginContext context
-
fieldOfView
JSpinner fieldOfView
-
fieldOfViewLabel
JLabel fieldOfViewLabel
-
initialViewHeading
JSpinner initialViewHeading
-
initialViewLabel
JLabel initialViewLabel
-
initialViewPitch
JSpinner initialViewPitch
-
initialViewRoll
JSpinner initialViewRoll
-
model
PhotoSphere.Model model
-
photoSphereCheckBox
JCheckBox photoSphereCheckBox
-
poseHeading
JSpinner poseHeading
-
poseLabel
JLabel poseLabel
-
posePitch
JSpinner posePitch
-
poseRoll
JSpinner poseRoll
-
showing
boolean showing
-
-
-
Class se.datadosen.jalbum.JPreferencesWindow
class JPreferencesWindow extends JSmartDialog implements Serializable-
Serialized Fields
-
addressBar
JToggleButton addressBar
-
advanced
ControlPanel advanced
-
advancedPublishing
JCollapsiblePanel advancedPublishing
-
afterPublishAction
JComboBox afterPublishAction
-
afterPublishingLabel
JLabel afterPublishingLabel
-
availableDetailsViewFieldsLabel
JLabel availableDetailsViewFieldsLabel
-
backgroundMode
JCheckBox backgroundMode
-
backgroundSignInOnStart
JCheckBox backgroundSignInOnStart
-
backgroundTasks
ControlPanel backgroundTasks
-
backupProjects
JCheckBox backupProjects
-
bgNotifications
JComboBox bgNotifications
-
bgNotificationsLabel
JLabel bgNotificationsLabel
-
cacheThumbnails
JCheckBox cacheThumbnails
-
checkForUpdates
JCheckBox checkForUpdates
-
checkSpelling
JCheckBox checkSpelling
-
chosenDetailsViewFieldsLabel
JLabel chosenDetailsViewFieldsLabel
-
cleanOutputFiles
JCheckBox cleanOutputFiles
-
closeProgressDialog
JCheckBox closeProgressDialog
-
compressAudioClips
JCheckBox compressAudioClips
-
cpuCores
JComboBox cpuCores
-
cpuCoresLabel
JLabel cpuCoresLabel
-
dateAndTimePatternsLink
JLinkLabel dateAndTimePatternsLink
-
dateExampleLabel
JLabel dateExampleLabel
-
datePattern
JDatePatternComboBox datePattern
-
datePatternLabel
JLabel datePatternLabel
-
detailsViewFields
JDraggableList<Config.FieldType> detailsViewFields
-
detailsViewFieldsResetButton
JButton detailsViewFieldsResetButton
-
detailsViewPanel
ControlPanel detailsViewPanel
-
doNotShowSigninAgain
JCheckBox doNotShowSigninAgain
-
dragAndDropWorksLabel
JLabel dragAndDropWorksLabel
-
editing
ControlPanel editing
-
encryptManifest
JCheckBox encryptManifest
-
expandedFolderSettings
JCheckBox expandedFolderSettings
-
expandedMainSettings
JCheckBox expandedMainSettings
-
explorer
ControlPanel explorer
-
fileAddBehaviorLabel
JLabel fileAddBehaviorLabel
-
fileAddMethod
JComboBox fileAddMethod
-
fontSize
JSpinner fontSize
-
fontSizeLabel
JLabel fontSizeLabel
-
general
ControlPanel general
-
guides
ControlPanel guides
-
httpProxyHost
JTextField httpProxyHost
-
httpProxyPort
JTextField httpProxyPort
-
illegalCharacters
JTextField illegalCharacters
-
illegalCharactersLabel
JLabel illegalCharactersLabel
-
includeLifeboatFile
JCheckBox includeLifeboatFile
-
indexAlbumObjects
JCheckBox indexAlbumObjects
-
indexMetadata
JCheckBox indexMetadata
-
language
JComboBox language
-
languageLabel
JLabel languageLabel
-
largeThumbnails
JToggleButton largeThumbnails
-
localServerURL
JTextField localServerURL
-
localServerURLLabel
JLabel localServerURLLabel
-
loggingLevel
JComboBox<Config.LoggingLevel> loggingLevel
-
loggingLevelLabel
JLabel loggingLevelLabel
-
lookAndFeelLabel
JLabel lookAndFeelLabel
-
lookAndFeelName
JComboBox lookAndFeelName
-
manifestPassword
JTextField manifestPassword
-
manifestPasswordLabel
JLabel manifestPasswordLabel
-
maxSimultaneousTransfers
JComboBox maxSimultaneousTransfers
-
maxSimultaneousTransfersLabel
JLabel maxSimultaneousTransfersLabel
-
multipleProcessors
ControlPanel multipleProcessors
-
myAlbumsLocation
JTextField myAlbumsLocation
-
myAlbumsLocationLabel
JLabel myAlbumsLocationLabel
-
myAlbumsSelector
JFileSelector myAlbumsSelector
-
outputDirectoryLocation
JComboBox<Config.OutputDirectoryLocation> outputDirectoryLocation
-
outputDirectoryLocationLabel
JLabel outputDirectoryLocationLabel
-
paranoia
JCollapsiblePanel paranoia
-
parent
JAlbumFrame parent
-
password
JTextField password
-
preview
ControlPanel preview
-
previewMode
JComboBox previewMode
-
previewModeLabel
JLabel previewModeLabel
-
previewServerPort
JNumberField previewServerPort
-
previewServerPortLabel
JLabel previewServerPortLabel
-
projects
ControlPanel projects
-
publishing
ControlPanel publishing
-
recentProjects
JSpinner recentProjects
-
recentProjectsLabel
JLabel recentProjectsLabel
-
rememberCopiedFiles
JCheckBox rememberCopiedFiles
-
rememberLastSelectedItem
JCheckBox rememberLastSelectedItem
-
rememberSignIn
JCheckBox rememberSignIn
-
rememberWindowBounds
JCheckBox rememberWindowBounds
-
restoreIllegalCharacters
Action restoreIllegalCharacters
-
restorePreviousSettings
JCheckBox restorePreviousSettings
-
saveOnMakeAlbum
JCheckBox saveOnMakeAlbum
-
search
ControlPanel search
-
serverBasedPreview
JCheckBox serverBasedPreview
-
showOpenHTMLEditorButton
JCheckBox showOpenHTMLEditorButton
-
showTipOfTheDay
JCheckBox showTipOfTheDay
-
showWarnings
JCheckBox showWarnings
-
skins
ControlPanel skins
-
slideShowLabel
JLabel slideShowLabel
-
supportedVideoFormats
JTextArea supportedVideoFormats
-
supportedVideoFormatsLabel
JLabel supportedVideoFormatsLabel
-
synchronizeOutputDirectory
JCheckBox synchronizeOutputDirectory
-
tabs
JTabbedPane tabs
-
thumbnailQuality
JComboBox<Config.ThumbnailQuality> thumbnailQuality
-
thumbnailQualityLabel
JLabel thumbnailQualityLabel
-
thumbnailsInFileChooser
JCheckBox thumbnailsInFileChooser
-
unifyColorModel
JCheckBox unifyColorModel
-
useHardLinks
JCheckBox useHardLinks
-
useLayoutHints
JCheckBox useLayoutHints
-
useNativeFileDialogs
JCheckBox useNativeFileDialogs
-
userName
JTextField userName
-
useWatchdog
JCheckBox useWatchdog
-
videoSupported
JCheckBox videoSupported
-
webDirectory
JTextField webDirectory
-
webDirectoryLabel
JLabel webDirectoryLabel
-
webDirectorySelector
JFileSelector webDirectorySelector
-
webProxy
ControlPanel webProxy
-
whenCreatingProjects
ControlPanel whenCreatingProjects
-
windowBounds
Rectangle windowBounds
-
writeXmp
JCheckBox writeXmp
-
zipstreaming
JCheckBox zipstreaming
-
-
-
Class se.datadosen.jalbum.JPrivacyDialog
class JPrivacyDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
cancelAction
Action cancelAction
-
engine
AlbumBean engine
-
mainPanel
ControlPanel mainPanel
-
okAction
Action okAction
-
saveAsDefaultAction
Action saveAsDefaultAction
-
webPassword
JTextField webPassword
-
webPasswordLabel
JLabel webPasswordLabel
-
-
-
Class se.datadosen.jalbum.JProgressDialog
class JProgressDialog extends JDialog implements Serializable-
Serialized Fields
-
abort
boolean abort
-
abortButton
JButton abortButton
-
buttonPanel
JPanel buttonPanel
-
directory
JLabel directory
-
engineMonitor
Object engineMonitor
-
file
JLabel file
-
finished
boolean finished
-
mainPanel
JPanel mainPanel
-
openFolderAction
Action openFolderAction
-
openFolderButton
JButton openFolderButton
-
parent
Window parent
-
pauseButton
JPlainToggleButton pauseButton
-
progressBar
JProgressBar progressBar
-
publishButton
JButton publishButton
-
runInBackgroundButton
JButton runInBackgroundButton
-
thePanel
JPanel thePanel
-
timeInfo
JLabel timeInfo
-
timer
Stopwatch timer
-
viewAlbumButton
JButton viewAlbumButton
-
-
-
Class se.datadosen.jalbum.JProjectsPanel
class JProjectsPanel extends JPanel implements Serializable-
Serialized Fields
-
byName
Comparator<se.datadosen.jalbum.JProjectsPanel.JProjectObject> byName
-
keyListener
KeyListener keyListener
-
keyNavigator
se.datadosen.jalbum.KeyNavigator<se.datadosen.jalbum.JProjectsPanel.JProjectObject> keyNavigator
-
listeners
ArrayList<ActionListener> listeners
-
location
se.datadosen.jalbum.JProjectsPanel.Location location
-
previewAction
LambdaAction previewAction
-
previewPool
ThreadPoolExecutor previewPool
-
reloadAction
LambdaAction reloadAction
-
selectedObject
se.datadosen.jalbum.JProjectsPanel.JProjectObject selectedObject
-
-
-
Class se.datadosen.jalbum.JPublishWizard
class JPublishWizard extends JWizard implements Serializable-
Serialized Fields
-
accountManager
AccountManager accountManager
-
accountsStep
se.datadosen.jalbum.JPublishWizard.AccountsStep accountsStep
-
context
JAlbumContext context
-
currentAccount
AccountProfile currentAccount
-
engine
AlbumBean engine
-
protectedPaths
Set<String> protectedPaths
-
publishStep
se.datadosen.jalbum.JPublishWizard.PublishStep publishStep
-
rootNode
RemoteFSNode rootNode
-
uploadBean
UploadBean uploadBean
-
-
-
Class se.datadosen.jalbum.JRawSettingsPanel
class JRawSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
ao
AlbumObject ao
-
brightness
JSpinner brightness
-
brightnessLabel
JLabel brightnessLabel
-
changedIndicator
se.datadosen.jalbum.JRawSettingsPanel.JDot changedIndicator
-
context
PluginContext context
-
exposureCorrect
JCheckBox exposureCorrect
-
exposureCorrectionLabel
JLabel exposureCorrectionLabel
-
exposurePreserveHighlights
JSpinner exposurePreserveHighlights
-
exposurePreserveHighlightsLabel
JLabel exposurePreserveHighlightsLabel
-
exposureShift
JSpinner exposureShift
-
exposureShiftUnit
JLabel exposureShiftUnit
-
gamma
JComboBox gamma
-
gammaLabel
JLabel gammaLabel
-
model
net.jalbum.jlibraw.RAWImageReadParam model
Model -
outputColorSpace
JComboBox outputColorSpace
-
outputColorSpaceLabel
JLabel outputColorSpaceLabel
-
resetButton
JMenuButton resetButton
-
setAsDefaultAction
Action setAsDefaultAction
-
setAsDefaultButton
JButton setAsDefaultButton
-
showing
boolean showing
-
spinner
JProgressSpinner spinner
-
useDefaultSettings
Action useDefaultSettings
-
useInitialSettings
Action useInitialSettings
-
whiteBalance
JComboBox<net.jalbum.jlibraw.WBPresets> whiteBalance
-
whiteBalanceLabel
JLabel whiteBalanceLabel
-
-
-
Class se.datadosen.jalbum.JRenameDialog
class JRenameDialog extends JDialog implements Serializable-
Serialized Fields
-
addKeywordsPanel
se.datadosen.jalbum.JRenameDialog.Panel addKeywordsPanel
-
addPosition
ComboBoxModel<se.datadosen.jalbum.JRenameDialog.Position> addPosition
-
addText
JTextField addText
-
addTextPanel
se.datadosen.jalbum.JRenameDialog.Panel addTextPanel
-
cancelAction
Action cancelAction
-
centerPanel
JPanel centerPanel
-
customFormat
JTextField customFormat
-
customFormatLabel
JLabel customFormatLabel
-
dateFormat
DateFormat dateFormat
-
exampleLabel
JLabel exampleLabel
-
examplePromptLabel
JLabel examplePromptLabel
-
findLabel
JLabel findLabel
-
findText
JTextField findText
-
formatPanel
se.datadosen.jalbum.JRenameDialog.Panel formatPanel
-
mode
ComboBoxModel<se.datadosen.jalbum.JRenameDialog.Mode> mode
-
nameFormat
JComboBox<se.datadosen.jalbum.JRenameDialog.NameFormat> nameFormat
-
nameFormatLabel
JLabel nameFormatLabel
-
renameAction
Action renameAction
-
replaceLabel
JLabel replaceLabel
-
replacePanel
se.datadosen.jalbum.JRenameDialog.Panel replacePanel
-
replaceText
JTextField replaceText
-
sampleObject
AlbumObject sampleObject
-
selectedObjects
List<AlbumObject> selectedObjects
-
startNumbersAt
JSpinner startNumbersAt
-
startNumbersAtLabel
JLabel startNumbersAtLabel
-
where
JComboBox<se.datadosen.jalbum.JRenameDialog.Position> where
-
whereLabel
JLabel whereLabel
-
-
-
Class se.datadosen.jalbum.JRestoreFrame
class JRestoreFrame extends BackupRestoreBase implements Serializable -
Class se.datadosen.jalbum.JSearchBar
-
Serialized Fields
-
searchField
JIconTextField searchField
-
searchSupport
SearchSupport searchSupport
-
-
-
Class se.datadosen.jalbum.JSettingsWindow
class JSettingsWindow extends JSmartDialog implements Serializable-
Serialized Fields
-
acceleratedScaling
JCheckBox acceleratedScaling
-
advancedPanel
JTabbedPane advancedPanel
-
advGeneralPanel
ControlPanel advGeneralPanel
-
advMetadataPanel
ControlPanel advMetadataPanel
-
advNamingCompatibilityPanel
ControlPanel advNamingCompatibilityPanel
-
advNamingPanel
ControlPanel advNamingPanel
-
advUserVariablesPanel
ControlPanel advUserVariablesPanel
-
bboxIcon
Icon bboxIcon
-
buttonBarPane
JButtonBarPane buttonBarPane
-
changeListener
PropertyChangeListener changeListener
-
cols
JTextField cols
-
colsLabel
JLabel colsLabel
-
commentSourcesPanel
ControlPanel commentSourcesPanel
-
copyOriginals
JCheckBox copyOriginals
-
copyrightEmbeddingPanel
ControlPanel copyrightEmbeddingPanel
-
creator
JTextField creator
-
creatorLabel
JLabel creatorLabel
-
creditLinksPanel
ControlPanel creditLinksPanel
-
creditText
JComboBox creditText
-
creditTextLabel
JLabel creditTextLabel
-
currentPanel
Component currentPanel
-
dateAndTimePatternsLink
JLinkLabel dateAndTimePatternsLink
-
dateExampleLabel
JLabel dateExampleLabel
-
dateFormat
JDatePatternComboBox dateFormat
-
dateFormatLabel
JLabel dateFormatLabel
-
directoriesFirst
JCheckBox directoriesFirst
-
directory
JTextField directory
-
directoryChaining
JComboBox directoryChaining
-
directoryChainingLabel
JLabel directoryChainingLabel
-
disableColorSubsampling
JCheckBox disableColorSubsampling
-
encodingLabel
JLabel encodingLabel
-
excludeBacklinks
JCheckBox excludeBacklinks
-
excludeByDefault
JCheckBox excludeByDefault
-
exifImageDescription
JCheckBox exifImageDescription
-
exifUserComment
JCheckBox exifUserComment
-
folderThumbSize
JComboBox folderThumbSize
-
folderThumbSizeLabel
JLabel folderThumbSizeLabel
-
forceJPEGImages
JCheckBox forceJPEGImages
-
forceJPEGThumbs
JCheckBox forceJPEGThumbs
-
forceProcessing
JCheckBox forceProcessing
-
generalPanel
JGeneralSettingsPanel generalPanel
-
generateJSON
JCheckBox generateJSON
-
hiDPIImages
JCheckBox hiDPIImages
-
hiDPIThumbs
JCheckBox hiDPIThumbs
-
homepageAddress
JBackgroundTextField homepageAddress
-
homepageAddressLabel
JLabel homepageAddressLabel
-
homepageLinkingPanel
ControlPanel homepageLinkingPanel
-
homepageLinkText
JTextField homepageLinkText
-
homepageLinkTextLabel
JLabel homepageLinkTextLabel
-
ignorePattern
JTextField ignorePattern
-
ignorePatternLabel
JLabel ignorePatternLabel
-
imageBackgroundColor
JColorSelector imageBackgroundColor
-
imageBackgroundColorLabel
JLabel imageBackgroundColorLabel
-
imageBoundsPanel
ControlPanel imageBoundsPanel
-
imageEffectsPanel
JImageEffectsPanel imageEffectsPanel
-
imageOrdering
JComboBox imageOrdering
-
imageOrderingPanel
ControlPanel imageOrderingPanel
-
imageOrderingTip
JLabel imageOrderingTip
-
imagesAdvancedPanel
ControlPanel imagesAdvancedPanel
-
imagesGeneralPanel
ControlPanel imagesGeneralPanel
-
imageSize
JComboBox imageSize
-
imageSizeLabel
JLabel imageSizeLabel
-
imagesPanel
JTabbedPane imagesPanel
-
imageVariants
JVariantsEditor imageVariants
-
imageVariantsLabel
JLabel imageVariantsLabel
-
includeDirectories
JCheckBox includeDirectories
-
includeOriginals
JCheckBox includeOriginals
-
includeTypesPanel
ControlPanel includeTypesPanel
-
indexPageName
JTextField indexPageName
-
indexPageNameLabel
JLabel indexPageNameLabel
-
iptcCaption
JCheckBox iptcCaption
-
jpegComment
JCheckBox jpegComment
-
keepMetaData
JCheckBox keepMetaData
-
keepXmpData
JCheckBox keepXmpData
-
makeImages
JCheckBox makeImages
-
makeThumbs
JCheckBox makeThumbs
-
mediaRSS
JCheckBox mediaRSS
-
metaData
JCheckBox metaData
-
notes
JTextArea notes
-
notesPanel
ControlPanel notesPanel
-
notifyNotes
JCheckBox notifyNotes
-
noVariantSupportLabel
JLabel noVariantSupportLabel
-
outputFormat
JComboBox outputFormat
-
outputFormatLabel
JLabel outputFormatLabel
-
outputFormatWarning
JLabel outputFormatWarning
-
overrideExistingCopyright
JCheckBox overrideExistingCopyright
-
pageExtension
JTextField pageExtension
-
pageExtensionLabel
JLabel pageExtensionLabel
-
pagesPanel
ControlPanel pagesPanel
-
parent
JAlbumFrame parent
-
processFolderThumbs
JCheckBox processFolderThumbs
-
qualityPercent
JSpinner qualityPercent
-
qualityPercentLabel
JLabel qualityPercentLabel
-
qualityPercentWarning
JLabel qualityPercentWarning
-
qualityPercentWebP
JSpinner qualityPercentWebP
-
qualityPercentWebPLabel
JLabel qualityPercentWebPLabel
-
readXmp
JCheckBox readXmp
-
removeDiacritics
JCheckBox removeDiacritics
-
reverseOrder
JCheckBox reverseOrder
-
rights
JTextField rights
-
rightsLabel
JLabel rightsLabel
-
rightsURL
JTextField rightsURL
-
rightsURLLabel
JLabel rightsURLLabel
-
rows
JTextField rows
-
rowsLabel
JLabel rowsLabel
-
scalingMethod
JComboBox scalingMethod
-
scalingMethodPanel
ControlPanel scalingMethodPanel
-
sharpenPercent
JSpinner sharpenPercent
-
sharpenPercentLabel
JLabel sharpenPercentLabel
-
skinSettingsBrowser
JWebBrowser skinSettingsBrowser
-
skinSettingsPanel
JPanel skinSettingsPanel
-
skinUIHolder
se.datadosen.jalbum.JSettingsWindow.SkinUIIndirection skinUIHolder
-
skinUIMonitor
Object skinUIMonitor
-
slides
JCheckBox slides
-
smoothScalingType
JComboBox smoothScalingType
-
smoothScalingTypeLabel
JLabel smoothScalingTypeLabel
-
structurePanel
JStructurePanel structurePanel
-
subdirs
JCheckBox subdirs
-
superimposeFilmIcon
JCheckBox superimposeFilmIcon
-
textEncoding
JComboBox textEncoding
-
textFileComment
JCheckBox textFileComment
-
thumbnailLayoutPanel
ControlPanel thumbnailLayoutPanel
-
thumbSize
JComboBox thumbSize
-
thumbSizeLabel
JLabel thumbSizeLabel
-
thumbVariants
JVariantsEditor thumbVariants
-
thumbVariantsLabel
JLabel thumbVariantsLabel
-
titleSource
JComboBox titleSource
-
titleSourceLabel
JLabel titleSourceLabel
-
updatedDirsOnly
JCheckBox updatedDirsOnly
-
useCustomVideoSettings
JCheckBox useCustomVideoSettings
-
userVariablesScrollPane
JScrollPane userVariablesScrollPane
-
userVariablesTable
JMapTable userVariablesTable
-
useThumbForFolderIcon
JCheckBox useThumbForFolderIcon
-
variantPresets
JComboBox variantPresets
-
variantPresetsLabel
JLabel variantPresetsLabel
-
variantsPanel
ControlPanel variantsPanel
-
videoQuality
JSlider videoQuality
-
videoResolution
JComboBox videoResolution
-
videosPanel
JVideoSettingsPanel videosPanel
-
webPQualityPercentWarning
JLabel webPQualityPercentWarning
-
widgetInjection
JCheckBox widgetInjection
-
widgetsPanel
ControlPanel widgetsPanel
-
writeUTF8
JCheckBox writeUTF8
-
-
-
Class se.datadosen.jalbum.JSignUpDialog
class JSignUpDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
cancelAction
Action cancelAction
-
email
JTextField email
-
emailLabel
JLabel emailLabel
-
errorReporter
ErrorReporter errorReporter
-
logo
JLabel logo
-
name
JTextField name
-
nameLabel
JLabel nameLabel
-
newsletter
JCheckBox newsletter
-
password
JPasswordField password
-
passwordLabel
JLabel passwordLabel
-
signUpAction
Action signUpAction
-
signupOk
boolean signupOk
-
terms
JCheckBox terms
-
termsLabel
JLinkLabel termsLabel
-
userName
JTextField userName
-
usernameLabel
JLabel usernameLabel
-
-
-
Class se.datadosen.jalbum.JSkinErrorDialog
class JSkinErrorDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
centerPanel
JPanel centerPanel
-
closeAction
Action closeAction
-
codeArea
JTextArea codeArea
-
contentPanel
JPanel contentPanel
-
context
JAlbumContext context
-
copyToClipboardAction
Action copyToClipboardAction
-
editSkinAction
Action editSkinAction
-
errorDetailsPanel
JCollapsiblePanel errorDetailsPanel
-
introLabel
JLabel introLabel
-
reportErrorAction
Action reportErrorAction
-
sadFrog
JLabel sadFrog
-
supportUrl
String supportUrl
-
theError
Throwable theError
-
updateSkinAction
Action updateSkinAction
-
whatDoDoLabel
JLabel whatDoDoLabel
-
-
-
Class se.datadosen.jalbum.JSkinInfo
class JSkinInfo extends JDialog implements Serializable-
Serialized Fields
-
author
JLabel author
-
buttonPanel
JPanel buttonPanel
-
closeAction
Action closeAction
-
context
JAlbumContext context
-
currentVersion
JLabel currentVersion
-
deleteButton
JButton deleteButton
-
deleteSkin
Action deleteSkin
-
downloadURL
JLinkLabel downloadURL
-
featurePanel
JCollapsiblePanel featurePanel
-
featureSpinner
JProgressSpinner featureSpinner
-
generalPanel
JCollapsiblePanel generalPanel
-
homepageURL
JLinkLabel homepageURL
-
latestVersion
JLabel latestVersion
-
location
JLinkLabel location
-
moreSkinsLink
JLinkLabel moreSkinsLink
-
name
JLabel name
-
props
SkinProperties props
-
remoteInfoWorker
se.datadosen.jalbum.JSkinInfo.RemoteInformationWorker remoteInfoWorker
-
resetButton
JButton resetButton
-
resetDefaults
Action resetDefaults
-
settingsButton
JButton settingsButton
-
supportURL
JLinkLabel supportURL
-
updateButton
JButton updateButton
-
updateSkin
Action updateSkin
-
versionSpinner
JProgressSpinner versionSpinner
-
-
-
Class se.datadosen.jalbum.JSkinPreview
class JSkinPreview extends JPanel implements Serializable -
Class se.datadosen.jalbum.JThumbnailChooser
class JThumbnailChooser extends JComponent implements Serializable-
Serialized Fields
-
imageLabel
JLabel imageLabel
-
nextAction
Action nextAction
-
previousAction
Action previousAction
-
representingAlbumObjectListener
PropertyChangeListener representingAlbumObjectListener
-
root
AlbumObject root
-
-
-
Class se.datadosen.jalbum.JTransferProgressDialog
class JTransferProgressDialog extends JDialog implements Serializable-
Serialized Fields
-
abort
boolean abort
-
abortButton
JButton abortButton
-
borderLayout1
BorderLayout borderLayout1
-
ButtonPanel
JPanel ButtonPanel
-
directory
JLabel directory
-
file
JLabel file
-
flowLayout1
FlowLayout flowLayout1
-
lastEvent
ProgressEvent lastEvent
-
lastMsg
String lastMsg
-
lastUpdateTime
long lastUpdateTime
-
mainPanel
JPanel mainPanel
-
onAbort
Runnable onAbort
-
panel1
JPanel panel1
-
progressBar
JProgressBar progressBar
-
progressSpinner
JProgressSpinner progressSpinner
-
rate
DataRate rate
-
timeLeft
JLabel timeLeft
-
timer
Stopwatch timer
-
type
se.datadosen.jalbum.JTransferProgressDialog.Type type
-
-
-
Class se.datadosen.jalbum.JVariantsEditor
class JVariantsEditor extends JPanel implements Serializable-
Serialized Fields
-
addAction
Action addAction
-
addButton
JPlainButton addButton
-
model
JVariantsEditor.VariantModel model
-
removeAction
Action removeAction
-
removeButton
JPlainButton removeButton
-
scroller
JScrollPane scroller
-
sorter
TableRowSorter<JVariantsEditor.VariantModel> sorter
-
table
JTable table
-
-
-
Class se.datadosen.jalbum.JVariantsEditor.VariantModel
class VariantModel extends AbstractTableModel implements Serializable -
Class se.datadosen.jalbum.JVideoSettingsPanel
class JVideoSettingsPanel extends ControlPanel implements Serializable-
Serialized Fields
-
context
JAlbumContext context
-
ffmpegDocumentationLink
JLinkLabel ffmpegDocumentationLink
-
highQuality
JLabel highQuality
-
lowQuality
JLabel lowQuality
-
qualityPercentWarning
JLabel qualityPercentWarning
-
useCustomVideoSettings
JCheckBox useCustomVideoSettings
-
videoParametersTable
JParametersTable videoParametersTable
-
videoQuality
JSlider videoQuality
-
videoQualityLabel
JLabel videoQualityLabel
-
videoResolution
JComboBox videoResolution
-
videoResolutionLabel
JLabel videoResolutionLabel
-
videosAdvancedPanel
JCollapsiblePanel videosAdvancedPanel
-
videoSupportDisabledWarningLabel
JLabel videoSupportDisabledWarningLabel
-
warningPanel
se.datadosen.jalbum.JWarningPanel warningPanel
-
-
-
Class se.datadosen.jalbum.JWebBrowser
class JWebBrowser extends JComponent implements Serializable-
Serialized Fields
-
browser
WebViewBrowser browser
-
-
-
Class se.datadosen.jalbum.JWebLocationEditPanel
class JWebLocationEditPanel extends ControlPanel implements Serializable-
Serialized Fields
-
changeListener
PropertyChangeListener changeListener
-
currentFolder
AlbumObject currentFolder
-
description
String description
-
image
BufferedImage image
-
imageFileSelector
JFileSelector imageFileSelector
-
imagePanel
JBackgroundPanel imagePanel
-
imageURL
String imageURL
-
imageURLBUtton
JButton imageURLBUtton
-
imageURLField
JSmartTextField imageURLField
-
imageURLSpinner
JProgressSpinner imageURLSpinner
-
insertIndex
int insertIndex
-
targetURI
String targetURI
-
targetURIField
JSmartTextField targetURIField
-
targetURISpinner
JProgressSpinner targetURISpinner
-
title
String title
-
updateImageURLAction
Action updateImageURLAction
-
updateImageWorker
SwingWorker updateImageWorker
-
updateTargetURIAction
Action updateTargetURIAction
-
updateTargetURIButton
JButton updateTargetURIButton
-
updateTargetWorker
SwingWorker updateTargetWorker
-
-
-
Class se.datadosen.jalbum.JWebPageUI
class JWebPageUI extends ControlPanel implements Serializable-
Serialized Fields
-
context
JAlbumContext context
-
currentAO
AlbumObject currentAO
-
initiatedValues
Map initiatedValues
-
loadingUI
boolean loadingUI
-
pc
PluginContext pc
-
-
-
Class se.datadosen.jalbum.JWebServerSettingsDialog
class JWebServerSettingsDialog extends JDialog implements Serializable-
Serialized Fields
-
autoStart
JCheckBox autoStart
-
cancelButton
JButton cancelButton
-
consoleLogging
JRadioButton consoleLogging
-
doPortMapping
JCheckBox doPortMapping
-
fileLogging
JRadioButton fileLogging
-
hostName
JTextField hostName
-
hostNameLabel
JLabel hostNameLabel
-
logFileName
JTextField logFileName
-
logFileNameLabel
JLabel logFileNameLabel
-
logFormatString
JTextField logFormatString
-
logFormatStringLabel
JLabel logFormatStringLabel
-
logging
ControlPanel logging
-
logType
ButtonGroup logType
-
logTypeListener
ActionListener logTypeListener
-
noLogging
JRadioButton noLogging
-
okButton
JButton okButton
-
okPressed
boolean okPressed
-
port
JTextField port
-
portLabel
JLabel portLabel
-
-
-
Class se.datadosen.jalbum.JWidgetSettingsPanel
class JWidgetSettingsPanel extends ControlPanel implements Serializable-
Serialized Fields
-
context
JAlbumContext context
-
refreshWorker
se.datadosen.jalbum.JWidgetSettingsPanel.RefreshWorker refreshWorker
-
saveAsDefaultAction
Action saveAsDefaultAction
-
spinner
JProgressSpinner spinner
-
widgets
List<Widget> widgets
-
-
-
Class se.datadosen.jalbum.LicensedOnlyMask
class LicensedOnlyMask extends JComponent implements Serializable-
Serialized Fields
-
buf
WeakReference<BufferedImage> buf
-
tf
TextFilter tf
-
-
-
Class se.datadosen.jalbum.MetaObjectCache
class MetaObjectCache extends Object implements Serializable-
Serialized Fields
-
engine
AlbumBean engine
-
meta
SoftReference<Map> meta
-
thisFile
File thisFile
-
-
-
Class se.datadosen.jalbum.MiniConfig
class MiniConfig extends Object implements Serializable-
Serialized Fields
-
chainedExtDir
ChainedDirectory chainedExtDir
-
configDir
File configDir
-
pluginsDir
File pluginsDir
-
progDir
File progDir
-
skinsDir
File skinsDir
-
-
-
Class se.datadosen.jalbum.NoDiacriticsAlbumObjectFactory
class NoDiacriticsAlbumObjectFactory extends AlbumObjectFactory implements Serializable -
Exception Class se.datadosen.jalbum.NotADirectoryException
class NotADirectoryException extends IOException implements Serializable-
Serialized Fields
-
dir
File dir
-
-
-
Exception Class se.datadosen.jalbum.NoValidSkinException
class NoValidSkinException extends RuntimeException implements Serializable -
Exception Class se.datadosen.jalbum.OperationAbortedException
class OperationAbortedException extends RuntimeException implements Serializable -
Exception Class se.datadosen.jalbum.OperationRestartedException
class OperationRestartedException extends OperationAbortedException implements Serializable -
Exception Class se.datadosen.jalbum.OverwriteBlockedException
class OverwriteBlockedException extends Exception implements Serializable -
Exception Class se.datadosen.jalbum.ParameterException
class ParameterException extends Exception implements Serializable -
Exception Class se.datadosen.jalbum.PermissionException
class PermissionException extends Exception implements Serializable -
Class se.datadosen.jalbum.PlaceService.Place
class Place extends Object implements Serializable -
Exception Class se.datadosen.jalbum.RegisteringException
class RegisteringException extends Exception implements Serializable-
Serialized Fields
-
albumObject
AlbumObject albumObject
-
-
-
Class se.datadosen.jalbum.RemoteFSNode
class RemoteFSNode extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
album
boolean album
-
albumChecked
boolean albumChecked
-
childrenDefined
boolean childrenDefined
-
context
RemoteFSContext context
-
leaf
boolean leaf
-
link
boolean link
-
passwordProtected
Boolean passwordProtected
-
plainFileCount
int plainFileCount
-
remoteName
String remoteName
-
remoteSize
long remoteSize
-
-
-
Class se.datadosen.jalbum.RemoteFSTreeCellRenderer
class RemoteFSTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class se.datadosen.jalbum.SignInManager.JSignInDialog
class JSignInDialog extends JDialog implements Serializable-
Serialized Fields
-
backgroundPanel
se.datadosen.jalbum.SignInManager.JSmartBackgroundPanel backgroundPanel
-
doNotShowAgain
JCheckBox doNotShowAgain
-
forgotPasswordLink
JLinkLabel forgotPasswordLink
-
noThanksButton
JButton noThanksButton
-
passwordLabel
JLabel passwordLabel
-
rememberMe
JCheckBox rememberMe
-
signInButton
JButton signInButton
-
signupLink
JLinkLabel signupLink
-
userNameLabel
JLabel userNameLabel
-
whySignInLink
JLinkLabel whySignInLink
-
-
-
Class se.datadosen.jalbum.TimeCode
class TimeCode extends Object implements Serializable-
Serialized Fields
-
millis
int millis
-
secs
int secs
-
-
-
Exception Class se.datadosen.jalbum.TrialExpiredException
class TrialExpiredException extends InvalidLicenseException implements Serializable -
Class se.datadosen.jalbum.VirtualFolder
class VirtualFolder extends AlbumObjectImpl implements Serializable -
Class se.datadosen.jalbum.WebSafeAlbumObjectFactory
class WebSafeAlbumObjectFactory extends AlbumObjectFactory implements Serializable -
Class se.datadosen.jalbum.Widget
class Widget extends Object implements Serializable- serialVersionUID:
- 1344876669862L
-
Exception Class se.datadosen.jalbum.WidgetException
class WidgetException extends Exception implements Serializable
-
-
Package se.datadosen.jalbum.event
-
Class se.datadosen.jalbum.event.ByteProgressEvent
class ByteProgressEvent extends ProgressEvent implements Serializable -
Class se.datadosen.jalbum.event.FileProgressEvent
class FileProgressEvent extends ProgressEvent implements Serializable -
Class se.datadosen.jalbum.event.JAlbumEvent
class JAlbumEvent extends EventObject implements Serializable -
Class se.datadosen.jalbum.event.ProgressEvent
class ProgressEvent extends EventObject implements Serializable
-
-
Package se.datadosen.jalbum.io
-
Class se.datadosen.jalbum.io.VirtualDirectory
class VirtualDirectory extends File implements Serializable -
Class se.datadosen.jalbum.io.VirtualFile
class VirtualFile extends File implements Serializable
-
-
Package se.datadosen.jalbum.structure
-
Class se.datadosen.jalbum.structure.AbstractGroupsPanel.JRespectingComboBox
class JRespectingComboBox extends JComboBox implements Serializable -
Class se.datadosen.jalbum.structure.AbstractGroupsPanel.JRespectingLabel
class JRespectingLabel extends JLabel implements Serializable -
Class se.datadosen.jalbum.structure.AbstractGroupsPanel.JRespectingPanel
class JRespectingPanel extends JPanel implements Serializable -
Class se.datadosen.jalbum.structure.AbstractGroupsPanel.JRespectingTextField
class JRespectingTextField extends JTextField implements Serializable -
Class se.datadosen.jalbum.structure.AlphabeticalTransformer
class AlphabeticalTransformer extends Object implements Serializable -
Class se.datadosen.jalbum.structure.CalendarTransformer
class CalendarTransformer extends Object implements Serializable -
Class se.datadosen.jalbum.structure.FlattenTransformer
class FlattenTransformer extends Object implements Serializable -
Class se.datadosen.jalbum.structure.JAlphabeticalGroupingDialog
class JAlphabeticalGroupingDialog extends JOrganizeDialog implements Serializable -
Class se.datadosen.jalbum.structure.JCalendarGroupingDialog
class JCalendarGroupingDialog extends JOrganizeDialog implements Serializable-
Serialized Fields
-
calendar
biweekly.ICalendar calendar
-
calendarFileLabel
JLabel calendarFileLabel
-
calendarFileSelector
JFileSelector calendarFileSelector
-
calendarURLField
JSmartTextField calendarURLField
-
events
List<biweekly.component.VEvent> events
-
exampleButton
JButton exampleButton
-
includeRecurringEvents
JCheckBox includeRecurringEvents
-
includeSingleEvents
JCheckBox includeSingleEvents
-
iterations
long iterations
-
okAction
Action okAction
-
prefs
Preferences prefs
-
recurringEvents
List<biweekly.component.VEvent> recurringEvents
-
tagImagesWithEvents
JCheckBox tagImagesWithEvents
-
tzinfo
biweekly.io.TimezoneInfo tzinfo
-
-
-
Class se.datadosen.jalbum.structure.JCreatorGroupingDialog
class JCreatorGroupingDialog extends JOrganizeDialog implements Serializable -
Class se.datadosen.jalbum.structure.JDateGroupingDialog
class JDateGroupingDialog extends JOrganizeDialog implements Serializable-
Serialized Fields
-
deleteEmptyFolders
JCheckBox deleteEmptyFolders
-
exampleLabel
JLabel exampleLabel
-
groupsPanel
JDateGroupsPanel groupsPanel
-
okAction
Action okAction
-
tree
se.datadosen.jalbum.structure.JDateGroupingDialog.MultilingualTree tree
-
-
-
Class se.datadosen.jalbum.structure.JDateGroupsPanel
class JDateGroupsPanel extends se.datadosen.jalbum.structure.AbstractGroupsPanel implements Serializable-
Serialized Fields
-
datePatternLink
JLinkLabel datePatternLink
-
datesPreset
Action datesPreset
-
daysPreset
Action daysPreset
-
monthsPreset
Action monthsPreset
-
patternGroups
List<String> patternGroups
-
presetsLabel
JLabel presetsLabel
-
presetsPanel
JPanel presetsPanel
-
samples
List<Calendar> samples
-
weekdaysPreset
Action weekdaysPreset
-
yearAndMonthPreset
Action yearAndMonthPreset
-
yearMonthPreset
Action yearMonthPreset
-
-
-
Class se.datadosen.jalbum.structure.JFlattenDialog
class JFlattenDialog extends JOrganizeDialog implements Serializable -
Class se.datadosen.jalbum.structure.JKeywordGroupingDialog
class JKeywordGroupingDialog extends JOrganizeDialog implements Serializable -
Class se.datadosen.jalbum.structure.JOrganizeDialog
class JOrganizeDialog extends JSmartDialog implements Serializable-
Serialized Fields
-
cancelAction
Action cancelAction
-
counters
CategoryCounters counters
-
destinationFolder
AlbumObject destinationFolder
-
executorPool
ExecutorService executorPool
-
groupEdit
UndoableGroupEdit groupEdit
-
insertIndex
int insertIndex
-
monitor
ProgressMonitor monitor
-
moveLog
StringBuilder moveLog
-
okAction
Action okAction
-
processed
int processed
-
selectedObjects
List<AlbumObject> selectedObjects
-
window
JAlbumFrame window
-
-
-
Class se.datadosen.jalbum.structure.JPlaceGroupingDialog
class JPlaceGroupingDialog extends JOrganizeDialog implements Serializable-
Serialized Fields
-
deleteEmptyFolders
JCheckBox deleteEmptyFolders
-
exampleLabel
JLabel exampleLabel
-
geolocService
PlaceService geolocService
-
groupsPanel
JPlaceGroupsPanel groupsPanel
-
okAction
Action okAction
-
skipped
int skipped
-
tree
se.datadosen.jalbum.structure.JPlaceGroupingDialog.MultilingualTree tree
-
-
-
Class se.datadosen.jalbum.structure.JPlaceGroupsPanel
class JPlaceGroupsPanel extends se.datadosen.jalbum.structure.AbstractGroupsPanel implements Serializable-
Serialized Fields
-
countriesPreset
Action countriesPreset
-
countryRegionPlacePreset
Action countryRegionPlacePreset
-
placeAndRegionPreset
Action placeAndRegionPreset
-
placesPreset
Action placesPreset
-
presetsLabel
JLabel presetsLabel
-
presetsPanel
JPanel presetsPanel
-
regionPlacePreset
Action regionPlacePreset
-
regionsPreset
Action regionsPreset
-
samples
List<PlaceService.Place> samples
-
-
-
Class se.datadosen.jalbum.structure.JStructurePanel
class JStructurePanel extends ControlPanel implements Serializable-
Serialized Fields
-
alphabetical
JRadioButton alphabetical
-
calendar
JRadioButton calendar
-
description
JLabel description
-
exampleLabel
JLabel exampleLabel
-
flat
JRadioButton flat
-
groupsPanel
JDateGroupsPanel groupsPanel
-
mirrorExisting
JRadioButton mirrorExisting
-
parent
JSettingsWindow parent
-
rootFolder
AlbumObject rootFolder
-
structure
ButtonGroup structure
-
structureInfoLabel
JLabel structureInfoLabel
-
tree
se.datadosen.jalbum.structure.JStructurePanel.MultilingualTree tree
-
updatingUI
boolean updatingUI
-
-
-
Class se.datadosen.jalbum.structure.LimitTransformer
class LimitTransformer extends Object implements Serializable -
Class se.datadosen.jalbum.structure.MirrorTransformer
class MirrorTransformer extends Object implements Serializable
-
-
Package se.datadosen.net
-
Class se.datadosen.net.PingServlet
class PingServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package se.datadosen.tags
-
Exception Class se.datadosen.tags.ElementException
class ElementException extends Exception implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
-
file
File file
-
lineNumber
int lineNumber
-
-
-
-
Package se.datadosen.util
-
Class se.datadosen.util.AliasAction
class AliasAction extends AbstractAction implements Serializable -
Exception Class se.datadosen.util.BeanBinderException
class BeanBinderException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
component
JComponent component
-
-
-
Class se.datadosen.util.FormattedDate
class FormattedDate extends Date implements Serializable-
Serialized Fields
-
df
DateFormat df
-
-
-
Class se.datadosen.util.Item
class Item extends Object implements Serializable -
Class se.datadosen.util.LambdaAction
class LambdaAction extends SmartAction implements Serializable-
Serialized Fields
-
listener
ActionListener listener
-
runnable
Runnable runnable
-
track
boolean track
-
-
-
Class se.datadosen.util.MenuAction
class MenuAction extends AliasAction implements Serializable -
Class se.datadosen.util.MultilingualAction
class MultilingualAction extends AbstractAction implements Serializable -
Class se.datadosen.util.MyJSONObject
class MyJSONObject extends com.github.cliftonlabs.json_simple.JsonObject implements Serializable -
Class se.datadosen.util.NameValue
class NameValue extends Object implements Serializable -
Exception Class se.datadosen.util.PermissionDeniedException
class PermissionDeniedException extends IOException implements Serializable -
Class se.datadosen.util.PrintSafeHashMap
class PrintSafeHashMap extends HashMap implements Serializable -
Class se.datadosen.util.SafeSimpleDateFormat
class SafeSimpleDateFormat extends SimpleDateFormat implements Serializable-
Serialized Fields
-
template
DateFormat template
-
-
-
Class se.datadosen.util.Scope
class Scope extends Object implements Serializable -
Exception Class se.datadosen.util.ScriptException
class ScriptException extends ScriptException implements Serializable-
Serialized Fields
-
file
File file
-
-
-
Class se.datadosen.util.SlowAction
class SlowAction extends AbstractAction implements Serializable-
Serialized Fields
-
stateListener
PropertyChangeListener stateListener
-
-
-
Class se.datadosen.util.SmartResourceBundle
class SmartResourceBundle extends Object implements Serializable-
Serialized Fields
-
locale
Locale locale
The locale for this bundle. -
parent
SmartResourceBundle parent
The parent bundle of this bundle. The parent bundle is searched bygetObject
when this bundle does not contain a particular resource. -
resources
Map resources
-
-
-