()
| 177 | } |
| 178 | |
| 179 | private void initDoTypeProcessor() { |
| 180 | if (selectionDelegate_ == null) { |
| 181 | selectionDelegate_ = new SimpleSelectionDelegate(); |
| 182 | doTypeProcessor_ = new DoTypeProcessor(this); |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Indicates if the provided character can be "typed" in the element. |
no outgoing calls
no test coverage detected