home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
reparchobj.tcl
< prev
next >
Wrap
Text File
|
1997-07-18
|
1KB
|
51 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)reparchobj.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)reparchobj.tcl /main/titanic/2 18 Jul 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
require "repdirbrow.tcl"
# End user added include file section
require "reparchdia.tcl"
Class RepArchObjDialog : {RepArchDialog} {
constructor
method destructor
method popUp
}
constructor RepArchObjDialog {class this name view} {
set this [RepArchDialog::constructor $class $this $name $view]
# Start constructor user section
set objDir [path_name concat [[$view rep] lastRepDir] .]
$this setDirectory $objDir
# End constructor user section
return $this
}
method RepArchObjDialog::destructor {this} {
# Start destructor user section
# End destructor user section
$this RepArchDialog::destructor
}
method RepArchObjDialog::popUp {this} {
set rep [[$this view] rep]
set repDir [$rep currentRepDir]
set objDir [location $repDir [string tolower [$this objType]]]
[$this dstField] text [Repository::defaultDumpFile $objDir]
$this RepArchDialog::popUp
}
# Do not delete this line -- regeneration end marker