Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class DFUDebugLevelEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.ibm.etools.iseries.ui.DFUDebugLevelEditor
All Implemented Interfaces:
PropertyEditor

Deprecated.

public class DFUDebugLevelEditor
extends PropertyEditorSupport

PropertyEditor for property debugLevel in class FormManager, ListManager and RecordIOManager.


Constructor Summary
protected DFUDebugLevelEditor()
          Deprecated. DFUDebugLevelEditor constructor.
protected DFUDebugLevelEditor(Object arg1)
          Deprecated. DFUDebugLevelEditor constructor with the specified Object.
 
Method Summary
static String Copyright()
          Deprecated. This method returns the copyright notice for this class.
 String getAsText()
          Deprecated. The property value as a string suitable for presentation to a user to edit.
 String getJavaInitializationString()
          Deprecated. Returns a code fragment representing an initializer for the current value.
 String[] getTags()
          Deprecated. If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
 Object getValue()
          Deprecated. Returns the value of the property.
 void setAsText(String s)
          Deprecated. Set the property value by parsing a given String.
 void setValue(Object v)
          Deprecated. Sets the value of the object that is to be edited.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFUDebugLevelEditor

protected DFUDebugLevelEditor()
Deprecated. 
DFUDebugLevelEditor constructor.


DFUDebugLevelEditor

protected DFUDebugLevelEditor(Object arg1)
Deprecated. 
DFUDebugLevelEditor constructor with the specified Object.

Parameters:
arg1 - java.lang.Object
Method Detail

Copyright

public static String Copyright()
Deprecated. 
This method returns the copyright notice for this class.

Returns:
java.lang.String

getAsText

public String getAsText()
Deprecated. 
The property value as a string suitable for presentation to a user to edit.

Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport
Returns:
java.lang.String

getJavaInitializationString

public String getJavaInitializationString()
Deprecated. 
Returns a code fragment representing an initializer for the current value. This method is intended for use when generating Java code to set the property value.

Specified by:
getJavaInitializationString in interface PropertyEditor
Overrides:
getJavaInitializationString in class PropertyEditorSupport
Returns:
A code fragment representing an initializer for the current value.

getValue

public Object getValue()
Deprecated. 
Returns the value of the property.

Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport
Returns:
The value of the property.

getTags

public String[] getTags()
Deprecated. 
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.

Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport
Returns:
java.lang.String[]

setAsText

public void setAsText(String s)
Deprecated. 
Set the property value by parsing a given String.

Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Parameters:
s - java.lang.String

setValue

public void setValue(Object v)
Deprecated. 
Sets the value of the object that is to be edited.

Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport
Parameters:
value - The new target object to be edited.

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.