ilog.views.maps.beans.editor
Class IlvNonNullStringEditor
java.lang.Object
java.beans.PropertyEditorSupport
ilog.views.maps.beans.editor.IlvNonNullStringEditor
- All Implemented Interfaces:
- PropertyEditor
public class IlvNonNullStringEditor
- extends PropertyEditorSupport
A String editor that avoids having null garbage
in the property sheet.
- Since:
- JViews 7.5
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvNonNullStringEditor
public IlvNonNullStringEditor()
- Construct a
IlvNonNullStringEditor.
getAsText
public String getAsText()
- Gets the property value as a string suitable for presentation
to a human to edit.
- Specified by:
getAsText in interface PropertyEditor- Overrides:
getAsText in class PropertyEditorSupport
- Returns:
- The property value as a string suitable for presentation
to a human to edit.
setAsText
public void setAsText(String t)
-
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
- See Also:
PropertyEditorSupport.setAsText(java.lang.String)
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.