oracle.ide.db.model
Class SqlNode
java.lang.Object
   oracle.ide.model.Node
oracle.ide.model.Node
       oracle.ide.model.TextNode
oracle.ide.model.TextNode
           oracle.ide.model.DeployableTextNode
oracle.ide.model.DeployableTextNode
               oracle.ide.db.model.SqlNode
oracle.ide.db.model.SqlNode
- All Implemented Interfaces: 
- Displayable, Element, LazyLoadable, Locatable, Subject, Dirtyable
- public final class SqlNode 
- extends DeployableTextNode
The SqlNode class is a TextNode that represents an SQL or
  PL/SQL file.
- Since:
- 5.0
- See Also:
- TextNode
 
 
 
 
 
| Methods inherited from class oracle.ide.model.TextNode | 
| acquireTextBuffer, acquireTextBufferInterruptibly, acquireTextBufferOrThrow, addTextBufferListener, closeImpl, createOutputStreamWriter, createReader, getInputStream, getInputStream, getLoadEncoding, getReader, getSaveEncoding, getTextBufferDirectly, hasEmptyTextBuffer, isDirty, isReadOnly, markDirty, markDirtyImpl, openImpl, readUnlock, releaseTextBuffer, removeTextBufferListener, reportOpenException, revertImpl, saveImpl, setDefaultLineTerminator, setLoadEncoding, setSaveEncoding, tryAcquireTextBuffer, upgradeUnlock, urlReadOnlyChanged, writeUnlock | 
 
| Methods inherited from class oracle.ide.model.Node | 
| addNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, attach, beginThreadNodeUsageCycle, callUnderReadLock, callUnderWriteLock, close, createSubject, delete, deleteImpl, detach, endThreadNodeUsage, endThreadNodeUsageCycle, ensureOpen, equalsImpl, getAttributes, getChildren, getData, getLongLabel, getShortLabel, getSubject, getTimestamp, getTimestampLoadedUnsafe, getToolTipText, getTransientProperties, getUnmodifiedTimestamp, getURL, isLoaded, isMigrating, isNew, isOpen, isReadLocked, isReadOrWriteLocked, isTrackedInNodeCache, isWriteLocked, lockCount, mayHaveChildren, nodeLock, notifyObservers, open, readLock, readLockCount, readLockInterruptibly, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, rename, renameImpl, revert, runUnderReadLock, runUnderWriteLock, save, setEventLog, setMigrating, setOpen, setReadOnly, setTimestampDirectly, setURL, toString, tryRunUnderReadLock, unsetMigrating, upgradeLock, writeLock, writeLockCount, writeLockInterruptibly | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
EXT
public static final java.lang.String EXT
- Extension for this file type
 
- See Also:
- Constant Field Values
 
PLSQL_EXT
public static final java.lang.String PLSQL_EXT
- See Also:
- Constant Field Values
PLSQL_BODY_EXT
public static final java.lang.String PLSQL_BODY_EXT
- See Also:
- Constant Field Values
PLSQL_SPEC_EXT
public static final java.lang.String PLSQL_SPEC_EXT
- See Also:
- Constant Field Values
SQL_FILTER
public static URLFilter SQL_FILTER
SqlNode
public SqlNode()
SqlNode
public SqlNode(java.net.URL url)
getIcon
public javax.swing.Icon getIcon()
- Description copied from class: Node
- Displayableinterface method.  The Node class returns
  a generic icon.- 
 
- 
- Specified by:
- getIconin interface- Displayable
- Overrides:
- getIconin class- Node
 
- 
- Returns:
- the Iconto be displayed for theDisplayable.
 
setIcon
public void setIcon(javax.swing.Icon icon)
- 
 
Copyright © 1997, 2013, Oracle. All rights reserved.