#BlueJ class context comment0.target=class\ AddressBookDemo comment0.text=\nProvide\ a\ simple\ demonstration\ of\ the\ AddressBook\nclass.\ Sample\ data\ is\ added\ to\ the\ address\ book,\ and\na\ GUI\ view\ is\ provided.\n\n@author\ David\ J.\ Barnes\ and\ Michael\ Kolling.\n@updates\ and\ changes\ by\ Michael\ Rivers\n@version\ May\ 30th\ 2006\n\n comment1.params= comment1.target=void\ hideInterface() comment1.text=\nAllow\ the\ user\ to\ not\ interact\ with\ the\ address\ book.\n\n comment2.target=book comment3.params= comment3.target=AddressBookDemo() comment3.text=\nSetup\ an\ AddressBook\ with\ sample\ data.\nThe\ address\ book\ is\ passed\ to\ a\ GUI\ to\ provide\na\ view\ of\ the\ data.\n\n comment4.target=interact comment5.params= comment5.target=AddressBook\ getBook() comment5.text=\n@return\ The\ sample\ address\ book.\n\n comment6.params= comment6.target=void\ showInterface() comment6.text=\nAllow\ the\ user\ to\ interact\ with\ the\ address\ book.\n\n numComments=7