Returns an array containing the classpath
entries that the VisualAge for Java VM would by default add
at the end of your classpath environment
variable.
importData(ImportCodeSpec).
Method in interface com.ibm.ivj.util.base.Workspace
Import specified selection as code (.java, .class, resources)
Note, that importData() implements the following behavior
in terms of container versioning:
all types (classes and interfaces) are always imported as
a new edition of the type, regardless whether the type
already existed in the workspace, was a version or an edition.
importData(ImportInterchangeSpec).
Method in interface com.ibm.ivj.util.base.Workspace
Import specified selection into the repository from interchange
file.
This method encapsulates the function of the
VisualAge for Java file selection dialog.
promptForInterface(String, String, WorkspaceModel, String).
Method in interface com.ibm.ivj.util.base.Workspace
This method encapsulates the function of the
VisualAge for Java type selection dialog (filtered for interfaces only).
promptForModel(WorkspaceModel[], String, String, String).
Method in interface com.ibm.ivj.util.base.Workspace
This method encapsulates the function of the
VisualAge for Java model selection dialog.It allows the caller to supply
a list containing WorkspaceModel instances (Project, Package
or Type).
promptForPackage(Package[], String, String, String).
Method in interface com.ibm.ivj.util.base.Workspace
This method encapsulates the function of the
VisualAge for Java package selection dialog.It allows the caller to supply
the package list
promptForPackage(String, String, Project, String).
Method in interface com.ibm.ivj.util.base.Workspace
This method encapsulates the function of the
VisualAge for Java package selection dialog.
promptForProject(Project[], String, String, String).
Method in interface com.ibm.ivj.util.base.Workspace
This method encapsulates the function of the
VisualAge for Java project selection dialog.