
Public Member Functions | |
| YesNoEditor () | |
| String[] | getTags () |
| String | getJavaInitializationString () |
| void | setAsText (String text) throws IllegalArgumentException |
| String | getAsText () |
Static Private Attributes | |
| static final String | YES = "yes" |
| static final String | NO = "no" |
| static String[] | tagStrings = { YES, NO} |
Editor that interprets a boolean as yes or no choice.
| cern::gp::beans::editors::YesNoEditor::YesNoEditor | ( | ) | [inline] |
| String cern::gp::beans::editors::YesNoEditor::getAsText | ( | ) | [inline] |
return the boolean property as Text. This method returns a string that corresponds to the boolean value
Referenced by getJavaInitializationString().
| String cern::gp::beans::editors::YesNoEditor::getJavaInitializationString | ( | ) | [inline] |
used by the IDE for code generation
References getAsText().
| String [] cern::gp::beans::editors::YesNoEditor::getTags | ( | ) | [inline] |
References tagStrings.
| void cern::gp::beans::editors::YesNoEditor::setAsText | ( | String | text | ) | throws IllegalArgumentException [inline] |
final String cern::gp::beans::editors::YesNoEditor::NO = "no" [static, private] |
Referenced by getAsText(), and setAsText().
String [] cern::gp::beans::editors::YesNoEditor::tagStrings = { YES, NO} [static, private] |
Referenced by getTags().
final String cern::gp::beans::editors::YesNoEditor::YES = "yes" [static, private] |
the tags recognized by this editor
Referenced by getAsText(), and setAsText().
1.6.2