Class CSVImportDialog


  • public class CSVImportDialog
    extends de.willuhn.jameica.gui.dialogs.AbstractDialog
    Ein Dialog zum Importieren von CSV-Daten.
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • Constructor Summary

      Constructors 
      Constructor Description
      CSVImportDialog​(byte[] data, Format format, int position)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getData()
      Liefert das angepasste Mapping zurueck.
      protected void paint​(org.eclipse.swt.widgets.Composite parent)  
      • Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

        addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
      • Methods inherited from class java.lang.Object

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

      • CSVImportDialog

        public CSVImportDialog​(byte[] data,
                               Format format,
                               int position)
                        throws java.io.IOException,
                               de.willuhn.util.ApplicationException
        ct.
        Parameters:
        data - Die CSV-Datei.
        format - das ausgewaehlte Format.
        position -
        Throws:
        java.io.IOException
        de.willuhn.util.ApplicationException
    • Method Detail

      • paint

        protected void paint​(org.eclipse.swt.widgets.Composite parent)
                      throws java.lang.Exception
        Specified by:
        paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
      • getData

        protected java.lang.Object getData()
                                    throws java.lang.Exception
        Liefert das angepasste Mapping zurueck.
        Specified by:
        getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.getData()