TiogaPackage.config
Copyright Ó 1984, 1985, 1986, 1987, 1988 by Xerox Corporation. All rights reserved.
Michael Plass, November 19, 1987 4:48:01 pm PST
Russ Atkinson (RRA) August 7, 1985 12:57:51 pm PDT
Rick Beach, July 15, 1987 9:54:59 pm PDT
Doug Wyatt, February 19, 1988 11:12:16 am PST
TiogaPackage: CONFIGURATION LINKS: CODE
IMPORTS AMMiniModel, Atom, BasicTime, Booting, Buttons, CardTab, Carets, CedarProcess, Convert, FS, FSBackdoor, FSExtras, Imager, ImagerBackdoor, ImagerColor, ImagerColorFns, ImagerFont, InputFocus, IO, List, Menus, MessageWindow, PrincOpsUtils, Process, ProcessProps, Real, RefTab, RefText, Rope, RopeEdit, RopeFile, RopeReader, Rosary, RuntimeError, SafeStorage, Scaled, SystemNames, TIPUser, TJaM, UserProfile, VersionMap, VersionMapDefaults, VFonts, ViewerBLT, ViewerClasses, ViewerForkers, ViewerGroupLocks, ViewerLocks, ViewerOps, ViewerPrivate, ViewerTools, WindowManager, WorldVM
EXPORTS ALL
the following are the most general, clean, and wonderful interfaces to Tioga:
TiogaAccess, TiogaOps, TiogaFileOps
these get into the internals more, but are still fairly stable:
TypeScript, TextLooks, TextNode, NodeProps, EditNotify, NodeAddrs, UndoEvent, NodeStyle, TEditHistory, TEditInputOps, TEditMesaOps, TEditOps, TEditFormat,
these are internal interfaces that may be expected to change more frequently:
AbbrevExpand, EditAddrs, EditSpan, EditSpanSupport, TextEdit, TextLooksSupport, PutGet, MonitoredQueue, TreeFind, TextFind, NodeStyleExtra, TEditDisplay, TEditDocument, TEditImpl, TEditInput, TEditProfile, TEditRefresh, TEditScrolling, TEditSelection, TEditTouchup
CONTROL TBase, TStyles, TEdit
= BEGIN
TBase: CONFIGURATION LINKS: CODE
IMPORTS Atom, CardTab, CedarProcess, Convert, FS, IO, List, MessageWindow, PrincOpsUtils, RefTab, RefText, Rope, RopeEdit, RopeFile, RopeReader, Rosary, RuntimeError, SafeStorage, SystemNames, UserProfile
EXPORTS ALL
AbbrevExpand, EditSpan, EditSpanSupport, TextEdit, TextLooks, TextNode, TextLooksSupport, PutGet, PutGetExtras, MonitoredQueue, TreeFind, TextFind, NodeProps, EditNotify, NodeAddrs, UndoEvent
CONTROL TextNodeImpl, NodePropsImpl, NodeAddrsImpl, TextLooksImpl, UndoEventImpl, EditNotifyImpl, EditSpanImpl, FileReaderImpl, FileWriterImpl, GetFileImpl, PutFileImpl, TextEditImpl, TextFindImpl
= {
AbbrevExpandImpl;
TextNodeImpl;
EditSpanImpl;
EditSpanSupportImpl;
EditNotifyImpl;
FileReaderImpl;
FileWriterImpl;
GetFileImpl;
MonitoredQueueImpl;
NodeAddrsImpl;
NodePropsImpl;
PutFileImpl;
TextEditImpl;
TextFindImpl;
TextLooksImpl;
TreeFindImpl;
UndoEventImpl;
};
TStyles: CONFIGURATION LINKS: CODE
IMPORTS Atom, Convert, EditNotify, FS, FSExtras, Imager, ImagerFont, IO, TJaM, MessageWindow, NodeProps, ProcessProps, Real, RefTab, RefText, Rope, RuntimeError, SystemNames, TextNode, UserProfile, VFonts
EXPORTS ALL
CONTROL NodeStyleImpl, NodeStyleOpsImpl, NodeStyleWorks1Impl, NodeStyleWorks2Impl, NodeStyleWorks3Impl,
NodeStyleWorks4Impl -- has to be last
= {
NodeStyleImpl;
NodeStyleOpsImpl;
NodeStyleWorks1Impl;
NodeStyleWorks2Impl;
NodeStyleWorks3Impl;
NodeStyleWorks4Impl;
};
TEdit: CONFIGURATION LINKS: CODE
IMPORTS AbbrevExpand, AMMiniModel, Atom, BasicTime, Booting, Buttons, Carets, CedarProcess, Convert, EditNotify, EditSpan, EditSpanSupport, FS, FSBackdoor, FSExtras, Imager, ImagerBackdoor, ImagerColor, ImagerColorFns, ImagerFont, InputFocus, IO, List, Menus, MessageWindow, MonitoredQueue, NodeAddrs, NodeProps, NodeStyle, NodeStyleFont, NodeStyleOps, NodeStyleWorks, PrincOpsUtils, Process, PutGet, RefTab, RefText, Rope, RopeEdit, RopeFile, RopeReader, RuntimeError, SafeStorage, Scaled, TextEdit, TextFind, TextLooks, TextNode, TIPUser, TreeFind, UndoEvent, UserProfile, NodeStyleValidate, VersionMap, VersionMapDefaults, ViewerBLT, ViewerClasses, ViewerForkers, ViewerGroupLocks, ViewerLocks, ViewerOps, ViewerPrivate, ViewerTools, WindowManager, WorldVM
EXPORTS ALL
CONTROL TEditProfileImpl, TEditSelectionImpl, TEditSelection2Impl, TEditDisplay2Impl, TEditDocumentsImpl, TEditDocuments2Impl, TEditDocuments3Impl, TEditTypeScriptImpl, TEditInputImpl, TEditInputEventsImpl, TEditLocksImpl, TEditMesaOpsImpl, TEditTouchupImpl, TEditScrollingImpl, TEditFormatImpl, TiogaOpsImpl, TiogaOps2Impl, TiogaFileWatcherImpl--, TiogaAccessImpl
= {
TiogaOpsImpl;
TEditBufferedInputImpl;
TEditDisplayImpl;
TEditDisplay2Impl;
TEditDocumentsImpl;
TEditDocuments2Impl;
TEditDocuments3Impl;
TEditDocumentsCacheImpl;
TEditFormatImpl;
TEditInputImpl;
TEditInputEventsImpl;
TEditInputOpsImpl;
TEditLocksImpl;
TEditMesaOpsImpl;
TEditMiscOpsImpl;
TEditMouseImpl;
TEditProfileImpl;
TEditScrollingImpl;
TEditSelectionImpl;
TEditSelection2Impl;
TEditTouchupImpl;
TEditTypeScriptImpl;
TiogaFileOpsImpl;
TiogaOps2Impl;
TiogaFileWatcherImpl;
TiogaAccessImpl;
};
TBase;
TStyles;
TEdit;
END.