Uses of Class
se.datadosen.component.ControlPanel

Packages that use ControlPanel
se.datadosen.component   
se.datadosen.jalbum   
 

Uses of ControlPanel in se.datadosen.component
 

Subclasses of ControlPanel in se.datadosen.component
 class JHeadingPanel
           
 class JWizardStep
           
 

Uses of ControlPanel in se.datadosen.jalbum
 

Subclasses of ControlPanel in se.datadosen.jalbum
 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
           
 

Methods in se.datadosen.jalbum that return ControlPanel
 ControlPanel JAlbumFakeFrame.getSkinUI()
           
 ControlPanel JAlbumFrame.getSkinUI()
           
 ControlPanel JAlbumWindow.getSkinUI()
           
 

Methods in se.datadosen.jalbum with parameters of type ControlPanel
 void JAlbumFakeFrame.setSkinUI(ControlPanel ui)
           
 void JAlbumFrame.setSkinUI(ControlPanel ui)
          Installs skin's custom UI as a jAlbum settings panel This call is usually put last in an onload.bsh file of a skin Since v8.4, the installation of the UI is guaranteed to run on the event dispatch thread in order to avoid deadlocks
 void JAlbumWindow.setSkinUI(ControlPanel ui)