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.
-
PortEditor()
- Construct a new PortEditor object.
-
PortEditor(Object)
- Construct a new PortEditor object.
-
getJavaInitializationString()
- This method generates Java code to set the value of the property.
-
getTags()
- This method returns an array of the tag values.
PortEditor
public PortEditor()
- Construct a new PortEditor object.
PortEditor
public PortEditor(Object source)
- Construct a new PortEditor object.
- Parameters:
- source - java.lang.Object
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
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