ilog.views.maps.beans.editor
Class LinearUnitEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by ilog.views.maps.beans.editor.LinearUnitEditor
All Implemented Interfaces:
PropertyEditor

Deprecated.

public class LinearUnitEditor
extends PropertyEditorSupport

Internal use only class. The editor for unit converters.

Since:
JViews 7.5

Constructor Summary
LinearUnitEditor()
          Deprecated. Creates a new LinearUnitEditor.
 
Method Summary
 String getAsText()
          Deprecated. Returns the value of the editor as a text.
 String getJavaInitializationString()
          Deprecated. Returns the initial value for java
 String[] getTags()
          Deprecated. Returns the available values.
 Object getValue()
          Deprecated. Returns the current value of the editor.
 void setAsText(String text)
          Deprecated. Changes the value of the editor as a text.
 void setValue(Object value)
          Deprecated. Changes the value of the editor.
 
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

LinearUnitEditor

public LinearUnitEditor()
Deprecated. 
Creates a new LinearUnitEditor.

Method Detail

setValue

public void setValue(Object value)
Deprecated. 
Changes the value of the editor.

Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport

getValue

public Object getValue()
Deprecated. 
Returns the current value of the editor.

Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport

getJavaInitializationString

public String getJavaInitializationString()
Deprecated. 
Returns the initial value for java

Specified by:
getJavaInitializationString in interface PropertyEditor
Overrides:
getJavaInitializationString in class PropertyEditorSupport

getAsText

public String getAsText()
Deprecated. 
Returns the value of the editor as a text.

Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Deprecated. 
Changes the value of the editor as a text.

Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException

getTags

public String[] getTags()
Deprecated. 
Returns the available values.

Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.