com.ca.directory.jxplorer.editor
Interface AbstractStringEditor
- All Known Implementing Classes:
- GeneralizedTimeEditor, LargeStringEditor, PostalAddressEditor
- public interface AbstractStringEditor
This interface defines the basis for EditableString.
EditableString implementing this interface, that
have the name [object class]Editor.class, will be
dynamically loaded, providing that it implements
(in addition to this interface) a no-argument constructor..
setStringValue
public void setStringValue(EditableString editMe)
- The main function; takes an EditableString object that
can then be edited.