public final class CodeEditorUtils
extends java.lang.Object
Constructor and Description |
---|
CodeEditorUtils() |
Modifier and Type | Method and Description |
---|---|
static CodeEditor |
getCodeEditorFromContext(Context context)
Utility routine to fetch the CodeEditor instance from the context.
|
static BasicEditorPane |
getEditorPaneFromContext(Context context)
Utility routine to fetch the BasicEditorPane instance from the context.
|
public static final CodeEditor getCodeEditorFromContext(Context context)
context
- the current contextpublic static final BasicEditorPane getEditorPaneFromContext(Context context)
context
- the current context