|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.ide.db.model.BaseDBObjectNode
public abstract class BaseDBObjectNode
Convenience subclass of Node that implements DBObjectNode. Client code should not register against, or rely on this class. Where possible use the interface.
DBObjectNode,
BaseDBTextNode,
BasePlSqlTextNode| Field Summary |
|---|
| Fields inherited from class oracle.ide.model.Node |
|---|
LOG_READONLY |
| Constructor Summary | |
|---|---|
BaseDBObjectNode()
|
|
| Method Summary | |
|---|---|
DBObject |
getDBObject()
Returns the DBObject for the node. |
javax.swing.Icon |
getIcon()
Default implementation of this Displayable method returns the appropriate icon for the object's type. |
DBObjectProvider |
getProvider()
Gets the provider from the DBObjectProviderFactory using the key returned by getProviderIdentifier(). |
java.lang.String |
getShortLabel()
Default implementation of this Displayable method returns the object name. |
void |
init(DBObject obj,
DBObjectProvider pro)
Initialises a new node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.ide.db.model.DBObjectNode |
|---|
getObjectName |
| Methods inherited from interface oracle.ide.db.model.DBObjectTypeNode |
|---|
getObjectType, getProviderIdentifier, getSchemaName |
| Methods inherited from interface oracle.ide.model.Locatable |
|---|
getURL, setURL |
| Methods inherited from interface oracle.ide.model.Element |
|---|
getAttributes, getChildren, getData, mayHaveChildren |
| Methods inherited from interface oracle.ide.model.Displayable |
|---|
getLongLabel, getToolTipText, toString |
| Constructor Detail |
|---|
public BaseDBObjectNode()
| Method Detail |
|---|
public DBObject getDBObject()
getDBObject in interface DBObjectNodepublic DBObjectProvider getProvider()
getProvider in interface DBObjectNodeDBObjectTypeNode.getProviderIdentifier()
public void init(DBObject obj,
DBObjectProvider pro)
DBObjectNode
init in interface DBObjectNodepublic javax.swing.Icon getIcon()
getIcon in interface DisplayablegetIcon in class NodeIcon to be displayed for the
Displayable.public java.lang.String getShortLabel()
getShortLabel in interface DisplayablegetShortLabel in class NodeDisplayable
that can be shown to the user.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||