Package editor
Interface ILineInfoManager
-
- All Known Implementing Classes:
AbstractLineInfoManager,GosuClassLineInfoManager,SimpleLineInfoManager
public interface ILineInfoManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CursorgetCursor(int iLine)EditorHostgetEditor()intgetRequiredWidth()voidhandleLineClick(MouseEvent e, int iLine, int iX, int iY)voidrender(Graphics g, int iLine, int iLineHeight, int iX, int iY)voidrenderHighlight(Graphics g, int iLine)voidsetEditor(EditorHost gosuEditor)
-
-
-
Method Detail
-
getRequiredWidth
int getRequiredWidth()
-
render
void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
-
handleLineClick
void handleLineClick(MouseEvent e, int iLine, int iX, int iY)
-
getCursor
Cursor getCursor(int iLine)
-
renderHighlight
void renderHighlight(Graphics g, int iLine)
-
getEditor
EditorHost getEditor()
-
setEditor
void setEditor(EditorHost gosuEditor)
-
-