home *** CD-ROM | disk | FTP | other *** search
- AbstractView = {
- ACTIONS = {
- zoomOut:;
- copy:;
- newLimits:;
- zoomIn:;
- };
- OUTLETS = {
- yMinField;
- xMinField;
- showLabels;
- controller;
- yMaxField;
- xMaxField;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PrimalView = {
- SUPERCLASS = AbstractView;
- };
- DualView = {
- SUPERCLASS = AbstractView;
- };
- Controller = {
- ACTIONS = {
- newPointColor:;
- newPointLabel:;
- pointSelected:;
- deleteLine:;
- deleteAllLines:;
- deletePoint:;
- lineSelected:;
- suggestion:;
- newLineLabel:;
- draw:;
- showInfo:;
- deleteAllPoints:;
- newLineColor:;
- };
- OUTLETS = {
- primalPlaneView;
- enterMode;
- lineBrowser;
- lineLabel;
- lineColorWell;
- dualPlaneView;
- pointLabel;
- pointColorWell;
- infoPanel;
- pointBrowser;
- };
- SUPERCLASS = Object;
- };
-