Extension SDK 10.1.2


oracle.jdeveloper.cm.dt
Class Oc4jConnectionNode

java.lang.Object
  extended byoracle.ide.IdeSubject
      extended byoracle.jdeveloper.cm.dt.ConnectionNode
          extended byoracle.jdeveloper.cm.dt.Oc4jConnectionNode

All Implemented Interfaces:
Category, java.lang.Comparable, ConnectionBrowsable, Data, Dirtyable, Displayable, Document, Element, Folder, LazyLoadable, Locatable, Node, oracle.jdeveloper.cm.dt.browser.Refreshable, Subject

public class Oc4jConnectionNode
extends ConnectionNode

Field Summary

Fields inherited from interface oracle.ide.addin.Subject
OBJECT_MODIFIED

Fields inherited from interface oracle.ide.model.Category
UNDEFINED

Constructor Summary
Oc4jConnectionNode()
Constructor.
Oc4jConnectionNode(java.net.URL url)
Constructor.

Method Summary
javax.swing.Icon getIcon()
Returns the Icon for this node instance
protected boolean isOpenThreaded()
Indicates whether open() should be performed on another thread (with a dialog shown allowing the user to cancel).

Methods inherited from class oracle.jdeveloper.cm.dt.ConnectionNode
add, canAdd, canRemove, close, compareTo, containsChild, ensureOpen, getAttributes, getCategory, getChildren, getClientProperty, getConnectionBrowser, getConnectionDescriptor, getConnectionName, getData, getInputStream, getLongLabel, getShortLabel, getTimestamp, getToolTipText, getURL, isConnected, isDirty, isNew, isOpen, isReadOnly, markDirty, mayHaveChildren, open, putClientProperty, refresh, remove, removeAll, reopen, save, setConnected, setConnectionBrowser, setConnectionDescriptor, setConnectionName, setURL, size

Methods inherited from class oracle.ide.IdeSubject
attach, copy, detach, getObservers, notifyObservers, setObservers

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface oracle.ide.model.Displayable
toString

Methods inherited from interface oracle.ide.addin.Subject
attach, detach, notifyObservers

Constructor Detail

Oc4jConnectionNode

public Oc4jConnectionNode(java.net.URL url)
Constructor.
Parameters:
url - unique url identifying this document.

Oc4jConnectionNode

public Oc4jConnectionNode()
Constructor.

Method Detail

getIcon

public javax.swing.Icon getIcon()
Description copied from class: ConnectionNode
Returns the Icon for this node instance
Specified by:
getIcon in interface Displayable
Overrides:
getIcon in class ConnectionNode

isOpenThreaded

protected boolean isOpenThreaded()
Description copied from class: ConnectionNode
Indicates whether open() should be performed on another thread (with a dialog shown allowing the user to cancel). By default, Connection Nodes are not opened on another thread, but subclasses can override this method if the open() operation could potentially be a lengthy operation.
Overrides:
isOpenThreaded in class ConnectionNode

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.