public interface ILineInfoManager
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor(int iLine) |
EditorHost |
getEditor() |
int |
getRequiredWidth() |
void |
handleLineClick(MouseEvent e,
int iLine,
int iX,
int iY) |
void |
render(Graphics g,
int iLine,
int iLineHeight,
int iX,
int iY) |
void |
renderHighlight(Graphics g,
int iLine) |
void |
setEditor(EditorHost gosuEditor) |
int getRequiredWidth()
void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
void handleLineClick(MouseEvent e, int iLine, int iX, int iY)
Cursor getCursor(int iLine)
void renderHighlight(Graphics g, int iLine)
EditorHost getEditor()
void setEditor(EditorHost gosuEditor)
Copyright © 2020. All rights reserved.