|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTextStructure
org.acm.seguin.ide.jbuilder.TextStructureDelegate
public class TextStructureDelegate
Description of Class
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 |
---|
public TextStructureDelegate(TextStructure init)
init
- Description of the ParameterMethod Detail |
---|
public void setCaretOffset(int p0, boolean p1)
p0
- The new caretOffset valuep1
- The new caretOffset valuepublic void setCaretPosition(int p0, boolean p1)
p0
- The new caretPosition valuep1
- The new caretPosition valuepublic void setCaretPosition(int p0, int p1, boolean p2)
p0
- The new caretPosition valuep1
- The new caretPosition valuep2
- The new caretPosition valuepublic void setExpandState(java.util.List p0)
p0
- The new expandState valuepublic void setFileNode(FileNode p0)
p0
- The new fileNode valuepublic void setTree(javax.swing.JTree p0)
p0
- The new tree valuepublic EditorPane getEditorPane()
public java.util.List getExpandState()
public javax.swing.JPopupMenu getPopup()
public javax.swing.Icon getStructureIcon(java.lang.Object p0)
p0
- Description of the Parameter
public javax.swing.JTree getTree()
public java.awt.Component getTreeCellRendererComponent(javax.swing.JTree p0, java.lang.Object p1, boolean p2, boolean p3, boolean p4, int p5, boolean p6)
p0
- Description of the Parameterp1
- Description of the Parameterp2
- Description of the Parameterp3
- Description of the Parameterp4
- Description of the Parameterp5
- Description of the Parameterp6
- Description of the Parameter
public void keyPressed(java.awt.event.KeyEvent p0)
p0
- Description of the Parameterpublic void keyReleased(java.awt.event.KeyEvent p0)
p0
- Description of the Parameterpublic void keyTyped(java.awt.event.KeyEvent p0)
p0
- Description of the Parameterpublic void nodeActivated(javax.swing.tree.DefaultMutableTreeNode p0)
p0
- Description of the Parameterpublic void nodeSelected(javax.swing.tree.DefaultMutableTreeNode p0)
p0
- Description of the Parameterpublic void updateStructure(javax.swing.text.Document p0)
p0
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |