Uses of Class
org.fife.rsta.ac.AbstractSourceTree
Packages that use AbstractSourceTree
Package
Description
A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.
Java outline tree implementation.
An "outline tree" implementation that models XML files.
-
Uses of AbstractSourceTree in org.fife.rsta.ac
Fields in org.fife.rsta.ac declared as AbstractSourceTreeMethods in org.fife.rsta.ac that return AbstractSourceTreeModifier and TypeMethodDescriptionprivate AbstractSourceTreeGoToMemberAction.createTree()Creates the outline tree.Methods in org.fife.rsta.ac with parameters of type AbstractSourceTreeModifier and TypeMethodDescriptionprivate 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 AbstractSourceTreeModifierConstructorDescriptionGoToMemberWindow(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.treeModifier and TypeClassDescriptionclassA 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.treeModifier and TypeClassDescriptionclassA 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.treeModifier and TypeClassDescriptionclassA tree view showing the outline of XML, similar to the "Outline" view in Eclipse.