(EditorToolbar parent, String name, String title)
| 66 | |
| 67 | |
| 68 | public EditorButton(EditorToolbar parent, String name, String title) { |
| 69 | this(parent, name, title, title, title); |
| 70 | } |
| 71 | |
| 72 | |
| 73 | public EditorButton(EditorToolbar parent, String name, |
nothing calls this directly
no test coverage detected