de.beamertool.util.configuration
Class DefaultPicker

java.lang.Object
  extended by 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

Constructor Summary
DefaultPicker()
           
 
Method Summary
 Object getTheValue()
           
 void setTheValue(Object newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.beamertool.util.configuration.IPicker
checkTheValue
 

Constructor Detail

DefaultPicker

public DefaultPicker()
Method Detail

getTheValue

public Object getTheValue()
Specified by:
getTheValue in interface IPicker<Object>

setTheValue

public void setTheValue(Object newValue)
Specified by:
setTheValue in interface IPicker<Object>