r_stockrw.ctxt

来自「这是一个买卖系统,一个模拟的系统,根据下订单,看订单,买,等功能」· CTXT 代码 · 共 22 行

CTXT
22
字号
#BlueJ class context
comment0.params=url
comment0.target=R_StockRW(String)
comment1.params=number
comment1.target=boolean\ exists(String)
comment2.params=number
comment2.target=Product\ getDetails(String)
comment2.text=\nReturns\ details\ about\ the\ product\ in\ the\ stock\ list\n@return\ StockNumber,\ Description,\ Price,\ Quantity\n\n
comment3.params=number
comment3.target=ImageIcon\ getImage(String)
comment3.text=\nReturns\ an\ image\ of\ the\ product\ in\ the\ stock\ list\n@return\ image\n\n
comment4.params=number\ amount
comment4.target=boolean\ buyStock(String,\ int)
comment4.text=\nBuys\ stock\ and\ hence\ decrements\ no\ in\ stock\ list\n@return\ StockNumber,\ Description,\ Price,\ Quantity\n\n
comment5.params=number\ amount
comment5.target=void\ addStock(String,\ int)
comment5.text=\nAdds\ (Restocks)\ stock\ to\ the\ product\ list\n\n
comment6.params=detail
comment6.target=void\ modifyStock(Product)
comment6.text=\nModifies\ Stock\ details\ for\ a\ given\ product\ number.\nInformation\ modified\:\ Description,\ Price\n\n
numComments=7

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?