home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- deleteItem:;
- openConfiguration:;
- previousItem:;
- saveAsConfiguration:;
- appDidInit:;
- setUnmatchedColor:;
- suggestion:;
- nextItem:;
- showInfo:;
- setDefaultConfigurationName:;
- newConfiguration:;
- setMatchedColor:;
- saveConfiguration:;
- insertItem:;
- revertToSavedConfiguration:;
- };
- OUTLETS = {
- configurationWindow;
- matchedSampleText;
- regularExpression;
- defaultConfiguration;
- unmatchedColorWell;
- infoPanel;
- itemNumber;
- infoWindow;
- numberOfItems;
- preferenceWindow;
- unmatchedSampleText;
- matchedColorWell;
- };
- SUPERCLASS = Object;
- };
-