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.

Author:
Michael Rudolf
See Also:
DataModel, DefaultDataLookup

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

Method Detail

lookupData

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