Uses of Package
se.datadosen.jalbum

Packages that use se.datadosen.jalbum
net.jalbum.slideshow   
se.datadosen.explorer   
se.datadosen.io   
se.datadosen.jalbum   
se.datadosen.util   
 

Classes in se.datadosen.jalbum used by net.jalbum.slideshow
AlbumObject
           
 

Classes in se.datadosen.jalbum used by se.datadosen.explorer
AlbumObject
           
AlbumObjectFilter
           
EditListener
          Used by plugins that wish to become notified about album objects being edited
EditPanel
          Public interface for jAlbum's edit panel for use by plugins
JAlbumFrame
          Main JAlbum user interface
JAlbumManager
          A JAlbumManager provides a component that is similar to a JTabbedPane, but instead of maintaining tabs, it uses Outlook-style bars to control the visible component
 

Classes in se.datadosen.jalbum used by se.datadosen.io
AlbumObjectProperties
          The recommended way to store properties per album object, be it files or directories Relies on XML serialization of a Map of name, value pairs Values may be any Java object adhering to the JavaBeans specification.
 

Classes in se.datadosen.jalbum used by se.datadosen.jalbum
AccountManager
          Manager class for FTP accounts.
AccountManager.AccountStatus
           
AccountProfile
          Simple JavaBean to manage account profiles
Actions
          Repository for jAlbum actions that don't belong tightly with certain UI components Todo: Move actions that are referenced from multiple locations to here
AlbumBean
          JavaBean for creating web based photo albums with thumbnail page and slide pages.
AlbumBean.Counter
           
AlbumBeanEvent
          Event object to help monitoring album generation.
AlbumBeanListener
          Listener interface to be implemented by classes interrested in monitoring album generation.
AlbumEngine
          Interface for AlbumBean, providing neccesary functionality for running AlbumBean integrated into a web application
AlbumFileFilter
           
AlbumImage
          This class is an abstraction of an album image.
AlbumManifest
          Representation of the set of files in an album along with their size and modification date A manifest file is uploaded along with the album in order to facilitate publishing album udpdates.
AlbumObject
           
AlbumObjectFactory
           
AlbumObjectMetadata
           
AlbumObjectProperties
          The recommended way to store properties per album object, be it files or directories Relies on XML serialization of a Map of name, value pairs Values may be any Java object adhering to the JavaBeans specification.
AlbumProject
           
AuthenticationException
           
Cameras
          Representation of properties stored in system/cameras.properties This main purpose of this class is to deliver the focal length multipliers of cameras so focal lengths can be converted to their 35mm equivalent
Config
          Singelton to store global configuration parameters
Config.AfterPublishBehavior
           
Config.FileAddBehavior
           
Config.LabelType
           
EasyJFrame
           
EditListener
          Used by plugins that wish to become notified about album objects being edited
EditPanel
          Public interface for jAlbum's edit panel for use by plugins
FileListMenuListener
           
FileNamer
          Classes that implement this interface can override how jAlbum names generated files
FileNamerContext
          Assistive class to FileNamer implementations jAlbum ensures that a new context is generated for each folder
FilterPluginList
          Singleton class to handle list of image manipulation filters.
Flag
           
ImageProcessor
          The ImageProcessor implementation does all image processing.
JAFilter
          Interface that all JAlbum image filters need to implement.
JAlbumContext
          Central repository for commonly used jAlbum classes
JAlbumFrame
          Main JAlbum user interface
JAlbumFrame.DummyCheckBox
           
JAlbumFrame.JAlbumFrameActions
           
JAlbumFrame.JAlbumFrameButtons
           
JAlbumFrameIcons
           
JAlbumManager.AlbumRootComponent
           
JAlbumPlugin
          JAlbum plugin interface On start up, jAlbum scans class files ending in *Plugin inside the "plugins" and "ext" directory (jar files) If found classes also implement this interface, an instance of that class is created.
JAlbumSite
          Class representing the JAlbum web site and its current status and related services
JAlbumWindow
          Exposes basic functionality common to both the real JAlbum window (JAlbumFrame) and the fake window (JAlbumFakeFrame) that "window" is bound to when running in console mode
JGeneralSettingsPanel
           
JMainSettingsPanel
          The album settings panel on the main screen of JAlbum.
JPreferencesWindow
          JFrame for JAlbum environmental preferences.
JProgressDialog
          Window displaying progress of, for example, album generation.
JPublishWizard
           
JSettingsWindow
           
LicenseManager
           
MiniConfig
          Minimal version of Config class to satisfy new class loader
NoValidSkinException
           
OperationAbortedException
          Thrown when album creation or file uploading has been aborted
PageNamer
          Classes that implement this interface can override how jAlbum names index and slide pages
ParameterException
          Thrown by AlbumBean if a parameter is incorrect, for example an image size missing the "x"
PermissionException
          Thrown if user tries to perform an action which is not allowed by JAlbum
PluginContext
          Allow jAlbum plugins to easily integrate themselves into the jAlbum UI
RecentProjectFiles
          Keep track of a list of recent album projects
RecentProjectFiles.Listener
           
RemoteFSContext
           
RemoteFSNode
           
SignInManager
           
SignInManager.JSignInDialog
           
SkinProperties
          Representation of the (optional) skin.properties file of skins
StandardFileNamer
          FileNamer that eusure that files aren't created with illegal characters
TextEditor.Editor
           
TitleSource
           
Tracer
           
TransferProtocol
           
UploadBean
          Version 1.0
Glue between the JAlbum user interface and the RemoteFSBean ftp component.
UploadBean.PathFinder
          Utility class that helps resolving (figuring out) paths and URLs to published albums
XmpManager
          Interface to get and set XMP properties bound to an AlbumObject
 

Classes in se.datadosen.jalbum used by se.datadosen.util
AlbumBean
          JavaBean for creating web based photo albums with thumbnail page and slide pages.
JAlbumFrame
          Main JAlbum user interface
OperationAbortedException
          Thrown when album creation or file uploading has been aborted