com.ca.directory.jxplorer.editor
Interface EditableString

All Known Implementing Classes:
AttributeValue

public interface EditableString

This interface defines the functionality required of an object that can be edited by an AbstractEditableString.


Method Summary
 java.lang.String getStringValue()
          te: gets the value of the edited object.
 void setStringValue(java.lang.String attString)
          te: sets the value of the editable object.
 

Method Detail

setStringValue

public void setStringValue(java.lang.String attString)
te: sets the value of the editable object.


getStringValue

public java.lang.String getStringValue()
te: gets the value of the edited object.

Returns:
the edited String.