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
-
FileSchemaView()
- Creates a FileSchemaView instance.
-
getOwner()
- Gets the schema item that this component displays.
-
getViewComponent()
- Gets a component reference for this view.
-
isHighlighted()
- Gets the highlight state of this component.
-
setHighlight(boolean)
- Sets the new highlight state of this component.
-
setOwner(SchemaItem)
- Sets the new schema item that this component displays.
FileSchemaView
public FileSchemaView()
- Creates a FileSchemaView instance.
getOwner
public SchemaItem getOwner()
- Gets the schema item that this component displays.
- Returns:
- The schema item displayed by this component.
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.
getViewComponent
public Component getViewComponent()
- Gets a component reference for this view.
- Returns:
- A component reference for this view.
isHighlighted
public boolean isHighlighted()
- Gets the highlight state of this component.
- Returns:
- true if this component is highlighted;
false otherwise.
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