home *** CD-ROM | disk | FTP | other *** search
- Server = {SUPERCLASS = Object; };
- ConfigPanel = {
- ACTIONS = {
- "accessChanged:" = "accessChanged:";
- "panelDone:" = "panelDone:";
- "setPublishedDomain:" = "setPublishedDomain:";
- };
- OUTLETS = {
- access = access;
- domaintext = domaintext;
- hostform = hostform;
- noteform = noteform;
- panel = panel;
- titletext = titletext;
- wherebutton = wherebutton;
- };
- SUPERCLASS = Object;
- };
- ServerList = {SUPERCLASS = List; };
- RenderManager = {
- ACTIONS = {
- "checkQueue:" = "checkQueue:";
- "configureServer:" = "configureServer:";
- "createNewServer:" = "createNewServer:";
- "deleteServer:" = "deleteServer:";
- "serverSelected:" = "serverSelected:";
- };
- OUTLETS = {
- browser = browser;
- configbutton = configbutton;
- configpanel = configpanel;
- newbutton = newbutton;
- notetext = notetext;
- queue = queue;
- };
- SUPERCLASS = Application;
- };
- QueueCell = {SUPERCLASS = SelectionCell; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Queue = {
- ACTIONS = {"delete:" = "delete:"; "showQueue:" = "showQueue:"; };
- OUTLETS = {
- deletebutton = deletebutton;
- list = list;
- note = note;
- panel = panel;
- servername = servername;
- status = status;
- };
- SUPERCLASS = Object;
- };
-