-- File: WBBrowser.config -- Last edited by: -- Cattell on May 9, 1983 3:08 pm -- Willie-Sue on February 10, 1983 1:52 pm -- Donahue on June 1, 1983 6:28 pm WBBrowser: CONFIGURATION LINKS: CODE IMPORTS Atom, CedarSnapshot, CIFS, FileIO, Graphics, IO, MBQueue, Process, Rope, SafeStorage, System, UserExec, UserProfile, UserTerminal, VTables, Runtime, Buttons, DateAndTime, DBIcons, BcdOps, Convert, LongString, PilotLoadStateOps, String, Time, AMEvents, Directory, PageFault, Transaction, ViewerEvents, ViewerLocks, Cursors, InputFocus, IconManager, Icons, Labels, Menus, MessageWindow, Rules, TIPUser, VFonts, ViewerBLT, ViewerOps, ViewerIO, VirtualDesktops, TypeScript, WindowManager, DB, DBEnvironment, ShowPress EXPORTS Nut, NutViewer, NutOps, Whiteboard, DBNames, DBIcons, WhiteboardNutImpl CONTROL DBIconsImpl, DBNamesImpl, NutImpl, NutOpsImpl, DomainNutImpl, RelationNutImpl, SchemaImpl, WhiteboardNutImpl, WhiteboardToolImpl, NutViewerMiscImpl, NutDefaultImpl, NutViewerImpl = BEGIN -- Basic Nut manager NutImpl; NutPrivateImpl; NutViewerMiscImpl; NutViewerImpl; NutOpsImpl; -- Default displayer & editor NutDefaultImpl; TuplesEditorImpl; EntityEditorImpl; NoteEditorImpl; VTablesImpl; DBIconsImpl; -- Data schema nut implementation DomainNutImpl; RelationNutImpl; SchemaImpl; SchemaCopyImpl; -- Whiteboard nut implementation WhiteboardNutImpl; WhiteboardImpl; WhiteboardToolImpl; -- Handling cross segment references (will be superseded) DBNamesImpl; END.