com.borland.jbuilder.node
Class SoundFileNode
java.lang.Object
|
+--com.borland.primetime.node.Node
|
+--com.borland.primetime.node.UrlNode
|
+--com.borland.primetime.node.FileNode
|
+--com.borland.jbuilder.node.SoundFileNode
- All Implemented Interfaces:
- java.lang.Comparable, CopiedResource
- public class SoundFileNode
- extends FileNode
- implements CopiedResource
This class registers all sound-related file types.
Field Summary |
static javax.swing.Icon |
ICON
The icon used for files for this class. |
Method Summary |
javax.swing.Icon |
getDisplayIcon()
Return the icon used for this type of file. |
static void |
initOpenTool(byte majorVersion,
byte minorVersion)
OpenTool initialization |
Methods inherited from class com.borland.primetime.node.FileNode |
check, findBuffer, findFileNodeClass, findFileNodeClass, findFileNodeClass, getBuffer, getDisplayName, getDisplaySequence, getInputStream, getLongDisplayName, getOutputStream, getTimestamp, getUrl, isModified, isNew, isPersistant, isReadOnly, registerFileNodeClass, rename, revert, save, saveAs, setUrl |
Methods inherited from class com.borland.primetime.node.Node |
addNodeListener, compareTo, dumpNodes, dumpNodes, dumpNodes, equals, fireNodeRenamed, getChildren, getDisplayChildren, getNodeID, getParent, getProject, getProperties, getProperty, getProperty, getProperty, hasChildren, hasDisplayChildren, hashCode, makePersistant, removeNodeListener, setParent, setProperty, setProperty, setProperty, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ICON
public static final javax.swing.Icon ICON
- The icon used for files for this class.
SoundFileNode
public SoundFileNode(Project project,
Node parent,
Url url)
throws DuplicateNodeException
- All FileNode subtypes must expose this constructor signature.
- Parameters:
project
- Project (cannot be null) to which this node will be associated.parent
- Immediate parent (may be null) of this node and must be of same Project.url
- The storage available to this node.- Throws:
DuplicateNodeException
- if node already registered.
initOpenTool
public static void initOpenTool(byte majorVersion,
byte minorVersion)
- OpenTool initialization
- Parameters:
majorVersion
- Major release number for which OpenTool is being initialized.minorVersion
- Minor release number for which OpenTool is being initialized.
getDisplayIcon
public javax.swing.Icon getDisplayIcon()
- Return the icon used for this type of file.
- Overrides:
getDisplayIcon
in class FileNode
- Returns:
- The icon for this file type.