org.acm.seguin.ide.jedit
Class JavaStylePlugin.JavaTree

java.lang.Object
  extended by EBMessage
      extended by org.acm.seguin.ide.jedit.JavaStylePlugin.JavaTree
Enclosing class:
JavaStylePlugin

public final class JavaStylePlugin.JavaTree
extends EBMessage

Description of the Class

Since:
2.9.12
Author:
Mike Atkinson

Constructor Summary
JavaStylePlugin.JavaTree(EBComponent component, Buffer buffer, javax.swing.tree.TreeNode node)
          Constructor for the JavaTree object
 
Method Summary
 javax.swing.tree.TreeNode getRootNode()
          Gets the rootNode attribute of the JavaTree object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaStylePlugin.JavaTree

public JavaStylePlugin.JavaTree(EBComponent component,
                                Buffer buffer,
                                javax.swing.tree.TreeNode node)
Constructor for the JavaTree object

Parameters:
component - Description of Parameter
buffer - Description of Parameter
node - Description of Parameter
Since:
2.9.12
Method Detail

getRootNode

public javax.swing.tree.TreeNode getRootNode()
Gets the rootNode attribute of the JavaTree object

Returns:
The rootNode value
Since:
2.9.12