home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)showroleri.tcl 1.4
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)showroleri.tcl 1.4 16 Jan 1996 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
- require "rolerights.tcl"
-
- Class ShowRoleRightsDlg : {RoleRightsDlg} {
- constructor
- method destructor
- method popUp
- }
-
- constructor ShowRoleRightsDlg {class this name} {
- set this [RoleRightsDlg::constructor $class $this $name]
- # Start constructor user section
-
- $this editable 0
-
- # End constructor user section
- return $this
- }
-
- method ShowRoleRightsDlg::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this RoleRightsDlg::destructor
- }
-
- method ShowRoleRightsDlg::popUp {this} {
- $this createObjectsIf
- $this createRolesIf
- $this createActionsIf
- $this createRoleRightTypeIf
- $this selectedObjectSetChanged
- $this TemplateDialog::popUp
- }
-
- # Do not delete this line -- regeneration end marker
-
-