java.beans.PropertyEditor
public class InsetsPropertyEditor
extends java.beans.PropertyEditorSupport
Constructor | Description |
---|---|
InsetsPropertyEditor() |
Creates a new instance of InsetsPropertyEditor
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAsText() |
|
java.awt.Insets |
getValue() |
|
void |
setAsText(java.lang.String text) |
public InsetsPropertyEditor()
public java.awt.Insets getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text)
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport