de.beamertool.util.configuration
Class DefaultPicker
java.lang.Object
de.beamertool.util.configuration.DefaultPicker
- All Implemented Interfaces:
- IPicker<Object>
public abstract class DefaultPicker
- extends Object
- implements IPicker<Object>
This class has no optical representation and is only used as dummy.
- Author:
- ocm-zeeman
DefaultPicker
public DefaultPicker()
getTheValue
public Object getTheValue()
- Specified by:
getTheValue in interface IPicker<Object>
setTheValue
public void setTheValue(Object newValue)
- Specified by:
setTheValue in interface IPicker<Object>