Class StreamTextView
java.lang.Object
org.apache.pdfbox.debugger.streampane.StreamTextView
- All Implemented Interfaces:
MouseMotionListener,EventListener,AncestorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JPanelprivate Searcherprivate JTextPaneprivate final ToolTipController -
Constructor Summary
ConstructorsConstructorDescriptionStreamTextView(StyledDocument document, ToolTipController controller) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidancestorAdded(AncestorEvent ancestorEvent) voidancestorMoved(AncestorEvent ancestorEvent) voidancestorRemoved(AncestorEvent ancestorEvent) (package private) JComponentgetView()private voidinitUI(StyledDocument document) voidmouseDragged(MouseEvent mouseEvent) voidmouseMoved(MouseEvent mouseEvent)
-
Field Details
-
tTController
-
mainPanel
-
textPane
-
searcher
-
-
Constructor Details
-
StreamTextView
StreamTextView(StyledDocument document, ToolTipController controller) Constructor.- Parameters:
document- StyledDocument instance which is supposed to be shown in the pane.controller- ToolTipController instance.
-
-
Method Details
-
initUI
-
getView
JComponent getView() -
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
ancestorAdded
- Specified by:
ancestorAddedin interfaceAncestorListener
-
ancestorRemoved
- Specified by:
ancestorRemovedin interfaceAncestorListener
-
ancestorMoved
- Specified by:
ancestorMovedin interfaceAncestorListener
-