Public Member Functions | |
YesNoEditor () | |
String[] | getTags () |
String | getJavaInitializationString () |
void | setAsText (String text) throws IllegalArgumentException |
String | getAsText () |
Static Private Attributes | |
final String | YES = "yes" |
final String | NO = "no" |
String[] | tagStrings = { YES, NO} |
|
|
|
return the boolean property as Text. This method returns a string that corresponds to the boolean value
|
|
used by the IDE for code generation |
|
|
|
Sets the boolean property from a String. This method interprets the string and converts it into a boolean
|
|
|
|
|
|
the tags recognized by this editor |