public class ProjectOptions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static VPTProject |
run(VPTProject proj,
boolean isNew,
VPTGroup parent)
Deprecated.
|
static VPTProject |
run(VPTProject proj,
boolean isNew,
VPTGroup parent,
java.lang.String startupPane)
Shows the project options dialog for the given project.
|
public static VPTProject run(VPTProject proj, boolean isNew, VPTGroup parent, java.lang.String startupPane)
Should not be called from outside ProjectViewer.
proj
- The project to edit (null to create a new one).isNew
- If a non-null project is provided, whether to
treat is as a new project.parent
- The parent node where to insert new projects;
may be null.startupPane
- The name of the pane to show on dialog startup,
may be null.@Deprecated public static VPTProject run(VPTProject proj, boolean isNew, VPTGroup parent)
This method displays a warning when being used, to detect potential plugins that call it.