Package com.ca.directory.jxplorer.editor

Interface Summary
AbstractBinaryEditor This interface defines the basis for BinaryEditors.
AbstractStringEditor This interface defines the basis for EditableString.
EditableBinary This interface defines the functionality required of an object that can be edited by an AbstractBinaryEditor and its ilk.
EditableString This interface defines the functionality required of an object that can be edited by an AbstractEditableString.
 

Class Summary
AudioAccessory  
audioEditor Simple audio editor that trys to play the audio clip.
BasicBinaryEditor Sets up a binary editor that displays the binary data in hex format.
GeneralizedTimeEditor The GeneralizedTimeEditor used for editing generalizedTime attributes within the directory.
jpegPhotoEditor JPEG photo viewer.
LargeStringEditor Creates a simple text editor for displaying very large text attributes.
ocspRSAPrivateKeyEditor  
odDocumentDOCEditor Class that extends BasicBinaryEditor to basically customise the display with the title 'odDocumentDOC' and to add a launch button that when clicked creates a temp file and tries to launch the file in MS Word (or the default viewer).
odMovieAVIEditor Class that extends BasicBinaryEditor to basically customise the display with the title 'odMovieAVI' and to add a launch button that when clicked creates a temp file and tries to launch the file in the default player.
odMusicMIDEditor Class that extends BasicBinaryEditor to basically customise the display with the title 'odMusicMID' and to add a launch button that when clicked creates a temp file and tries to launch the file in the default player.
odSoundWAVEditor Class that extends BasicBinaryEditor to basically customise the display with the title 'odSoundWAV' and to add a launch button that when clicked creates a temp file and tries to launch the file in the default player.
odSpreadSheetXLSEditor Class that extends BasicBinaryEditor to basically customise the display with the title 'odSpreadSheetXLS' and to add a launch button that when clicked creates a temp file and tries to launch the file in MS Excel (or the default viewer).
PostalAddressEditor Creates an attribute editor depending on which attribute is to be edited.
userCertificateEditor Cerrtificate Editor.
userPasswordEditor Password Editor.