public abstract class URIPropertyEditor extends DialogPropertyEditor
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
currentURIString |
label
Constructor and Description |
---|
URIPropertyEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value) |
protected abstract void |
showDialog() |
protected void |
showDialog(java.lang.String title,
java.lang.String prompt) |
public java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
protected abstract void showDialog()
showDialog
in class DialogPropertyEditor
protected void showDialog(java.lang.String title, java.lang.String prompt)