?? clickcell.event
字號:
#if($item == "advice") cell = smf.guiGrid.cells[$arg0][$arg1]; MouseEvent mouseEvent = new MouseEvent(smf.guiGrid.cells[$arg0][$arg1], MouseEvent.MOUSE_CLICKED,0,0,0,0,0,false,MouseEvent.BUTTON1); smf.guiGrid.cells[$arg0][$arg1].mouseClicked(mouseEvent); #end#if($item == "import")java.awt.event.*;#end#if($item == "finished") pointcut $pct0(): call(public void SudokuGuiGrid.SudokuGuiCell.mouseClicked(..)); after(): $pct0() {%advice% }#end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -