home *** CD-ROM | disk | FTP | other *** search
- IconFetcher = {
- ACTIONS = {
- fetchIconFor:;
- };
- SUPERCLASS = Thread;
- };
- ClawAnimator = {
- ACTIONS = {
- shredAt::;
- };
- OUTLETS = {
- clawMask;
- claw;
- shred;
- shredComposite;
- pristineContents;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Thread = {
- ACTIONS = {
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
- UnixTree = {
- SUPERCLASS = Object;
- };
- DragPad = {
- ACTIONS = {
- };
- OUTLETS = {
- auditor;
- };
- SUPERCLASS = View;
- };
- FileWindow = {
- ACTIONS = {
- filePicked:;
- doFree:;
- compress:;
- devour:;
- openFiles:;
- };
- OUTLETS = {
- clawView;
- window;
- devourButton;
- filePad;
- selDescription;
- clock;
- fileBrowser;
- };
- SUPERCLASS = Thread;
- };
- NegligentUnixFSTree = {
- SUPERCLASS = UnixFSTree;
- };
- UnixFSTree = {
- ACTIONS = {
- };
- OUTLETS = {
- FSEnumQueueClass;
- DeviceClass;
- SymLinkClass;
- ListClass;
- DirectoryClass;
- FileClass;
- };
- SUPERCLASS = UnixTree;
- };
- WMClock = {
- ACTIONS = {
- };
- OUTLETS = {
- timeBitmap;
- };
- SUPERCLASS = Control;
- };
-