org.netbeans.core/2 3.32

org.netbeans.beaninfo.editors
Interface StringArrayCustomizable

All Known Implementing Classes:
StringArrayEditor

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

getStringArray

String[] getStringArray()
Used to acquire the current value from the PropertyEditor

Returns:
the current value of the property

setStringArray

void setStringArray(String[] value)
Used to modify the current value in the PropertyEditor

Parameters:
value - the new value of the property

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.