Uses of Class
org.objectweb.jac.ide.Application

Packages that use Application
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of Application in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide that return Application
 Application Projects.getCurrentApplication()
           
 Application AspectConfiguration.getApplication()
          Get the value of application.
 

Methods in org.objectweb.jac.ide with parameters of type Application
 void Projects.setCurrentApplication(Application application)
           
 void Project.addApplication(Application a)
           
 void Project.removeApplication(Application a)
           
static void CodeGeneration.createApplicationCode(Project prj, Application app, File baseDir)
          Generate code for an application (Run and aspect configurations)
 void AspectConfiguration.setApplication(Application v)
          Set the value of application.
static Collection Application.getMainClasses(Application application)
          Returns available main classes (Classes wich have a static void main(String[]) method)