oracle.jdeveloper.model
Class JProjectSettingsPanel
java.lang.Object
oracle.jdeveloper.model.JProjectSettingsPanel
- public class JProjectSettingsPanel
- extends java.lang.Object
This is the panel that corresponding to the project properties dialog.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PROJECT_KEY
public static final java.lang.String DEFAULT_PROJECT_KEY
-
- See Also:
- Constant Field Values
isDefaultProject
public static final boolean isDefaultProject(Namespace data)
- Returns true if the specified
Namespace
corresponds to data from the default project.
addRootNavigable
public static void addRootNavigable(Navigable navigable)
- Registers the specified
Navigable
object with the JProjectSettingsPanel
as one of the root Navigable
s to show in the project settings dialog.
removeRootNavigable
public static void removeRootNavigable(Navigable navigable)
- Unregisters the specified
Navigable
object so that it will no longer be shown in the project settings dialog.
showDialog
public static void showDialog(JProject project)
- Shows the project settings dialog for editing the project. The dialog is parented onto the IDE's main window.
showDialog
public static void showDialog(java.awt.Frame parent,
JProject project)
- Shows the project settings dialog for editing the project. The dialog is parented onto the specified
Frame
.
showDialog
public static void showDialog(java.awt.Frame parent,
JProject project,
java.lang.String[] selectionPath)
Copyright © 1997, 2004, Oracle. All rights reserved.