|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringArrayCustomizable
An interface for PropertyEditor that wishes to use StringArrayCustomEditor as its custom editor. The StringArrayCustomEditor expects this interface as a parameter in its constructor and acquires and modifies the property via these 2 methods of this interface.
| Method Summary | |
|---|---|
String[] |
getStringArray()
Used to acquire the current value from the PropertyEditor |
void |
setStringArray(String[] value)
Used to modify the current value in the PropertyEditor |
| Method Detail |
|---|
String[] getStringArray()
void setStringArray(String[] value)
value - the new value of the property
|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||