public class VmPipeAddressEditor extends AbstractPropertyEditor
PropertyEditor which converts a String into
a VmPipeAddress and vice versa. Valid values specify an integer port
number optionally prefixed with a ':'. E.g.: :80, 22.VmPipeAddress| Constructor and Description |
|---|
VmPipeAddressEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
defaultText() |
protected Object |
defaultValue() |
protected String |
toText(Object value) |
protected Object |
toValue(String text) |
getAsText, getValue, setAsText, setTrimText, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorprotected String toText(Object value)
toText in class AbstractPropertyEditorprotected String defaultText()
defaultText in class AbstractPropertyEditorprotected Object defaultValue()
defaultValue in class AbstractPropertyEditorprotected Object toValue(String text) throws IllegalArgumentException
toValue in class AbstractPropertyEditorIllegalArgumentExceptionCopyright © 2004–2016. All rights reserved.