ej-technologies

org.gjt.jclasslib.nbmodule
Class ClassFileNode

java.lang.Object
  extended byAbstractNode
      extended byorg.gjt.jclasslib.nbmodule.ClassFileNode

public class ClassFileNode
extends AbstractNode

Node for a ClassFileViewer component.

Version:
$Revision: 1.4 $ $Date: 2003/08/18 07:57:52 $
Author:
Ingo Kegel
See Also:
Serialized Form

Nested Class Summary
static class ClassFileNode.ClassFileNodeHandle
          Node handle for a ClassFileNode.
 
Constructor Summary
ClassFileNode(FileObject fo)
          Constructor.
 
Method Summary
 FileObject getFileObject()
          Get the associated file object.
 Node.Handle getHandle()
          Get the associated node handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileNode

public ClassFileNode(FileObject fo)
Constructor.

Parameters:
fo - the file object.
Method Detail

getFileObject

public FileObject getFileObject()
Get the associated file object.

Returns:
the file object.

getHandle

public Node.Handle getHandle()
Get the associated node handle.

Returns:
the node handle.

ej-technologies