<> <> <> <> <> <> <> <> <> <<>> DIRECTORY Ascii USING [Lower], Atom USING [MakeAtom], Basics, Convert USING [RopeFromInt], EditNotify, NameSymbolTable, NodeProps, NodeStyle, NodeStyleObsolete USING [EvalFreeVars], NodeStyleOps, NodeStyleWorks, Rope USING [Cat, Concat, Flatten, Text, Translate, ROPE], TextNode, TextLooks, TJaMBasic USING [Object], TJaMInternal USING [Frame], TJaMOps USING [Execute, Get]; NodeStyleOpsImpl: CEDAR MONITOR IMPORTS Ascii, Atom, Basics, Convert, EditNotify, NameSymbolTable, NodeProps, NodeStyle, NodeStyleObsolete, NodeStyleWorks, Rope, TextNode, TJaMOps EXPORTS NodeStyleOps = BEGIN OPEN NodeStyle, NodeStyleOps; <<>> Frame: TYPE = TJaMInternal.Frame; Object: TYPE = TJaMBasic.Object; <