All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.weatherstation.PortEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----com.ibm.weatherstation.PortEditor

public class PortEditor
extends PropertyEditorSupport
The port property editor.


Constructor Index

 o PortEditor()
Construct a new PortEditor object.
 o PortEditor(Object)
Construct a new PortEditor object.

Method Index

 o getJavaInitializationString()
This method generates Java code to set the value of the property.
 o getTags()
This method returns an array of the tag values.

Constructors

 o PortEditor
 public PortEditor()
Construct a new PortEditor object.

 o PortEditor
 public PortEditor(Object source)
Construct a new PortEditor object.

Parameters:
source - java.lang.Object

Methods

 o getJavaInitializationString
 public String getJavaInitializationString()
This method generates Java code to set the value of the property.

Returns:
java.lang.String
Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o getTags
 public String[] getTags()
This method returns an array of the tag values.

Returns:
java.lang.String[]
Overrides:
getTags in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index