Tools__ChangeSetDiffList.st
changeset 14014 e58870fa0034
parent 13863 481f2981e611
child 14115 893940b942a4
equal deleted inserted replaced
14013:edf1f9887d03 14014:e58870fa0034
   149     "Return a description of exported aspects;
   149     "Return a description of exported aspects;
   150      these can be connected to aspects of an embedding application
   150      these can be connected to aspects of an embedding application
   151      (if this app is embedded in a subCanvas)."
   151      (if this app is embedded in a subCanvas)."
   152 
   152 
   153     ^ #(
   153     ^ #(
       
   154         environmentHolder
   154         #highlightConflictsHolder
   155         #highlightConflictsHolder
   155         #inGeneratorHolder
   156         #inGeneratorHolder
   156         #listEntryIconGenerator
   157         #listEntryIconGenerator
   157         #listEntryLabelGenerator
   158         #listEntryLabelGenerator
   158         #menuHolder
   159         #menuHolder
   160         #showCopyrightMethodDiffsHolder
   161         #showCopyrightMethodDiffsHolder
   161         #showFilterHolder
   162         #showFilterHolder
   162         #showVersionMethodDiffsHolder
   163         #showVersionMethodDiffsHolder
   163       ).
   164       ).
   164 
   165 
       
   166     "Modified: / 24-02-2014 / 10:37:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   165 ! !
   167 ! !
   166 
   168 
   167 !ChangeSetDiffList methodsFor:'accessing'!
   169 !ChangeSetDiffList methodsFor:'accessing'!
   168 
   170 
   169 listEntryIconGenerator
   171 listEntryIconGenerator
   593 ! !
   595 ! !
   594 
   596 
   595 !ChangeSetDiffList class methodsFor:'documentation'!
   597 !ChangeSetDiffList class methodsFor:'documentation'!
   596 
   598 
   597 version_CVS
   599 version_CVS
   598     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.8 2014-02-05 19:08:09 cg Exp $'
   600     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
   599 !
   601 !
   600 
   602 
   601 version_SVN
   603 version_SVN
   602     ^ '$Id: Tools__ChangeSetDiffList.st,v 1.8 2014-02-05 19:08:09 cg Exp $'
   604     ^ '$Id: Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
   603 ! !
   605 ! !
   604 
   606