All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dataFormatWizard.ViewForItem

public interface interface ViewForItem
ViewForItem is an interface for view components which are used to display data contained by SchemaItem objects.


Method Index

 o getOwner()
Gets the SchemaItem object that this component displays.
 o getViewComponent()
Gets the view component that implements this interface.
 o setOwner(SchemaItem)
Sets the new SchemaItem object that this component displays.

Methods

 o getOwner
 public abstract SchemaItem getOwner()
Gets the SchemaItem object that this component displays.

Returns:
The SchemaItem object displayed by this component.
 o setOwner
 public abstract void setOwner(SchemaItem newOwner)
Sets the new SchemaItem object that this component displays.

Parameters:
newOwner - The new SchemaItem object displayed by this view component.
 o getViewComponent
 public abstract Component getViewComponent()
Gets the view component that implements this interface.

Returns:
The view component that implements this interface.

All Packages  Class Hierarchy  This Package  Previous  Next  Index