Uses of Interface
org.eclipse.modisco.java.composition.javaapplication.JavaApplication

Packages that use JavaApplication
org.eclipse.modisco.java.composition.javaapplication   
 

Uses of JavaApplication in org.eclipse.modisco.java.composition.javaapplication
 

Methods in org.eclipse.modisco.java.composition.javaapplication that return JavaApplication
 JavaApplication JavaapplicationFactory.createJavaApplication()
          Returns a new object of class 'Java Application'.
 JavaApplication Java2Directory.getParent()
          Returns the value of the 'Parent' reference.
 JavaApplication JavaJar2File.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.modisco.java.composition.javaapplication with parameters of type JavaApplication
 void Java2Directory.setParent(JavaApplication value)
          Sets the value of the 'Parent' reference.
 void JavaJar2File.setParent(JavaApplication value)
          Sets the value of the 'Parent' container reference.