Uses of Class
org.fife.rsta.ac.AbstractSourceTree
-
Packages that use AbstractSourceTree Package Description org.fife.rsta.ac A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.org.fife.rsta.ac.java.tree Java outline tree implementation.org.fife.rsta.ac.js.tree org.fife.rsta.ac.xml.tree An "outline tree" implementation that models XML files. -
-
Uses of AbstractSourceTree in org.fife.rsta.ac
Fields in org.fife.rsta.ac declared as AbstractSourceTree Modifier and Type Field Description private AbstractSourceTreeGoToMemberWindow. treeMethods in org.fife.rsta.ac that return AbstractSourceTree Modifier and Type Method Description private AbstractSourceTreeGoToMemberAction. createTree()Creates the outline tree.Methods in org.fife.rsta.ac with parameters of type AbstractSourceTree Modifier and Type Method Description private voidGoToMemberWindow. tweakTreeBorder(AbstractSourceTree tree)Ensures the tree has a very small empty border at the top, to make things look a little nicer.Constructors in org.fife.rsta.ac with parameters of type AbstractSourceTree Constructor Description GoToMemberWindow(java.awt.Window parent, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea, AbstractSourceTree tree)Constructor. -
Uses of AbstractSourceTree in org.fife.rsta.ac.java.tree
Subclasses of AbstractSourceTree in org.fife.rsta.ac.java.tree Modifier and Type Class Description classJavaOutlineTreeA tree view showing the outline of Java source, similar to the "Outline" view in the Eclipse JDT. -
Uses of AbstractSourceTree in org.fife.rsta.ac.js.tree
Subclasses of AbstractSourceTree in org.fife.rsta.ac.js.tree Modifier and Type Class Description classJavaScriptOutlineTreeA tree view showing the outline of JavaScript source, similar to the "Outline" view in the Eclipse JDT. -
Uses of AbstractSourceTree in org.fife.rsta.ac.xml.tree
Subclasses of AbstractSourceTree in org.fife.rsta.ac.xml.tree Modifier and Type Class Description classXmlOutlineTreeA tree view showing the outline of XML, similar to the "Outline" view in Eclipse.
-