| org.acm.seguin.ide.jbuilder.TextStructureDelegate
All known Subclasses: org.acm.seguin.ide.jbuilder.RefactoringStructure,
TextStructureDelegate | public class TextStructureDelegate extends TextStructure (Code) | | Description of Class
author: unknown |
Method Summary | |
public EditorPane | getEditorPane() | public List | getExpandState() | public JPopupMenu | getPopup() | public Icon | getStructureIcon(Object p0) | public JTree | getTree() | public Component | getTreeCellRendererComponent(JTree p0, Object p1, boolean p2, boolean p3, boolean p4, int p5, boolean p6) | public void | keyPressed(KeyEvent p0) | public void | keyReleased(KeyEvent p0) | public void | keyTyped(KeyEvent p0) | public void | nodeActivated(DefaultMutableTreeNode p0) | public void | nodeSelected(DefaultMutableTreeNode p0) | public void | setCaretOffset(int p0, boolean p1) | public void | setCaretPosition(int p0, boolean p1) | public void | setCaretPosition(int p0, int p1, boolean p2) | public void | setExpandState(List p0) | public void | setFileNode(FileNode p0) | public void | setTree(JTree p0) | public void | updateStructure(Document p0) |
TextStructureDelegate | public TextStructureDelegate(TextStructure init)(Code) | | Constructor for the TextStructureDelegate object
Parameters: init - Description of the Parameter |
getEditorPane | public EditorPane getEditorPane()(Code) | | Gets the editorPane attribute of the TextStructureDelegate object
The editorPane value |
getExpandState | public List getExpandState()(Code) | | Gets the expandState attribute of the TextStructureDelegate object
The expandState value |
getPopup | public JPopupMenu getPopup()(Code) | | Gets the popup attribute of the TextStructureDelegate object
The popup value |
getStructureIcon | public Icon getStructureIcon(Object p0)(Code) | | Gets the structureIcon attribute of the TextStructureDelegate object
Parameters: p0 - Description of the Parameter The structureIcon value |
getTree | public JTree getTree()(Code) | | Gets the tree attribute of the TextStructureDelegate object
The tree value |
getTreeCellRendererComponent | public Component getTreeCellRendererComponent(JTree p0, Object p1, boolean p2, boolean p3, boolean p4, int p5, boolean p6)(Code) | | Gets the treeCellRendererComponent attribute of the
TextStructureDelegate object
Parameters: p0 - Description of the Parameter Parameters: p1 - Description of the Parameter Parameters: p2 - Description of the Parameter Parameters: p3 - Description of the Parameter Parameters: p4 - Description of the Parameter Parameters: p5 - Description of the Parameter Parameters: p6 - Description of the Parameter The treeCellRendererComponent value |
keyPressed | public void keyPressed(KeyEvent p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
keyReleased | public void keyReleased(KeyEvent p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
keyTyped | public void keyTyped(KeyEvent p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
nodeActivated | public void nodeActivated(DefaultMutableTreeNode p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
nodeSelected | public void nodeSelected(DefaultMutableTreeNode p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
setCaretOffset | public void setCaretOffset(int p0, boolean p1)(Code) | | Sets the caretOffset attribute of the TextStructureDelegate object
Parameters: p0 - The new caretOffset value Parameters: p1 - The new caretOffset value |
setCaretPosition | public void setCaretPosition(int p0, boolean p1)(Code) | | Sets the caretPosition attribute of the TextStructureDelegate object
Parameters: p0 - The new caretPosition value Parameters: p1 - The new caretPosition value |
setCaretPosition | public void setCaretPosition(int p0, int p1, boolean p2)(Code) | | Sets the caretPosition attribute of the TextStructureDelegate object
Parameters: p0 - The new caretPosition value Parameters: p1 - The new caretPosition value Parameters: p2 - The new caretPosition value |
setExpandState | public void setExpandState(List p0)(Code) | | Sets the expandState attribute of the TextStructureDelegate object
Parameters: p0 - The new expandState value |
setFileNode | public void setFileNode(FileNode p0)(Code) | | Sets the fileNode attribute of the TextStructureDelegate object
Parameters: p0 - The new fileNode value |
setTree | public void setTree(JTree p0)(Code) | | Sets the tree attribute of the TextStructureDelegate object
Parameters: p0 - The new tree value |
updateStructure | public void updateStructure(Document p0)(Code) | | Description of the Method
Parameters: p0 - Description of the Parameter |
|
|