Package com.borland.jbuilder.node

Interface Summary
JBDebuggable Debuggability of a file node is enabled by the file node implementing the com.borland.jbuilder.node.JBDebuggable interface and extending com.borland.primetime.node.TextFileNode.
WebViewable Node types implement this interface to indicate that they are potentially viewable from a web server.
WebViewable.MaybeServlet This interface further identifies .java and .class files that may be servlets.
 

Class Summary
BinaryResourceFileNode BinaryResourceFileNode instances represent binary files.
ClassFileNode ClassFileNode instances represent Java class files.
CPPFileNode CPPFileNode instances represent C and C++ source and header files.
EJBGRPFileNode EJBGRPFileNode instances represent EJB Group files.
HTMLFileNode HTMLFileNode instances represent HTML, HTM and ASP files.
IDLFileNode IDLFileNode instances represent CORBA Interface Definition Language files.
JarFileNode JarFileNode instances represent a jar file.
JavaFileNode JavaFileNode instances represent Java source files.
JBProject Instances of JBProject represent JBuilder-specific projects.
JspFileNode JspFileNode instances represent JSP files.
PackageNode PackageNode instances represent Java packages as logical containers whose display children are determined dynamically based on project paths.
PropertiesFileNode PropertiesFileNode instances represent Java property files.
SchemaFileNode SchemaFileNode instances represent a DataExpress schema file.
ServletHelper Provides support for WebViewable files that may be servlets.
SoundFileNode This class registers all sound-related file types.
SQLFileNode SQLFileNode instances represent Structure Query Language files.
SQLJFileNode SQLJFileNode instances represent SQLJ files.
TldFileNode TldFileNode instances represent JSP Tag Library Descriptor files, which are an application of XML.
XMLFileNode XMLFileNode instances represent XML files and files with XML derived languages, such as XSL and WML.