home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- showInfo:;
- toggleIcons:;
- };
- SUPERCLASS = Object;
- };
- EBGraphView = {
- ACTIONS = {
- copy:;
- };
- OUTLETS = {
- anImage;
- };
- SUPERCLASS = EBView;
- };
- GraphScrollView = {
- ACTIONS = {
- changeScale:;
- changeDepth:;
- };
- OUTLETS = {
- popupDepthButton;
- popupScaleButton;
- popupDepthList;
- popupScaleList;
- };
- SUPERCLASS = ScrollView;
- };
- EBView = {
- ACTIONS = {
- back:;
- };
- OUTLETS = {
- ebFormatter;
- backButton;
- delegate;
- titleView;
- ebFontManager;
- };
- SUPERCLASS = View;
- };
- EBGraphWindow = {
- ACTIONS = {
- back:;
- };
- OUTLETS = {
- backButton;
- titleView;
- ebGraphView;
- graphScrollView;
- theWindow;
- };
- SUPERCLASS = Object;
- };
- EBTitleView = {
- ACTIONS = {
- };
- OUTLETS = {
- fontDelegate;
- font;
- };
- SUPERCLASS = View;
- };
-