VDBAbstractContainer.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 09 Jun 2014 10:57:26 +0100
changeset 2 9741a7683808
parent 1 09b3ef5606e7
child 5 fac6e83fd5c0
permissions -rw-r--r--
Added VDBInferiorConsoleApplication to display debugee's input/output.

"{ Package: 'jv:vdb' }"

VDBAbstractApplication subclass:#VDBAbstractContainer
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'VDB-UI-Abstract'
!


!VDBAbstractContainer class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !