Class SpeedometerPanel.Holder<T>
java.lang.Object
org.bidib.wizard.mvc.loco.view.speedo.SpeedometerPanel.Holder<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
SpeedometerPanel<M extends ProgCommandAwareBeanModel>
Holds a value of type
T.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value contained in the holder.
-
-
Constructor Details
-
Holder
public Holder()Creates a new holder with anullvalue. -
Holder
Create a new holder with the specified value.- Parameters:
value- The value to be stored in the holder.
-