📄 product.ctxt
字号:
#BlueJ class context
comment0.params=aProductNo\ aDescription\ aPrice\ aQuantity
comment0.target=Product(String,\ String,\ double,\ int)
comment0.text=\nConstruct\ a\ product\ details\n\n
comment1.target=String\ getProductNo()
comment2.target=String\ getDescription()
comment3.target=double\ getPrice()
comment4.target=int\ getQuantity()
comment5.params=aProductNo
comment5.target=void\ setProductNo(String)
comment6.params=aDescription
comment6.target=void\ setDescription(String)
comment7.params=aPrice
comment7.target=void\ setPrice(double)
comment8.params=aQuantity
comment8.target=void\ setQuantity(int)
numComments=9
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -