Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Browser fullOnClass: aClassDefinedInAnotherEnvironment
Last updated at 3:29 pm UTC on 24 September 2016

Browser
fullOnClass: aClass 
	"Open a new full browser set to class."

	^ self
		openBrowserView: (self new
			setClass: aClass;
			openEditString: nil)
		label: nil