Files
G4G0-1/Semester 1/Programming 1/Java/examples/projects/chapter14/address-book-v2g/AddressBookGUI.ctxt
2024-01-15 20:14:10 +00:00

32 lines
1.5 KiB
Plaintext
Executable File

#BlueJ class context
comment0.params=book
comment0.target=AddressBookGUI(AddressBook)
comment0.text=\n\ Create\ the\ frame\ with\ its\ panels.\n\ @param\ book\ The\ address\ book\ to\ be\ manipulated.\n
comment1.params=ev
comment1.target=void\ windowClosing(java.awt.event.WindowEvent)
comment10.params=
comment10.target=java.awt.Container\ setupListArea()
comment10.text=\n\ Set\ up\ the\ panel\ for\ listing\ the\ entries.\n\ @return\ The\ completed\ panel.\n
comment2.params=
comment2.target=void\ showWindow()
comment2.text=\n\ Show\ the\ window\ if\ it\ has\ been\ closed.\n
comment3.params=
comment3.target=java.awt.Dimension\ getPreferredSize()
comment3.text=\n\ @return\ The\ preferred\ size\ of\ this\ window.\n
comment4.params=
comment4.target=java.awt.Container\ setupDataEntry()
comment4.text=\n\ Set\ up\ the\ panel\ for\ data\ entry.\n\ @return\ The\ completed\ panel.\n
comment5.params=
comment5.target=java.awt.Container\ setupSearchArea()
comment5.text=\n\ Set\ up\ the\ panel\ for\ searching\ the\ entries.\n\ @return\ The\ completed\ panel.\n
comment6.params=ev
comment6.target=void\ changedUpdate(javax.swing.event.DocumentEvent)
comment7.params=ev
comment7.target=void\ insertUpdate(javax.swing.event.DocumentEvent)
comment8.params=ev
comment8.target=void\ removeUpdate(javax.swing.event.DocumentEvent)
comment9.params=
comment9.target=void\ research()
comment9.text=\n\ Search\ the\ address\ book\ and\ present\ the\ results\ unless\n\ the\ search\ string\ is\ empty,\ in\ which\ case\ the\ results\n\ area\ is\ cleared.\n
numComments=11