Home | History | Annotate | Download | only in editor

Lines Matching defs:string

17  * The {@link PropertyEditor} for selecting single string from given set.
24 private String[] m_strings;
49 if (value instanceof String) {
50 String string = (String) value;
53 if (string.equalsIgnoreCase(m_strings[i])) {
57 if (string.equals(m_strings[i])) {
67 protected String getTitle(int index) {
72 protected String getExpression(int index) throws Exception {
84 // public void configure(EditorState state, Map<String, Object> parameters) throws Exception {
92 // public void configure(String[] strings) {