Public Member Functions | |
ValuePropertyProxy (Property proxiedProperty, Object value, int index) | |
Object | getValue () throws IllegalAccessException, InvocationTargetException |
void | setValue (Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException |
boolean | supportsDefaultValue () |
void | restoreDefaultValue () throws IllegalAccessException, InvocationTargetException |
PropertyEditor | getPropertyEditor () |
boolean | canRead () |
boolean | canWrite () |
String | getDisplayName () |
String | getName () |
String | getShortDescription () |
Private Attributes | |
Property | proxiedProperty |
Object | value |
String | indexString |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|