Class StringPane
- java.lang.Object
-
- org.apache.pdfbox.debugger.stringpane.StringPane
-
public class StringPane extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
HEX_TAB
private javax.swing.JTabbedPane
tabbedPane
private static java.lang.String
TEXT_TAB
-
Constructor Summary
Constructors Constructor Description StringPane(COSString cosString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private javax.swing.JComponent
createHexView(COSString cosString)
private javax.swing.JTextPane
createTextView(COSString cosString)
javax.swing.JTabbedPane
getPane()
private java.lang.String
getTextString(COSString cosString)
-
-
-
Field Detail
-
TEXT_TAB
private static final java.lang.String TEXT_TAB
- See Also:
- Constant Field Values
-
HEX_TAB
private static final java.lang.String HEX_TAB
- See Also:
- Constant Field Values
-
tabbedPane
private final javax.swing.JTabbedPane tabbedPane
-
-
Constructor Detail
-
StringPane
public StringPane(COSString cosString)
-
-
Method Detail
-
createTextView
private javax.swing.JTextPane createTextView(COSString cosString)
-
createHexView
private javax.swing.JComponent createHexView(COSString cosString)
-
getTextString
private java.lang.String getTextString(COSString cosString)
-
getPane
public javax.swing.JTabbedPane getPane()
-
-