Class 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  
    • Field Detail

      • 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()