|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Package | |
org.objectweb.jac.ide | This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). |
org.objectweb.jac.ide.diagrams |
Uses of Package in org.objectweb.jac.ide |
Methods in org.objectweb.jac.ide that return Package | |
Package |
Diagram.getContainer()
Get the value of container. |
Package |
Instance.getContainer()
Get the value of container. |
Package |
Group.getContainer()
Get the value of container. |
Package |
Project.getPackageByName(String packageName)
Gets a package with a given name |
Package |
Project.findPackage(String pkgName)
Find a package by its full name (my.package.ClassName) |
Package |
Package.getParent()
Get the value of parent. |
Package |
Package.getPackageByName(String pkgName)
|
Package |
Package.findPackage(String pkgName)
Find a package by its full name (my.package.ClassName) |
Package |
Class.getContainer()
Get the value of container. |
Methods in org.objectweb.jac.ide with parameters of type Package | |
void |
IntegrityPlugin.genClassConfig(Writer output,
Project project,
Package pkg,
Class cl)
|
void |
PersistencePlugin.genClassConfig(Writer output,
Project project,
Package pkg,
Class cl)
|
void |
GuiPlugin.genPackageConfig(Writer output,
Project project,
Package pkg)
|
void |
GuiPlugin.genClassConfig(Writer output,
Project project,
Package pkg,
Class cl)
|
void |
GuiPlugin.genRoleConfig(Writer output,
Project project,
Package pkg,
Class cl,
RelationRole role)
|
void |
GuiPlugin.genFieldConfig(Writer output,
Project project,
Package pkg,
Class cl,
Field field)
|
void |
GuiPlugin.genMethodConfig(Writer output,
Project project,
Package pkg,
Class cl,
Method method)
|
void |
RttiPlugin.genFieldConfig(Writer output,
Project project,
Package pkg,
Class cl,
Field field)
|
void |
RttiPlugin.genRoleConfig(Writer output,
Project project,
Package pkg,
Class cl,
RelationRole role)
|
static void |
CodeGeneration.createPackageCode(Project prj,
Package pkg,
File baseDir,
String ppath)
Generate code for the classes of a package and its subpackages. |
static void |
CodeGeneration.generateCode(Package pkg)
|
void |
Diagram.setContainer(Package v)
Set the value of container. |
void |
Instance.setContainer(Package v)
Set the value of container. |
void |
Group.setContainer(Package v)
Set the value of container. |
void |
Project.addPackage(Package p)
|
void |
Project.removePackage(Package p)
|
void |
Package.setParent(Package v)
Set the value of parent. |
void |
Package.addSubPackage(Package p)
|
void |
Package.removeSubPackage(Package p)
|
void |
Class.setContainer(Package v)
Set the value of container. |
void |
AbstractPlugin.genPackageConfig(Writer output,
Project project,
Package pkg)
Generate default rtti config code for a package |
void |
AbstractPlugin.genClassConfig(Writer output,
Project project,
Package pkg,
Class cl)
Generate default rtti config code for a class |
void |
AbstractPlugin.genFieldConfig(Writer output,
Project project,
Package pkg,
Class cl,
Field field)
Generate default rtti config code for a field |
void |
AbstractPlugin.genMethodConfig(Writer output,
Project project,
Package pkg,
Class cl,
Method method)
Generate default rtti config code for a method |
void |
AbstractPlugin.genRoleConfig(Writer output,
Project project,
Package pkg,
Class cl,
RelationRole role)
Generate default rtti config code for a relation role |
Uses of Package in org.objectweb.jac.ide.diagrams |
Methods in org.objectweb.jac.ide.diagrams that return Package | |
Package |
GenericObjectFigure.getContainerPackage()
Get the value of containerPackage. |
Package |
InstanceFigure.getContainerPackage()
Get the value of containerPackage. |
Package |
ClassFigure.getContainerPackage()
Get the value of containerPackage. |
Methods in org.objectweb.jac.ide.diagrams with parameters of type Package | |
void |
GenericObjectFigure.setContainerPackage(Package v)
Set the value of containerPackage. |
void |
InstanceFigure.setContainerPackage(Package v)
Set the value of containerPackage. |
void |
ClassFigure.setContainerPackage(Package v)
Set the value of containerPackage. |
Constructors in org.objectweb.jac.ide.diagrams with parameters of type Package | |
AspectFigure(ClassFigure figure,
Package pack,
CH.ifa.draw.framework.DrawingView view)
|
|
GenericObjectFigure(GenericFigure fig,
Package pack,
CH.ifa.draw.framework.DrawingView view)
|
|
ClassFigure(ClassFigure figure,
Package pack,
CH.ifa.draw.framework.DrawingView view)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |