HEADER

Uses of Class
com.developmentontheedge.application.ApplicationFrame

Packages that use ApplicationFrame
biouml.workbench 
biouml.workbench.module 
com.developmentontheedge.application 
ru.biosoft.access.support 
ru.biosoft.workbench 

Uses of ApplicationFrame in biouml.workbench
 

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

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

Uses of ApplicationFrame in biouml.workbench.module
 

Constructors in biouml.workbench.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)
          
 

Uses of ApplicationFrame in ru.biosoft.access.support
 

Constructors in ru.biosoft.access.support with parameters of type ApplicationFrame
AbstractExportDialog.AbstractExportDialog(ApplicationFrame frame, String dialogName, String[] formatList)
          A constructor of AbstractExportDialog
AbstractExportDialog.AbstractExportDialog(ApplicationFrame frame, String dialogName)
          A constructor of AbstractIxportDialog
AbstractExportDialog.AbstractExportDialog(ApplicationFrame frame, JDialog parent, String dialogName, String[] formatList, String dcPath, String selectedProject, boolean haveCheckBox)
          A constructor of AbstractExportDialog
AbstractExportDialog.AbstractExportDialog(ApplicationFrame frame, JFrame parent, String dialogName, String[] formatList, String dcPath, String selectedProject, boolean haveCheckBox)
          A constructor of AbstractExportDialog
AbstractImportDialog.AbstractImportDialog(ApplicationFrame frame, String dialogName, String[] formatList, String[] categoryList, boolean haveCheckBox, JMenuItem menu)
          A constructor of AbstractImportDialog
AbstractImportDialog.AbstractImportDialog(ApplicationFrame frame, String dialogName, String[] formatList, String[] categoryList, JMenuItem menu)
          A constructor of AbstractImportDialog
AbstractImportDialog.AbstractImportDialog(ApplicationFrame frame, String dialogName)
          A constructor of AbstractImportDialog
 

Methods in ru.biosoft.access.support with parameters of type ApplicationFrame
voidAbstractExportDialog.init(String[] formatList, String dcPath, String selectedProject, boolean showCheckBoxCopyFile, ApplicationFrame frame)
          Initialization function
voidAbstractImportDialog.init(String[] formatList, String[] categoryList, boolean haveCheckBox, ApplicationFrame frame, JMenuItem menu)
          Initialization function
 

Uses of ApplicationFrame in ru.biosoft.workbench
 

Subclasses of ApplicationFrame in ru.biosoft.workbench
class WorkbenchWindow
          
 


FOOTER

BOTTOM