Smalltalk/X WebserverDocumentation of class 'Tools::NewSystemBrowser::OwnershipGraph': | |
Class: OwnershipGraph (private in NewSystemBrowserThis class is only visible from within NewSystemBrowser.Inheritance:Object | +--ListEntry | +--Tools::NewSystemBrowser::OwnershipGraph
Description:an instance of me is given to the codeView as a listEntry (i.e. line). The codeview does not really know that it is not dealing with non-text, as I mimicry some of the string protocol to make it happy. (duck typing is cool!) to show pre-assigned per-user colors, do something like: UserPreferences current at:#preferredOwnerColorMapping put:( Dictionary new at:'cg' put:(Color green); at:'claus' put:(Color green); at:'sv' put:(Color blue); at:'ab' put:(Color orange); at:'ca' put:(Color cyan); at:'mb' put:(Color red); at:'sr' put:(Color yellow); at:'vrany' put:(Color orange lightened); yourself ) Class protocol:defaults
Instance protocol:accessing
Private classes:RevisionOwnershipInfo |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:44:17 GMT |