All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.jcon.df.edit.DataEditorTask

public interface DataEditorTask
The interface for a DataEditor task. This allows a hard coded implementation to replace a Param for speed.


Method Index

 o getDataSources()
Returns the DataSources for the task.
 o getDataViews()
Returns the DataViews for the task.
 o init()
The task should initialize itself, such as preparing views and sources.

Methods

 o init

 public abstract void init()

The task should initialize itself, such as preparing views and sources. Call this method after setting the above task properties.

 o getDataViews

 public abstract Hashtable getDataViews()

Returns the DataViews for the task. Called after init().

 o getDataSources

 public abstract Hashtable getDataSources()

Returns the DataSources for the task. Called after init().



All Packages  Class Hierarchy  This Package  Previous  Next  Index