Interface SourceCodeEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SourceCodeEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<SourceCodeEditor>
- All Known Implementing Classes:
SourceCodeEditorView
- Enclosing class:
- SourceCodeEditor
public static interface SourceCodeEditor.View extends org.uberfire.client.mvp.UberView<SourceCodeEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearAll()voidclearError()voiddeclareVariable(String var, String description)voidedit(SourceCodeType type, String code)voiderror(String error)voidfocus()voidinjectVariable(String var)
-