#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 19:22:15 +0100
changeset 17811 215663d4f8a3
parent 17810 892f591a7e57
child 17812 bb5ec83cf869
#DOCUMENTATION by cg class: AbstractFileApplicationNoteBookComponent category of: #notifyChannel
AbstractFileApplicationNoteBookComponent.st
--- a/AbstractFileApplicationNoteBookComponent.st	Tue Nov 28 19:22:08 2017 +0100
+++ b/AbstractFileApplicationNoteBookComponent.st	Tue Nov 28 19:22:15 2017 +0100
@@ -90,6 +90,18 @@
     self notifyChannel value:msg
 !
 
+sameFileIndex
+
+    ^ sameFileIndex
+!
+
+sameFileIndex:something
+
+    sameFileIndex := something.
+! !
+
+!AbstractFileApplicationNoteBookComponent methodsFor:'accessing-channels'!
+
 notifyChannel
     notifyChannel isNil ifTrue:[
         self masterApplication notNil ifTrue:[
@@ -99,16 +111,6 @@
         ].
     ].
     ^ notifyChannel
-!
-
-sameFileIndex
-
-    ^ sameFileIndex
-!
-
-sameFileIndex:something
-
-    sameFileIndex := something.
 ! !
 
 !AbstractFileApplicationNoteBookComponent methodsFor:'actions'!