home *** CD-ROM | disk | FTP | other *** search
- APAide = {
- ACTIONS = {
- windowWillClose:;
- };
- OUTLETS = {
- window;
- panelView;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SwitcherAide = {
- ACTIONS = {
- switchValueChanged:;
- };
- OUTLETS = {
- switchView;
- currentPanelView;
- };
- SUPERCLASS = APAide;
- };
- FillSwAide = {
- ACTIONS = {
- applyChange:;
- };
- OUTLETS = {
- fillPopup;
- };
- SUPERCLASS = SwitcherAide;
- };
-