AbstractFileApplicationNoteBookComponent.st
branchjv
changeset 15566 184cea584be5
parent 12517 3a904476a8d2
parent 14800 993062566d3f
child 15596 c11cc9c2974d
--- a/AbstractFileApplicationNoteBookComponent.st	Sun Jan 12 23:30:25 2014 +0000
+++ b/AbstractFileApplicationNoteBookComponent.st	Wed Apr 01 10:38:01 2015 +0100
@@ -41,7 +41,6 @@
 "
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent class methodsFor:'defaults'!
 
 tabStringFor:aApplicationType
@@ -59,7 +58,6 @@
     "Created: / 01-03-2007 / 21:35:39 / cg"
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent class methodsFor:'queries'!
 
 canOpenItem:anItem
@@ -76,7 +74,6 @@
     ^ true
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'accessing'!
 
 notify:msg
@@ -104,7 +101,6 @@
     sameFileIndex := something.
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'actions'!
 
 changeItem:anItem
@@ -125,7 +121,6 @@
     ^ true
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'aspects'!
 
 cursorColLabelHolder
@@ -154,7 +149,6 @@
     "Created: / 11-09-2006 / 12:32:37 / cg"
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'drag & drop support'!
 
 doStartDrag:aDropSource in:aView
@@ -171,7 +165,6 @@
     hdl startDragFrom:aView dropSource:aDropSource offset:#topLeft
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'queries'!
 
 additionalInfo
@@ -210,6 +203,12 @@
     ^ dir.
 !
 
+getTabIcon
+    "the item shown in a tab"
+
+    ^ nil
+!
+
 getTabString
     "get the tab string from the application"
 
@@ -334,7 +333,6 @@
     ^ (self type == #directoryDescription)
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent methodsFor:'resources'!
 
 resources
@@ -344,23 +342,13 @@
     ^ super resources
 ! !
 
-
 !AbstractFileApplicationNoteBookComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.24 2013-03-20 19:55:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.25 2014-10-25 11:58:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.24 2013-03-20 19:55:23 cg Exp $'
-!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-!
-
-version_SVN
-    ^ '$Id: AbstractFileApplicationNoteBookComponent.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.25 2014-10-25 11:58:03 cg Exp $'
 ! !