|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.config.ProjectOptions
public class ProjectOptions
A class for managing a dialog for configuring the properties of a project. The dialog itself works like jEdit's OptionsDialog (from which an inner class extends). This class allows plugins to add option panes to it via services.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |