com.borland.jbuilder.node
Class BinaryResourceFileNode

java.lang.Object
  |
  +--com.borland.primetime.node.Node
        |
        +--com.borland.primetime.node.UrlNode
              |
              +--com.borland.primetime.node.FileNode
                    |
                    +--com.borland.jbuilder.node.BinaryResourceFileNode
All Implemented Interfaces:
java.lang.Comparable

public class BinaryResourceFileNode
extends FileNode

BinaryResourceFileNode instances represent binary files. This class adds no functionality to its parent FileNode.


Field Summary
static javax.swing.Icon ICON
          The icon used for Binary files other than sound
 
Fields inherited from class com.borland.primetime.node.Node
EMPTY_ARRAY, nodeListeners
 
Constructor Summary
BinaryResourceFileNode(Project project, Node parent, Url url)
          All FileNode subtypes must expose this constructor signature.
 
Method Summary
static void initOpenTool(byte majorVersion, byte minorVersion)
          OpenTool initialization.
 
Methods inherited from class com.borland.primetime.node.FileNode
check, findBuffer, findFileNodeClass, findFileNodeClass, findFileNodeClass, getBuffer, getDisplayIcon, 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.UrlNode
getSuggestedUrl
 
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
 

Field Detail

ICON

public static final javax.swing.Icon ICON
The icon used for Binary files other than sound
Constructor Detail

BinaryResourceFileNode

public BinaryResourceFileNode(Project project,
                              Node parent,
                              Url url)
                       throws DuplicateNodeException
All FileNode subtypes must expose this constructor signature.
Parameters:
project - The project that the newly created node belongs to. This value must not be null.
parent - The immediate parent of this node. If this value is not null the parent node must belong to the same project.
url - The storage available to this node.
See Also:
Project.getNode(com.borland.primetime.vfs.Url)
Method Detail

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.