⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 r_stockrw.ctxt

📁 这是一个买卖系统,一个模拟的系统,根据下订单,看订单,买,等功能
💻 CTXT
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -