Class Duplicate

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Action

    public class Duplicate
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    Generische Action zum Duplizieren eines Auftrages. Erwartet als Parameter ein Duplicatable.
    • Constructor Summary

      Constructors 
      Constructor Description
      Duplicate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Dupliziert das Objekt und oeffnet es in einem neuen Dialog.
      • Methods inherited from class java.lang.Object

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

      • Duplicate

        public Duplicate()
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Dupliziert das Objekt und oeffnet es in einem neuen Dialog. Erwartet ein Objekt vom Typ Duplicatable als Context.
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        Action.handleAction(java.lang.Object)