Class JTextScrollPane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
org.fife.ui.rtextarea.RTextScrollPane
org.apache.jmeter.gui.util.JTextScrollPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

public class JTextScrollPane extends org.fife.ui.rtextarea.RTextScrollPane
Utility class to handle RSyntaxTextArea code It's not currently possible to instantiate the RTextScrollPane class when running headless. So we use getInstance methods to create the class and allow for headless testing.
See Also: