Package adams.gui.goe
Interface CustomStringRepresentationHandler
-
- All Known Implementing Classes:
AbstractAdvancedScriptEditor,AbstractAdvancedScriptEditorWithTemplates,AbstractBaseDateTypeEditor,AbstractSimpleScriptEditor,AbstractSimpleScriptEditorWithTemplates,ActorPathEditor,BaseAnnotationEditor,BaseBooleanEditor,BaseClassnameEditor,BaseColorEditor,BaseCommandLineEditor,BaseDateEditor,BaseDateTimeEditor,BaseDateTimeMsecEditor,BaseIntervalEditor,BaseKeyValuePairEditor,BaseObjectEditor,BasePasswordEditor,BaseRegExpEditor,BaseTextEditor,BaseTimeEditor,BaseTimeMsecEditor,CallableActorReferenceEditor,ColorEditor,CronScheduleEditor,EmailAddressEditor,EventReferenceEditor,FieldEditor,FileEditor,FlowFileEditor,FontEditor,GroovyScriptEditor,IndexEditor,InlineEditor,JdbcUrlEditor,MavenArtifactEditor,MavenArtifactExclusionEditor,MavenRepositoryEditor,PdfFontEditor,PlaceholderDirectoryEditor,PlaceholderFileEditor,PrefixFieldEditor,RangeEditor,SheetIndexEditor,SheetRangeEditor,SpreadSheetColumnIndexEditor,SpreadSheetColumnRangeEditor,SpreadSheetRowIndexEditor,SpreadSheetRowRangeEditor,SpreadSheetUnorderedColumnRangeEditor,SpreadSheetUnorderedRowRangeEditor,SuffixFieldEditor,TagEditor,TriggerableEventReferenceEditor,UnorderedRangeEditor,VariableNameStorageNamePairEditor,VariableNameValuePairEditor,WekaAttributeIndexEditor,WekaAttributeRangeEditor,WekaExperimentFileEditor,WekaLabelIndexEditor,WekaLabelRangeEditor,WekaUnorderedAttributeRangeEditor,XSLTScriptEditor
public interface CustomStringRepresentationHandlerFor property editors that support a custom string representation of their objects.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectfromCustomStringRepresentation(String str)Returns an object created from the custom string representation.StringtoCustomStringRepresentation(Object obj)Returns a custom string representation of the object.
-