home *** CD-ROM | disk | FTP | other *** search
- MORegexTextCellInspector = {
- ACTIONS = {
- revert:;
- patternButtonAction:;
- optionsCheckboxAction:;
- textDidChange:;
- textDidGetKeys:;
- ok:;
- browserAction:;
- };
- OUTLETS = {
- tagForm;
- alignmentMatrix;
- borderMatrix;
- patternBrowser;
- allowEmptyStringButton;
- backgroundGrayMatrix;
- patternText;
- textGrayMatrix;
- optionsCheckboxMatrix;
- patternButtonMatrix;
- };
- SUPERCLASS = IBInspector;
- };
- CellInspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- window;
- disabledSwitch;
- tagForm;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- performResize:;
- };
- SUPERCLASS = Object;
- };
-