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.
-
getOwner()
- Gets the SchemaItem object that this component displays.
-
getViewComponent()
- Gets the view component that implements this interface.
-
setOwner(SchemaItem)
- Sets the new SchemaItem object that this component displays.
getOwner
public abstract SchemaItem getOwner()
- Gets the SchemaItem object that this component displays.
- Returns:
- The SchemaItem object displayed by this component.
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.
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