net.javaprog.ui.wizard
Interface DataLookup

All Known Implementing Classes:
DefaultDataLookup

public interface DataLookup

Provides a simple interface for a data lookup mechanism used by DataModel.

See Also:
DataModel, DefaultDataLookup

Method Summary
 Object lookupData()
          Returns the value of the data source this object is registered with.
 

Method Detail

lookupData

public Object lookupData()
Returns the value of the data source this object is registered with.