public class RectanglePropertyManager extends PropertyManager<Rectangle>
| Constructor and Description |
|---|
RectanglePropertyManager(Object instance,
String name,
Method setter,
Method getter) |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
createView() |
Rectangle |
defaultValue() |
void |
updateView(Rectangle item) |
getName, getValue, getView, isReadOnly, setValue, toStringprotected JComponent createView()
createView in class PropertyManager<Rectangle>public void updateView(Rectangle item)
updateView in class PropertyManager<Rectangle>public Rectangle defaultValue()
defaultValue in class PropertyManager<Rectangle>Copyright © 2017. All rights reserved.