com.ca.directory.jxplorer.editor
Interface AbstractBinaryEditor
- All Known Implementing Classes:
- BasicBinaryEditor, userCertificateEditor, userPasswordEditor
- public interface AbstractBinaryEditor
This interface defines the basis for BinaryEditors.
BinaryEditors 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..
|
Method Summary |
void |
setValue(EditableBinary editMe)
the main function; takes an EditableBinary object that
can then be, well, edited. |
setValue
public void setValue(EditableBinary editMe)
- the main function; takes an EditableBinary object that
can then be, well, edited.