Extension SDK

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.


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 Navigables to show in the project settings dialog.
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

DEFAULT_PROJECT_KEY

public static final java.lang.String DEFAULT_PROJECT_KEY
Method Detail

addRootNavigable

public static void addRootNavigable(Navigable navigable)
Registers the specified Navigable object with the JProjectSettingsPanel as one of the root Navigables 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)

Extension SDK