Class Export

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static de.willuhn.util.I18N i18n  
    • Constructor Summary

      Constructors 
      Constructor Description
      Export​(java.lang.Class type)
      ct.
      Export​(java.lang.Class type, java.lang.Object data)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)  
      • Methods inherited from class java.lang.Object

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

      • i18n

        protected static final de.willuhn.util.I18N i18n
    • Constructor Detail

      • Export

        public Export​(java.lang.Class type)
        ct.
        Parameters:
        type - der zu exportierende Typ.
      • Export

        public Export​(java.lang.Class type,
                      java.lang.Object data)
        ct.
        Parameters:
        type - der zu exportierende Typ.
        data - die zu exportierenden Daten. Wenn angegeben, haben sie Vorrang vor denen in handleAction.
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        Action.handleAction(java.lang.Object)