Class Holder<T>

java.lang.Object
com.iamsoft.util.ui.javafx.swingfx.Holder<T>
Type Parameters:
T - Value type.
All Implemented Interfaces:
Serializable

public class Holder<T> extends Object implements Serializable
See Also:
  • Constructor Details

    • Holder

      public Holder()
    • Holder

      public Holder(T pValue)
  • Method Details

    • getValue

      public T getValue()
    • setValue

      public void setValue(T pValue)