|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CodeEditorStatusBarItem
An interface of any StatusBarItem for CodeEditor.
| Method Summary | |
|---|---|
CodeEditor |
getCodeEditor()
Gets the code editor. |
void |
initialize()
Initializes the status bar item. |
void |
registerListener(CodeEditor editor)
Status bar item needs to keep track of a certain status in code editor. |
void |
setCodeEditor(CodeEditor editor)
Sets the code editor. |
void |
unregisterListener(CodeEditor editor)
Removes the listener you registered in registerListener(com.jidesoft.editor.CodeEditor). |
| Method Detail |
|---|
CodeEditor getCodeEditor()
void setCodeEditor(CodeEditor editor)
editor - void initialize()
void registerListener(CodeEditor editor)
CaretListener
to the editor. And you should also retrive current caret position and display it.
editor - void unregisterListener(CodeEditor editor)
registerListener(com.jidesoft.editor.CodeEditor).
editor -
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||