org.acm.seguin.ide.jbuilder
Class RefactoringStructure

java.lang.Object
  extended by TextStructure
      extended by org.acm.seguin.ide.jbuilder.TextStructureDelegate
          extended by org.acm.seguin.ide.jbuilder.RefactoringStructure

public class RefactoringStructure
extends TextStructureDelegate

Structure view that provides access to the refactorings

Author:
Chris Seguin

Constructor Summary
RefactoringStructure(TextStructure init)
          Constructor for the RefactoringStructure object
 
Method Summary
 javax.swing.JPopupMenu getPopup()
          Gets the Popup attribute of the RefactoringStructureView object
 
Methods inherited from class org.acm.seguin.ide.jbuilder.TextStructureDelegate
getEditorPane, getExpandState, getStructureIcon, getTree, getTreeCellRendererComponent, keyPressed, keyReleased, keyTyped, nodeActivated, nodeSelected, setCaretOffset, setCaretPosition, setCaretPosition, setExpandState, setFileNode, setTree, updateStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactoringStructure

public RefactoringStructure(TextStructure init)
Constructor for the RefactoringStructure object

Parameters:
init - Description of the Parameter
Method Detail

getPopup

public javax.swing.JPopupMenu getPopup()
Gets the Popup attribute of the RefactoringStructureView object

Overrides:
getPopup in class TextStructureDelegate
Returns:
The Popup value