HEADER

Uses of Class
com.developmentontheedge.application.ApplicationFrame

Packages that use ApplicationFrame
biouml.editor 
biouml.editor.module 
com.developmentontheedge.application 

Uses of ApplicationFrame in biouml.editor
 

Subclasses of ApplicationFrame in biouml.editor
class BioUMLApplication
          General class for different BioUML applications.
 

Constructors in biouml.editor with parameters of type ApplicationFrame
PreferencesDialog.PreferencesDialog(ApplicationFrame owner, String title)
          
 

Uses of ApplicationFrame in biouml.editor.module
 

Constructors in biouml.editor.module with parameters of type ApplicationFrame
StatusInfoDialog.StatusInfoDialog(ApplicationFrame frame, String title, Category cat, JobControl jobControl)
          A constructor
 

Uses of ApplicationFrame in com.developmentontheedge.application
 

Methods in com.developmentontheedge.application that return ApplicationFrame
static ApplicationFrameApplication.getApplicationFrame()
          
 

Methods in com.developmentontheedge.application with parameters of type ApplicationFrame
static voidApplication.registerApplicationFrame(ApplicationFrame frame)
          
 


FOOTER

BOTTOM