tabledemo.ctxt
来自「java的书上例子」· CTXT 代码 · 共 29 行
CTXT
29 行
#BlueJ class context
comment0.target=class\ TableDemo
comment1.params=args
comment1.target=void\ main(String[])
comment10.params=
comment10.target=int\ getColumnCount()
comment11.params=row\ col
comment11.target=boolean\ isCellEditable(int,int)
comment12.params=value\ row\ col
comment12.target=void\ setValueAt(Object,int,int)
comment13.params=
comment13.target=int\ getRowCount()
comment14.params=row\ col
comment14.target=Object\ getValueAt(int,int)
comment2.target=DEBUG
comment3.params=
comment3.target=TableDemo()
comment4.params=e
comment4.target=void\ windowClosing(WindowEvent)
comment5.params=
comment5.target=void\ printDebugData()
comment6.target=data
comment7.params=col
comment7.target=String\ getColumnName(int)
comment8.params=c
comment8.target=Class\ getColumnClass(int)
comment9.target=columnNames
numComments=15
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?