Package edu.internet2.ndt
Class ResultsTextPane
- java.lang.Object
-
- com.vuze.plugins.mlab.tools.ndt.swingemu.Component
-
- com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
-
- edu.internet2.ndt.ResultsTextPane
-
public class ResultsTextPane extends JTextPane
-
-
Constructor Summary
Constructors Constructor Description ResultsTextPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(String paramTextStr)
Method to append String into the current documentvoid
insertComponent(Component paramCompObj)
JTextPane method to insert a component into the document as a replacement for currently selected content.-
Methods inherited from class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
getStyledDocument, setSelectionEnd, setSelectionStart
-
Methods inherited from class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisible
-
-
-
-
Method Detail
-
append
public void append(String paramTextStr)
Method to append String into the current document- Parameters:
paramTextStr
- String to be inserted into the document
-
insertComponent
public void insertComponent(Component paramCompObj)
JTextPane method to insert a component into the document as a replacement for currently selected content. If no selection is made, the the component is inserted at the current position of the caret.- Overrides:
insertComponent
in classJTextPane
- Parameters:
paramCompObj
- the component to insert
-
-