org.acm.seguin.ide.jbuilder
Class TextStructureDelegate

java.lang.Object
  extended by TextStructure
      extended by org.acm.seguin.ide.jbuilder.TextStructureDelegate
Direct Known Subclasses:
RefactoringStructure

public class TextStructureDelegate
extends TextStructure

Description of Class

Author:
unknown

Constructor Summary
TextStructureDelegate(TextStructure init)
          Constructor for the TextStructureDelegate object
 
Method Summary
 EditorPane getEditorPane()
          Gets the editorPane attribute of the TextStructureDelegate object
 java.util.List getExpandState()
          Gets the expandState attribute of the TextStructureDelegate object
 javax.swing.JPopupMenu getPopup()
          Gets the popup attribute of the TextStructureDelegate object
 javax.swing.Icon getStructureIcon(java.lang.Object p0)
          Gets the structureIcon attribute of the TextStructureDelegate object
 javax.swing.JTree getTree()
          Gets the tree attribute of the TextStructureDelegate object
 java.awt.Component getTreeCellRendererComponent(javax.swing.JTree p0, java.lang.Object p1, boolean p2, boolean p3, boolean p4, int p5, boolean p6)
          Gets the treeCellRendererComponent attribute of the TextStructureDelegate object
 void keyPressed(java.awt.event.KeyEvent p0)
          Description of the Method
 void keyReleased(java.awt.event.KeyEvent p0)
          Description of the Method
 void keyTyped(java.awt.event.KeyEvent p0)
          Description of the Method
 void nodeActivated(javax.swing.tree.DefaultMutableTreeNode p0)
          Description of the Method
 void nodeSelected(javax.swing.tree.DefaultMutableTreeNode p0)
          Description of the Method
 void setCaretOffset(int p0, boolean p1)
          Sets the caretOffset attribute of the TextStructureDelegate object
 void setCaretPosition(int p0, boolean p1)
          Sets the caretPosition attribute of the TextStructureDelegate object
 void setCaretPosition(int p0, int p1, boolean p2)
          Sets the caretPosition attribute of the TextStructureDelegate object
 void setExpandState(java.util.List p0)
          Sets the expandState attribute of the TextStructureDelegate object
 void setFileNode(FileNode p0)
          Sets the fileNode attribute of the TextStructureDelegate object
 void setTree(javax.swing.JTree p0)
          Sets the tree attribute of the TextStructureDelegate object
 void updateStructure(javax.swing.text.Document p0)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStructureDelegate

public TextStructureDelegate(TextStructure init)
Constructor for the TextStructureDelegate object

Parameters:
init - Description of the Parameter
Method Detail

setCaretOffset

public void setCaretOffset(int p0,
                           boolean p1)
Sets the caretOffset attribute of the TextStructureDelegate object

Parameters:
p0 - The new caretOffset value
p1 - The new caretOffset value

setCaretPosition

public void setCaretPosition(int p0,
                             boolean p1)
Sets the caretPosition attribute of the TextStructureDelegate object

Parameters:
p0 - The new caretPosition value
p1 - The new caretPosition value

setCaretPosition

public void setCaretPosition(int p0,
                             int p1,
                             boolean p2)
Sets the caretPosition attribute of the TextStructureDelegate object

Parameters:
p0 - The new caretPosition value
p1 - The new caretPosition value
p2 - The new caretPosition value

setExpandState

public void setExpandState(java.util.List p0)
Sets the expandState attribute of the TextStructureDelegate object

Parameters:
p0 - The new expandState value

setFileNode

public void setFileNode(FileNode p0)
Sets the fileNode attribute of the TextStructureDelegate object

Parameters:
p0 - The new fileNode value

setTree

public void setTree(javax.swing.JTree p0)
Sets the tree attribute of the TextStructureDelegate object

Parameters:
p0 - The new tree value

getEditorPane

public EditorPane getEditorPane()
Gets the editorPane attribute of the TextStructureDelegate object

Returns:
The editorPane value

getExpandState

public java.util.List getExpandState()
Gets the expandState attribute of the TextStructureDelegate object

Returns:
The expandState value

getPopup

public javax.swing.JPopupMenu getPopup()
Gets the popup attribute of the TextStructureDelegate object

Returns:
The popup value

getStructureIcon

public javax.swing.Icon getStructureIcon(java.lang.Object p0)
Gets the structureIcon attribute of the TextStructureDelegate object

Parameters:
p0 - Description of the Parameter
Returns:
The structureIcon value

getTree

public javax.swing.JTree getTree()
Gets the tree attribute of the TextStructureDelegate object

Returns:
The tree value

getTreeCellRendererComponent

public java.awt.Component getTreeCellRendererComponent(javax.swing.JTree p0,
                                                       java.lang.Object p1,
                                                       boolean p2,
                                                       boolean p3,
                                                       boolean p4,
                                                       int p5,
                                                       boolean p6)
Gets the treeCellRendererComponent attribute of the TextStructureDelegate object

Parameters:
p0 - Description of the Parameter
p1 - Description of the Parameter
p2 - Description of the Parameter
p3 - Description of the Parameter
p4 - Description of the Parameter
p5 - Description of the Parameter
p6 - Description of the Parameter
Returns:
The treeCellRendererComponent value

keyPressed

public void keyPressed(java.awt.event.KeyEvent p0)
Description of the Method

Parameters:
p0 - Description of the Parameter

keyReleased

public void keyReleased(java.awt.event.KeyEvent p0)
Description of the Method

Parameters:
p0 - Description of the Parameter

keyTyped

public void keyTyped(java.awt.event.KeyEvent p0)
Description of the Method

Parameters:
p0 - Description of the Parameter

nodeActivated

public void nodeActivated(javax.swing.tree.DefaultMutableTreeNode p0)
Description of the Method

Parameters:
p0 - Description of the Parameter

nodeSelected

public void nodeSelected(javax.swing.tree.DefaultMutableTreeNode p0)
Description of the Method

Parameters:
p0 - Description of the Parameter

updateStructure

public void updateStructure(javax.swing.text.Document p0)
Description of the Method

Parameters:
p0 - Description of the Parameter