Class EncodingDialog


  • public class EncodingDialog
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodingDialog​(java.awt.Frame owner, java.nio.charset.Charset charset, CsvSeparator sep, CsvQuote quote)
      Der Konstruktor mit Identifier und den zwei Argumenten eines korrespondierenden JDialog-Konstruktors.
    • Method Summary

      Modifier and Type Method Description
      void dispose()  
      java.nio.charset.Charset getCharset()  
      CsvQuote getQuote()  
      CsvSeparator getSeparator()  
      boolean isOkay()  
      void setVisible​(boolean b)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • EncodingDialog

        public EncodingDialog​(java.awt.Frame owner,
                              @Nullable
                              java.nio.charset.Charset charset,
                              @Nullable
                              CsvSeparator sep,
                              @Nullable
                              CsvQuote quote)
        Der Konstruktor mit Identifier und den zwei Argumenten eines korrespondierenden JDialog-Konstruktors.
        Parameters:
        owner - der Owner-Frame
    • Method Detail

      • isOkay

        public boolean isOkay()
      • setVisible

        public void setVisible​(boolean b)
      • dispose

        public void dispose()
      • getCharset

        @Nullable
        public java.nio.charset.Charset getCharset()
      • getSeparator

        @Nullable
        public CsvSeparator getSeparator()
      • getQuote

        @Nullable
        public CsvQuote getQuote()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object