<> <> <> <<>> DIRECTORY TIPUser USING [TIPTable], ViewerClasses USING [ModifyProc, NotifyProc, Viewer]; IconManager: CEDAR DEFINITIONS = BEGIN <> IconNotify: ViewerClasses.NotifyProc ; IconModify: ViewerClasses.ModifyProc ; iconTIP: TIPUser.TIPTable ; selectedIcon: ViewerClasses.Viewer ; END.