Package editor
Interface ILineInfoManager
- All Known Implementing Classes:
AbstractLineInfoManager
,GosuClassLineInfoManager
,SimpleLineInfoManager
,SystemPanel.SystemPanelLineInfoMgr
public interface ILineInfoManager
-
Method Summary
Modifier and TypeMethodDescriptiongetCursor
(int iLine) int
void
handleLineClick
(MouseEvent e, int iLine, int iX, int iY) void
void
renderHighlight
(Graphics g, int iLine) void
setEditor
(EditorHost gosuEditor)
-
Method Details
-
getRequiredWidth
int getRequiredWidth() -
render
-
handleLineClick
-
getCursor
-
renderHighlight
-
getEditor
EditorHost getEditor() -
setEditor
-