Uses of Interface
se.datadosen.util.JComponentHolder

Packages that use JComponentHolder
se.datadosen.component   
se.datadosen.jalbum   
se.datadosen.util   
 

Uses of JComponentHolder in se.datadosen.component
 

Classes in se.datadosen.component that implement JComponentHolder
 class ControlPanel
          A ControlPanel is a JPanel which has "RiverLayout" as default layout manager.
 class JCollapsiblePanel
          Swing panel that can be collapsed/expanded
 class JHeadingPanel
           
 class JWizardStep
           
 

Uses of JComponentHolder in se.datadosen.jalbum
 

Classes in se.datadosen.jalbum that implement JComponentHolder
 class JAdvancedAccountSettingsDialog
           
 class JCustomPanel
          Convenience class to simplify adding image specific control panels for skins Implementors are supposed to subclass it and add their custom UI controls as member variables of the subclass.
 class JGeneralSettingsPanel
           
 class JMainSettingsPanel
          The album settings panel on the main screen of JAlbum.
 class JPreferencesWindow
          JFrame for JAlbum environmental preferences.
 class JPrivacyDialog
          Allow user to decide the visibility of uploaded albums on jalbum.net
 class JSettingsWindow
           
 class JShareSecuritySettingsDialog
           
 class JWebServerSettingsDialog
           
 

Methods in se.datadosen.jalbum with parameters of type JComponentHolder
 void AlbumObjectProperties.loadUI(JComponentHolder ui)
          Load UI controls with values from this object
 void AlbumObjectProperties.saveUI(JComponentHolder ui)
          Save values of UI controls to this object
 

Uses of JComponentHolder in se.datadosen.util
 

Methods in se.datadosen.util with parameters of type JComponentHolder
static java.util.Map<java.lang.String,java.lang.Object> MapBinder.getMap(JComponentHolder jComponentHolder)
          Read properties from a UI.
static java.util.Map<java.lang.String,java.lang.Object> MapBinder.getMap(JComponentHolder jComponentHolder, java.util.Map<java.lang.String,java.lang.Object> existing)
          Read properties from a UI.
static java.util.Properties PropertyBinder.getProperties(JComponentHolder jComponentHolder)
          Read properties from a UI.
static java.util.Properties PropertyBinder.getProperties(JComponentHolder jComponentHolder, java.util.Properties existing)
          Read properties from a UI.
 void Attributizer.setTarget(JComponentHolder target)
           
static void MapBinder.syncUI(java.util.Map<java.lang.String,java.lang.Object> props, JComponentHolder jComponentHolder)
          Update a UI from a Map object.
static void PropertyBinder.syncUI(java.util.Map props, JComponentHolder jComponentHolder)
          Update a UI from a Map object.
 

Constructors in se.datadosen.util with parameters of type JComponentHolder
Attributizer(JComponentHolder target)