public class URIEditorSupport extends PropertyEditorSupport
| Constructor and Description |
|---|
URIEditorSupport()
Creates a new instance of InMessageSetEditor
|
URIEditorSupport(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
void |
setAsText(String s) |
boolean |
supportsCustomEditor() |
protected URI |
translateURI(String uriStr)
Check for protocol in URI, if missing then add ut://
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValuepublic URIEditorSupport()
public URIEditorSupport(String protocol)
public String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String s)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportprotected URI translateURI(String uriStr) throws URISyntaxException
URISyntaxExceptionpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.