| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.jdeveloper.offlinedb.browser.SchemaNode
public class SchemaNode
Node for the schema/package object in the system navigator. Massively simplified in 10.1.3 - no longer has any children as they are handled seperately by the new dynamic projects.
| Field Summary | |
|---|---|
static java.lang.String | 
FILE_EXT
 | 
static java.lang.String | 
SCHEMA_PACKAGE_KEY
 | 
| Fields inherited from class oracle.ide.model.Node | 
|---|
LOG_READONLY | 
| Constructor Summary | |
|---|---|
SchemaNode()
 | 
|
| Method Summary | |
|---|---|
protected  void | 
closeImpl()
Subclasses should override this method to customize the close() behavior.  | 
 Attributes | 
getAttributes()
This method returns an Attributes object that encodes the 
  attributes of the Element. | 
 javax.swing.Icon | 
getIcon()
Displayable interface method. | 
 Schema | 
getSchema()
 | 
 java.lang.String | 
getShortLabel()
Displayable interface method. | 
protected  void | 
openImpl()
Subclasses should override this method to customize the open() behavior.  | 
protected  void | 
saveImpl()
Subclasses should override this method to customize the save() behavior.  | 
 void | 
setSchema(Schema schema)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String FILE_EXT
public static final java.lang.String SCHEMA_PACKAGE_KEY
| Constructor Detail | 
|---|
public SchemaNode()
| Method Detail | 
|---|
public Schema getSchema()
public void setSchema(Schema schema)
public javax.swing.Icon getIcon()
NodeDisplayable interface method.  The Node class returns
  a generic icon.
getIcon in interface DisplayablegetIcon in class NodeIcon to be displayed for the
  Displayable.public java.lang.String getShortLabel()
NodeDisplayable interface method.  The Node class returns
  the file name part of the currently set URL.  If the
  currently set URL is null, then this method
  returns "<null>".
getShortLabel in interface DisplayablegetShortLabel in class NodeDisplayable
  that can be shown to the user.public Attributes getAttributes()
ElementAttributes object that encodes the 
  attributes of the Element. Changing the attribute 
  settings on the return object changes the element attributes.
  
  Subclasses should use their super class attributes object to
  define their own attributes. This allows subclasses to 
  inherit their super class attributes. If a subclass does not
  wish to inherit attributes, they should first call
  getAttributes().clear() and define new attributes.
getAttributes in interface ElementgetAttributes in class Node
protected void openImpl()
                 throws java.io.IOException
NodeNode.open() invokes this only if the node is not open, under
 write lock.  The Node implementation does nothing.
openImpl in class Nodejava.io.IOException - if an I/O error occurred while opening
protected void saveImpl()
                 throws java.io.IOException
NodeNode.save() invokes this only if the node is dirty, under
 write lock.  The Node implementation does nothing.
saveImpl in class Nodejava.io.IOException - if an I/O error occurred while saving
protected void closeImpl()
                  throws java.io.IOException
NodeNode.close() invokes this only if the node is open, under
 write lock.  The Node implementation does nothing.
closeImpl in class Nodejava.io.IOException - if an I/O error occurred while closing
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||