📄 labclass.ctxt
字号:
#BlueJ class contextcomment0.target=class\ LabClasscomment0.text=\nThe\ LabClass\ class\ represents\ an\ enrolment\ list\ for\ one\ lab\ class.\ It\ stores\nthe\ time,\ room\ and\ participants\ of\ the\ lab,\ as\ well\ as\ the\ instructor's\ name.\n\n@author\ Michael\ Kolling\ and\ David\ Barnes\n@version\ 2001.05.24\n\ncomment1.target=roomcomment10.params=comment10.target=void\ printList()comment10.text=\nPrint\ out\ a\ class\ list\ with\ other\ LabClass\ details\ to\ the\ standard\nterminal.\n\ncomment11.params=timeAndDayStringcomment11.target=void\ setTime(String)comment11.text=\nSet\ the\ time\ for\ this\ LabClass.\ The\ parameter\ should\ define\ the\ day\nand\ the\ time\ of\ day,\ such\ as\ "Friday,\ 10am".\n\ncomment12.params=comment12.target=int\ numberOfStudents()comment12.text=\nReturn\ the\ number\ of\ students\ currently\ enrolled\ in\ this\ LabClass.\n\ncomment2.target=capacitycomment3.params=newStudentcomment3.target=void\ enrolStudent(Student)comment3.text=\nAdd\ a\ student\ to\ this\ LabClass.\n\ncomment4.params=maxNumberOfStudentscomment4.target=LabClass(int)comment4.text=\nCreate\ a\ LabClass\ with\ a\ maximum\ number\ of\ enrolments.\ All\ other\ details\nare\ set\ to\ default\ values.\n\ncomment5.params=instructorNamecomment5.target=void\ setInstructor(String)comment5.text=\nSet\ the\ name\ of\ the\ instructor\ for\ this\ LabClass.\n\ncomment6.target=timeAndDaycomment7.params=roomNumbercomment7.target=void\ setRoom(String)comment7.text=\nSet\ the\ room\ number\ for\ this\ LabClass.\n\ncomment8.target=studentscomment9.target=instructornumComments=13
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -