Package org.jdesktop.swingx.editors
Class InsetsPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jdesktop.swingx.editors.InsetsPropertyEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class InsetsPropertyEditor extends java.beans.PropertyEditorSupport- Author:
- joshy
-
-
Constructor Summary
Constructors Constructor Description InsetsPropertyEditor()Creates a new instance of InsetsPropertyEditor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsText()java.awt.InsetsgetValue()voidsetAsText(java.lang.String text)
-
-
-
Method Detail
-
getValue
public java.awt.Insets getValue()
- Specified by:
getValuein interfacejava.beans.PropertyEditor- Overrides:
getValuein classjava.beans.PropertyEditorSupport
-
setAsText
public void setAsText(java.lang.String text)
- Specified by:
setAsTextin interfacejava.beans.PropertyEditor- Overrides:
setAsTextin classjava.beans.PropertyEditorSupport
-
getAsText
public java.lang.String getAsText()
- Specified by:
getAsTextin interfacejava.beans.PropertyEditor- Overrides:
getAsTextin classjava.beans.PropertyEditorSupport
-
-