Uses of Class
org.apache.pdfbox.debugger.streampane.tooltip.ToolTipController
Packages that use ToolTipController
-
Uses of ToolTipController in org.apache.pdfbox.debugger.streampane
Fields in org.apache.pdfbox.debugger.streampane declared as ToolTipControllerModifier and TypeFieldDescriptionprivate ToolTipController
StreamPane.tTController
private final ToolTipController
StreamTextView.tTController
Methods in org.apache.pdfbox.debugger.streampane with parameters of type ToolTipControllerModifier and TypeMethodDescription(package private) void
StreamPaneView.showStreamText
(StyledDocument document, ToolTipController toolTipController) This shows the stream in text for any of it's filtered or unfiltered version.Constructors in org.apache.pdfbox.debugger.streampane with parameters of type ToolTipControllerModifierConstructorDescription(package private)
StreamTextView
(StyledDocument document, ToolTipController controller) Constructor.