All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.dataFormatWizard.FileSchemaView

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.ibm.beans.widgets.NestedPanel
                                   |
                                   +----com.ibm.beans.tools.dataFormatWizard.FileSchemaView

public class FileSchemaView
extends NestedPanel
implements ViewForItem, Highlightable
The FileSchemaView class is a view component for a FileSchema object.

See Also:
FileSchema, ViewForItem

Constructor Index

 o FileSchemaView()
Creates a FileSchemaView instance.

Method Index

 o getOwner()
Gets the schema item that this component displays.
 o getViewComponent()
Gets a component reference for this view.
 o isHighlighted()
Gets the highlight state of this component.
 o setHighlight(boolean)
Sets the new highlight state of this component.
 o setOwner(SchemaItem)
Sets the new schema item that this component displays.

Constructors

 o FileSchemaView
 public FileSchemaView()
Creates a FileSchemaView instance.

Methods

 o getOwner
 public SchemaItem getOwner()
Gets the schema item that this component displays.

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

Parameters:
newOwner - The new schema item to be displayed by this component.
 o getViewComponent
 public Component getViewComponent()
Gets a component reference for this view.

Returns:
A component reference for this view.
 o isHighlighted
 public boolean isHighlighted()
Gets the highlight state of this component.

Returns:
true if this component is highlighted; false otherwise.
 o setHighlight
 public void setHighlight(boolean newState)
Sets the new highlight state of this component.

Parameters:
newState - true to make this component become highlighted; false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index