tools/JavaCodeLibraryEditor.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Jan 2013 22:31:22 +0000
branchdevelopment
changeset 2004 160dfe552938
child 2005 f5f046bfdfc6
permissions -rw-r--r--
Initial implementation of JavaCodeBundleEditory.

"{ Package: 'stx:libjava/tools' }"

ApplicationModel subclass:#JavaCodeLibraryEditor
	instanceVariableNames:'libraryHolder library'
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Tools'
!


!JavaCodeLibraryEditor class methodsFor:'documentation'!

version_HG

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