home *** CD-ROM | disk | FTP | other *** search
- IconBox = {
- OUTLETS = {currentTarget = currentTarget; iconButton = iconButton; };
- SUPERCLASS = Box;
- };
- TableView = {
- ACTIONS = {"acceptEdits:" = "acceptEdits:"; "cancelEdits:" = "cancelEdits:"; };
- OUTLETS = {
- bodyClipView = bodyClipView;
- columnList = columnList;
- hScroller = hScroller;
- target = target;
- theDataSource = theDataSource;
- titleFont = titleFont;
- vScroller = vScroller;
- };
- SUPERCLASS = Control;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- ImportsManager = {
- ACTIONS = {
- "addImportsEntry:" = "addImportsEntry:";
- "chooseMountPoint:" = "chooseMountPoint:";
- "enableExpertOptions:" = "enableExpertOptions:";
- "endModalPanel:" = "endModalPanel:";
- "noteChange:" = "noteChange:";
- "optionsOK:" = "optionsOK:";
- "optionsRevert:" = "optionsRevert:";
- "removeImportsEntry:" = "removeImportsEntry:";
- "runExpertOptionsPanel:" = "runExpertOptionsPanel:";
- "selectImportsFromNetInfo:" = "selectImportsFromNetInfo:";
- "updateInspector:" = "updateInspector:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- expertButton = expertButton;
- expertOptionsPanel = expertOptionsPanel;
- folderIconBox = folderIconBox;
- folderTable = folderTable;
- ifsHostField = ifsHostField;
- ifsHostPanel = ifsHostPanel;
- ifsPathField = ifsPathField;
- importsWindow = importsWindow;
- mountBgButton = mountBgButton;
- mountPointButton = mountPointButton;
- mountPointField = mountPointField;
- mountRetriesField = mountRetriesField;
- mountRoButton = mountRoButton;
- mountTimeoutField = mountTimeoutField;
- nfsRetriesField = nfsRetriesField;
- nfsTimeoutField = nfsTimeoutField;
- niDirectory = niDirectory;
- niDomain = niDomain;
- nniHostField = nniHostField;
- nniHostPanel = nniHostPanel;
- nniPathField = nniPathField;
- okButton = okButton;
- readBufferField = readBufferField;
- removeFolderButton = removeFolderButton;
- retryButton = retryButton;
- revertButton = revertButton;
- serverPortField = serverPortField;
- suidButton = suidButton;
- writeBufferField = writeBufferField;
- };
- SUPERCLASS = Object;
- };
-