|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.model.JProjectSettingsPanel
This is the panel that corresponding to the project properties dialog.
Field Summary | |
static java.lang.String |
DEFAULT_PROJECT_KEY
|
Method Summary | |
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. |
static boolean |
isDefaultProject(Namespace data)
Returns true if the specified Namespace corresponds to
data from the default project. |
static void |
removeRootNavigable(Navigable navigable)
Unregisters the specified Navigable object so that
it will no longer be shown in the project settings dialog. |
static void |
showDialog(java.awt.Frame parent,
JProject project)
Shows the project settings dialog for editing the project. |
static void |
showDialog(java.awt.Frame parent,
JProject project,
java.lang.String[] selectionPath)
|
static void |
showDialog(JProject project)
Shows the project settings dialog for editing the project. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_PROJECT_KEY
Method Detail |
public static final boolean isDefaultProject(Namespace data)
Namespace
corresponds to
data from the default project.
public static void addRootNavigable(Navigable navigable)
Navigable
object with the
JProjectSettingsPanel
as one of the root
Navigable
s to show in the project settings dialog.
public static void removeRootNavigable(Navigable navigable)
Navigable
object so that
it will no longer be shown in the project settings dialog.
public static void showDialog(JProject project)
public static void showDialog(java.awt.Frame parent, JProject project)
Frame
.
public static void showDialog(java.awt.Frame parent, JProject project, java.lang.String[] selectionPath)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.