Package editor

Interface ILineInfoManager

All Known Implementing Classes:
AbstractLineInfoManager, GosuClassLineInfoManager, SimpleLineInfoManager, SystemPanel.SystemPanelLineInfoMgr

public interface ILineInfoManager
  • Method Details

    • 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)