class: KeyedCollection
authorStefan Vogel <sv@exept.de>
Fri, 17 Mar 2017 11:45:49 +0100
changeset 17475 ab37d2065fe8
parent 17474 7382711c82f3
child 17476 de380a84914e
class: KeyedCollection added: #inspectorClass class: MethodDictionary removed: #inspectorClass
extensions.st
--- a/extensions.st	Wed Mar 15 16:42:02 2017 +0100
+++ b/extensions.st	Fri Mar 17 11:45:49 2017 +0100
@@ -1490,6 +1490,17 @@
     ^ self classNameWithArticle
 ! !
 
+!KeyedCollection methodsFor:'misc ui support'!
+
+inspectorClass
+    "redefined to use DictionaryInspector
+     (instead of the default Inspector)."
+
+    ^ DictionaryInspectorView
+
+    "Created: 12.6.1996 / 12:29:13 / stefan"
+! !
+
 !LibraryDefinition class methodsFor:'misc ui support'!
 
 iconInBrowserSymbol
@@ -1733,17 +1744,6 @@
     "Modified: / 20-07-2010 / 10:33:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!MethodDictionary methodsFor:'misc ui support'!
-
-inspectorClass
-    "redefined to use DictionaryInspector
-     (instead of the default Inspector)."
-
-    ^ DictionaryInspectorView
-
-    "Created: 12.6.1996 / 12:29:13 / stefan"
-! !
-
 !MultiImage methodsFor:'misc ui support'!
 
 inspectorClass