Class PaneDuplicator<T extends javafx.scene.layout.Pane>
java.lang.Object
org.fulib.fx.duplicate.duplicators.NodeDuplicator<T>
org.fulib.fx.duplicate.duplicators.ParentDuplicator<T>
org.fulib.fx.duplicate.duplicators.impl.RegionDuplicator<T>
org.fulib.fx.duplicate.duplicators.impl.PaneDuplicator<T>
- All Implemented Interfaces:
Duplicator<T>
- Direct Known Subclasses:
HBoxDuplicator,VBoxDuplicator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaneDuplicator
public PaneDuplicator()
-
-
Method Details
-
duplicate
Description copied from interface:DuplicatorDuplicates the given object.- Specified by:
duplicatein interfaceDuplicator<T extends javafx.scene.layout.Pane>- Overrides:
duplicatein classRegionDuplicator<T extends javafx.scene.layout.Pane>- Parameters:
pane- The object to duplicate- Returns:
- The duplicated object
-