|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Namespace | |
---|---|
oracle.ide.db.dialogs | Dialogs for working with database objects in the IDE. |
oracle.ide.db.panels.sql | UI classes for declaratively editing a SQL query. |
oracle.ide.db.transfer.generate | Contains classes that control the targets available for generating database objects to in the IDE. |
oracle.ide.model.panels | |
oracle.ide.panels | Provides a framework for building panel-based UI. |
oracle.ide.util | Contains utility classes. |
oracle.ide.wizard | Contains classes that can be used to integrate gallery items and wizards into the product. |
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.dt.wizard.spi | |
oracle.jdeveloper.engine.db | |
oracle.jdeveloper.panels | |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
Uses of Namespace in oracle.ide.db.dialogs |
---|
Methods in oracle.ide.db.dialogs that return Namespace | |
---|---|
protected Namespace |
BaseDBEditorFactory.createNamespace(DBObjectProvider provider, DBObject object, DBObject child, java.util.Map<java.lang.String,java.lang.Class> verifiers, boolean isEdit, boolean commitToProvider) |
Uses of Namespace in oracle.ide.db.panels.sql |
---|
Fields in oracle.ide.db.panels.sql declared as Namespace | |
---|---|
protected Namespace |
BaseSQLQueryBuilderPanel.m_namespace |
Methods in oracle.ide.db.panels.sql with parameters of type Namespace | |
---|---|
protected static SQLQuery |
BaseSQLQueryBuilderPanel.findQuery(Namespace namespace) Finds the SQLQuery in the given namespace. |
Uses of Namespace in oracle.ide.db.transfer.generate |
---|
Methods in oracle.ide.db.transfer.generate that return Namespace | |
---|---|
protected abstract Namespace |
GenerateController.createNamespace(TransferDescriptor desc, Context context) |
Uses of Namespace in oracle.ide.model.panels |
---|
Methods in oracle.ide.model.panels with parameters of type Namespace | |
---|---|
static boolean |
ProjectSettingsTraversablePanel.editingUserProperties(Namespace data) Indicates whether or not the supplied Namespace corresponds to user properties opposed to shared properties. |
protected static Project |
ProjectSettingsTraversablePanel.getProject(Namespace data) Returns the current Project in the Namespace . |
protected static PropertyStorage |
ProjectSettingsTraversablePanel.getPropertyData(Namespace data) Gets a PropertyStorage object that wraps the properties HashStructure , which is stored in the Namespace with the key: . |
static boolean |
ProjectSettingsTraversablePanel.isDefaultProject(Namespace data) Indicates whether or not the data in the supplied corresponds to the default project properties data. |
Uses of Namespace in oracle.ide.panels |
---|
Subclasses of Namespace in oracle.ide.panels | |
---|---|
class |
TraversableContext The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited. |
Methods in oracle.ide.panels that return Namespace | |
---|---|
Namespace |
NavigableContext.getScope() |
Namespace |
NavigableContext.popScope() |
Namespace |
NavigableContext.setScope(Namespace scope) |
Methods in oracle.ide.panels with parameters of type Namespace | |
---|---|
java.lang.String |
NavigableContext.pushAnonymousScope(Namespace scope, Navigable nav) |
void |
NavigableContext.pushScope(java.lang.String name, Namespace scope) |
void |
NavigableContext.pushScope(java.lang.String name, Namespace scope, Navigable nav) |
protected void |
Navigable.setDataScope(Namespace dataScope) Sets the specified Namespace as the data scope for this Navigable . |
Namespace |
NavigableContext.setScope(Namespace scope) |
Constructors in oracle.ide.panels with parameters of type Namespace | |
---|---|
NodeTDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback, Node[] sources) The traversable's onEntry(...) method is called as a side effect of constructing the NodeTDialogLauncher. |
|
TDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data) |
|
TDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback) The traversable's onEntry(...) method is called as a side effect of constructing the TDialogLauncher. |
|
TraversableContext(Namespace namespace, int direction) This constructor creates a new instance using the specified Namespace as the data context. |
Uses of Namespace in oracle.ide.util |
---|
Methods in oracle.ide.util that return Namespace | |
---|---|
Namespace |
Namespace.getParent() Returns the Namespace that is the immediate parent of this Namespace . |
Namespace |
Namespace.getRoot() Returns the root Namespace of the hierarchy containing this Namespace . |
Methods in oracle.ide.util with parameters of type Namespace | |
---|---|
void |
Namespace.put(java.lang.String[] keyPath, Namespace ns) Adds the specified Namespace to the specified namespace path. |
void |
Namespace.put(java.lang.String key, Namespace ns) Adds the specified Namespace as a child of this Namespace . |
protected void |
Namespace.setParent(Namespace parent) Special care must be taken when calling this method. |
Constructors in oracle.ide.util with parameters of type Namespace | |
---|---|
Namespace(java.util.Map data, Namespace parent) Creates a new Namespace whose data is the specified Map and whose parent is the specified Namespace . |
|
Namespace(Namespace parent) Creates a new empty Namespace whose parent is the specified Namespace . |
|
Namespace(Namespace original, boolean copyDataMap) This is a pseudo copy constructor for use by subclasses which need to take on the responsibilities of an existing Namespace . |
Uses of Namespace in oracle.ide.wizard |
---|
Methods in oracle.ide.wizard that return Namespace | |
---|---|
Namespace |
GenericWizardLauncher.getNamespace() |
Constructors in oracle.ide.wizard with parameters of type Namespace | |
---|---|
FSMWizard(FSM fsm, Namespace data) Creates an instance of FSMWizard using the specified FSM to drive the sequence of panels and the specified Namespace as the backing storage for the TraversableContext that is passed to the panels in their onEntry(...) and onExit(...) methods. |
|
FSMWizard(Step[] steps, Namespace data) Creates a straight-through FSMWizard using the specified sequence of Steps. |
Uses of Namespace in oracle.jdeveloper.deploy |
---|
Subclasses of Namespace in oracle.jdeveloper.deploy | |
---|---|
class |
DeployShell |
Uses of Namespace in oracle.jdeveloper.deploy.dt.wizard.spi |
---|
Methods in oracle.jdeveloper.deploy.dt.wizard.spi that return Namespace | |
---|---|
Namespace |
AbstractWizardBuilder.getData() |
Namespace |
WizardBuilder.getData() |
Uses of Namespace in oracle.jdeveloper.engine.db |
---|
Fields in oracle.jdeveloper.engine.db declared as Namespace | |
---|---|
protected Namespace |
DBRevEngine._ns |
Methods in oracle.jdeveloper.engine.db with parameters of type Namespace | |
---|---|
java.util.List |
DBRevEngine.generateComponents(Namespace namespace) |
static java.lang.String |
DBRevEngineProps.getBasePackage(Namespace n) |
static java.lang.Object[] |
DBRevEngineProps.getChosenTables(Namespace n) |
static Context |
DBRevEngineProps.getContext(Namespace n) |
static java.lang.String |
DBRevEngineProps.getCurrConnName(Namespace n) |
static java.sql.DatabaseMetaData |
DBRevEngineProps.getDatabaseMetaData(Namespace n) |
static java.lang.Boolean |
DBRevEngineProps.getLogToSystemOut(Namespace n) |
static Project |
DBRevEngineProps.getProject(Namespace n) |
static java.lang.Boolean |
DBRevEngineProps.getUseSubPackage(Namespace n) |
protected void |
DBRevEngine.initializeFromNamespace(Namespace namespace) |
static void |
DBRevEngineProps.setBasePackage(Namespace n, java.lang.String v) |
static void |
DBRevEngineProps.setChosenTables(Namespace n, java.lang.Object[] v) |
static void |
DBRevEngineProps.setContext(Namespace n, Context v) |
static void |
DBRevEngineProps.setCurrConnName(Namespace n, java.lang.String v) |
static void |
DBRevEngineProps.setDatabaseMetaData(Namespace n, java.sql.DatabaseMetaData v) |
static void |
DBRevEngineProps.setLogToSystemOut(Namespace n, java.lang.Boolean v) |
static void |
DBRevEngineProps.setProject(Namespace n, Project v) |
static void |
DBRevEngineProps.setUseSubPackage(Namespace n, java.lang.Boolean v) |
Uses of Namespace in oracle.jdeveloper.panels |
---|
Fields in oracle.jdeveloper.panels declared as Namespace | |
---|---|
protected Namespace |
SelectDatabaseObjectsPanel._namespace |
Methods in oracle.jdeveloper.panels with parameters of type Namespace | |
---|---|
static java.lang.String |
SelectDatabaseObjectsPanel.getCurrConnName(Namespace namespace) |
static void |
SelectDatabaseObjectsPanel.setCurrConnName(java.lang.String currConnName, Namespace namespace) |
Uses of Namespace in oracle.jdeveloper.runner |
---|
Methods in oracle.jdeveloper.runner with parameters of type Namespace | |
---|---|
static RunConfiguration |
RunConfigurationEditorUtil.getRunConfiguration(Namespace namespace) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |