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