home *** CD-ROM | disk | FTP | other *** search
- WrapperInspector = {
- ACTIONS = {
- fileSelected:;
- open:;
- openAsFolder:;
- };
- OUTLETS = {
- inspectorStrings;
- inspectorView;
- subPathText;
- browser;
- messageView;
- splitView;
- messageText;
- };
- SUPERCLASS = WMInspector;
- };
- ImageView = {
- ACTIONS = {
- };
- OUTLETS = {
- image;
- };
- SUPERCLASS = View;
- };
- WMInspector = {
- ACTIONS = {
- touch:;
- ok:;
- textDidChange:;
- revert:;
- };
- OUTLETS = {
- fileNameField;
- window;
- revertButton;
- okButton;
- fileIconButton;
- dirNameField;
- dirTitleField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ImageSubInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- imageWidth;
- imageHeight;
- imageView;
- };
- SUPERCLASS = DefaultSubInspector;
- };
- SoundSubInspector = {
- ACTIONS = {
- play:;
- };
- OUTLETS = {
- seconds;
- sound;
- format;
- rate;
- size;
- info;
- channels;
- samples;
- };
- SUPERCLASS = DefaultSubInspector;
- };
- DefaultSubInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- inspectorView;
- };
- SUPERCLASS = Object;
- };
- TextSubInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- text;
- };
- SUPERCLASS = DefaultSubInspector;
- };
-