Uses of Class
se.datadosen.jalbum.JAlbumFrame

Packages that use JAlbumFrame
se.datadosen.explorer   
se.datadosen.jalbum   
se.datadosen.util   
 

Uses of JAlbumFrame in se.datadosen.explorer
 

Constructors in se.datadosen.explorer with parameters of type JAlbumFrame
JAlbumExplorer(JAlbumFrame parent)
           
 

Uses of JAlbumFrame in se.datadosen.jalbum
 

Fields in se.datadosen.jalbum declared as JAlbumFrame
static JAlbumFrame JAlbum.mainFrame
           
 JAlbumFrame CompiledScript.window
           
 

Methods in se.datadosen.jalbum that return JAlbumFrame
 JAlbumFrame JAlbumContext.getFrame()
           
protected  JAlbumFrame LicenseManagerImpl.getWindow()
           
protected  JAlbumFrame SignInManager.getWindow()
           
 

Methods in se.datadosen.jalbum with parameters of type JAlbumFrame
static SignInManager SignInManager.getInstance(JAlbumFrame window)
          Deprecated. use getInstance() instead
 void JAlbumContext.setFrame(JAlbumFrame aFrame)
           
 

Constructors in se.datadosen.jalbum with parameters of type JAlbumFrame
JAlbumTrayIcon(JAlbumFrame mainWindow)
           
JConsoleFrame(JAlbumFrame ui)
           
JEmbedDialog(JAlbumFrame window)
           
JMainSettingsPanel(JAlbumFrame frame)
           
JPreferencesWindow(JAlbumFrame parent)
           
JShareWindow(JAlbumFrame parent)
           
 

Uses of JAlbumFrame in se.datadosen.util
 

Methods in se.datadosen.util with parameters of type JAlbumFrame
static void Debug.showErrorDialog(JAlbumFrame window, java.io.IOException ex)