Class ExportDialog

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.extension.Extendable

    public class ExportDialog
    extends de.willuhn.jameica.gui.dialogs.AbstractDialog
    implements de.willuhn.jameica.gui.extension.Extendable
    Dialog, ueber den Daten exportiert werden koennen.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ExportDialog.ExportFormat
      Hilfsklasse zur Anzeige der Exporter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static de.willuhn.jameica.system.Settings SETTINGS
      Zugriff auf die Settings des Export-Dialogs.
      • Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportDialog​(java.lang.Object[] objects, java.lang.Class type)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.willuhn.jameica.gui.util.Container getContainer()
      Liefert den Formular-Container zur Erweiterung durch Extensions.
      protected java.lang.Object getData()  
      de.willuhn.jameica.gui.input.Input getExporterList()
      Liefert eine Liste der verfuegbaren Exporter.
      java.lang.String getExtendableID()  
      java.lang.Class getType()
      Liefert den zu exportierenden Objekt-Typ.
      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
    • Field Detail

      • SETTINGS

        public static final de.willuhn.jameica.system.Settings SETTINGS
        Zugriff auf die Settings des Export-Dialogs.
    • Constructor Detail

      • ExportDialog

        public ExportDialog​(java.lang.Object[] objects,
                            java.lang.Class type)
        ct.
        Parameters:
        objects - Liste der zu exportierenden Objekte.
        type - die Art der zu exportierenden Objekte.
    • 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
      • getExporterList

        public de.willuhn.jameica.gui.input.Input getExporterList()
        Liefert eine Liste der verfuegbaren Exporter.
        Returns:
        Liste der Exporter.
      • getData

        protected java.lang.Object getData()
                                    throws java.lang.Exception
        Specified by:
        getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
        Throws:
        java.lang.Exception
      • getExtendableID

        public java.lang.String getExtendableID()
        Specified by:
        getExtendableID in interface de.willuhn.jameica.gui.extension.Extendable
      • getContainer

        public de.willuhn.jameica.gui.util.Container getContainer()
        Liefert den Formular-Container zur Erweiterung durch Extensions.
        Returns:
        der Formular-Container zur Erweiterung durch Extensions.
      • getType

        public java.lang.Class getType()
        Liefert den zu exportierenden Objekt-Typ.
        Returns:
        der zu exportierenden Objekt-Typ.