home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)worducdsec.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)worducdsec.tcl /main/hindenburg/1 11 Jul 1996 Copyright 1996 Cadre Technologies Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "worddiagra.tcl"
-
- Class WordUcdSection : {WordDiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor WordUcdSection {class this name document} {
- set this [WordDiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method WordUcdSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this WordDiagramSection::destructor
- }
-
- method WordUcdSection::promoter {this document} {
- $this WordDiagramSection::promoter $document
-
- $this uiType UCD
- }
-
- # Do not delete this line -- regeneration end marker
-
-