home *** CD-ROM | disk | FTP | other *** search
- BooleanInspector = {
- ACTIONS = {
- changeRepresentation:;
- takeRepresentationFrom:;
- };
- OUTLETS = {
- useSwitchMatrix;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- MoneyInspector = {
- ACTIONS = {
- takeFormatFrom:;
- changeFormat:;
- };
- OUTLETS = {
- formatMatrix;
- generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PictureInspector = {
- SUPERCLASS = Inspector;
- };
- TextInspector = {
- ACTIONS = {
- changeIsScrollable:;
- changeFormat:;
- changeAppkitObjStyle:;
- };
- OUTLETS = {
- formatMatrix;
- styleMatrix;
- isScrollableSwitch;
- };
- SUPERCLASS = InspectorDP;
- };
- GeneralTextInspector = {
- ACTIONS = {
- takeBorderTypeFrom:;
- changeBgGray:;
- changeBorderType:;
- takeBgGrayFrom:;
- takeAlignmentFrom:;
- takeTextGrayFrom:;
- changeAlignment:;
- changeTextGray:;
- };
- OUTLETS = {
- alignmentMatrix;
- bgGrayMatrix;
- borderTypeMatrix;
- textGrayMatrix;
- textInspectorView;
- };
- SUPERCLASS = Inspector;
- };
- ScrollableTextAppkitObj = {
- SUPERCLASS = Text;
- };
- GraphicInspector = {
- SUPERCLASS = Inspector;
- };
- InspectorDP = {
- OUTLETS = {
- messageField;
- };
- SUPERCLASS = Inspector;
- };
- ScrollViewAppkitObj = {
- SUPERCLASS = ScrollView;
- };
- ValueInspector = {
- ACTIONS = {
- takeFormatFrom:;
- changeFormat:;
- };
- OUTLETS = {
- formatMatrix;
- generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- slist;
- panel;
- controller;
- graphicView;
- selectedGraphic;
- };
- SUPERCLASS = Object;
- };
- DateInspector = {
- ACTIONS = {
- takeFormatFrom:;
- changeFormat:;
- };
- OUTLETS = {
- formatMatrix;
- generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
-