home *** CD-ROM | disk | FTP | other *** search
- MiscInfoController = {
- ACTIONS = {
- hideOrShowMenus:;
- license:;
- releaseNotes:;
- info:;
- orderForm:;
- suggestion:;
- registration:;
- };
- OUTLETS = {
- orderForm;
- info;
- strings;
- registration;
- };
- SUPERCLASS = Object;
- };
- MiscInfo = {
- ACTIONS = {
- setController:;
- info:;
- };
- OUTLETS = {
- niftyView;
- regText;
- versionDateText;
- versionText;
- controller;
- infoPanel;
- strings;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscRegistration = {
- ACTIONS = {
- setController:;
- registerApp:;
- registration:;
- cancelRegistration:;
- };
- OUTLETS = {
- regNumText;
- registerPanel;
- controller;
- regText;
- strings;
- };
- SUPERCLASS = Object;
- };
- MiscOrderForm = {
- ACTIONS = {
- costCalc:;
- printOrderForm:;
- setController:;
- orderForm:;
- };
- OUTLETS = {
- orderFormPanel;
- controller;
- costPerLicenseText;
- numLicensesText;
- totalCostText;
- };
- SUPERCLASS = Object;
- };
-