Class HexCharMapDialog


  • public class HexCharMapDialog
    extends java.lang.Object
    Shows a dialog, containing all HEX values and their corresponding chars.
    • Constructor Summary

      Constructors 
      Constructor Description
      HexCharMapDialog​(java.awt.Component parent, ICodePage codepage)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String showModal()
      Displays the dialog
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexCharMapDialog

        public HexCharMapDialog​(java.awt.Component parent,
                                ICodePage codepage)
    • Method Detail

      • showModal

        public java.lang.String showModal()
        Displays the dialog
        Returns:
        a String, containing the selected character OR null, if nothing was selected