VDBThreadGroupPresenter.st
changeset 23 ed5f4b55cee5
parent 22 6684f4d82301
child 24 c33a063cb363
--- a/VDBThreadGroupPresenter.st	Sun Sep 21 23:46:10 2014 +0100
+++ b/VDBThreadGroupPresenter.st	Mon Sep 22 09:57:54 2014 +0100
@@ -7,12 +7,16 @@
 	category:'VDB-Presentation'
 !
 
-!VDBThreadGroupPresenter methodsFor:'displaying'!
+!VDBThreadGroupPresenter methodsFor:'accessing'!
 
-displayString
+label
     ^ threadGroup displayString
 
-    "Created: / 21-09-2014 / 23:31:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 22-09-2014 / 00:14:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+threadGroup
+    ^ threadGroup
 ! !
 
 !VDBThreadGroupPresenter methodsFor:'initialization'!
@@ -36,3 +40,11 @@
     "Created: / 21-09-2014 / 23:41:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!VDBThreadGroupPresenter methodsFor:'testing'!
+
+isThreadGroupPresenter
+    ^ true
+
+    "Created: / 21-09-2014 / 23:54:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+