Class ParentDuplicator<T extends javafx.scene.Parent>

java.lang.Object
org.fulib.fx.duplicate.duplicators.NodeDuplicator<T>
org.fulib.fx.duplicate.duplicators.ParentDuplicator<T>
All Implemented Interfaces:
Duplicator<T>
Direct Known Subclasses:
ControlDuplicator, RegionDuplicator

public abstract class ParentDuplicator<T extends javafx.scene.Parent> extends NodeDuplicator<T>
  • Constructor Details

    • ParentDuplicator

      public ParentDuplicator()
  • Method Details

    • duplicate

      public T duplicate(T parent)
      Description copied from interface: Duplicator
      Duplicates the given object.
      Specified by:
      duplicate in interface Duplicator<T extends javafx.scene.Parent>
      Overrides:
      duplicate in class NodeDuplicator<T extends javafx.scene.Parent>
      Parameters:
      parent - The object to duplicate
      Returns:
      The duplicated object