SettingsDialog.st
branchjv
changeset 15609 9e16a127f90a
parent 15566 184cea584be5
parent 15607 1e233fdc0cef
child 15882 bb40a5fcba34
equal deleted inserted replaced
15606:4756ec1dfc4d 15609:9e16a127f90a
  1776 
  1776 
  1777 canCollapse
  1777 canCollapse
  1778     "the rootItem is cannot be collapsed"
  1778     "the rootItem is cannot be collapsed"
  1779 
  1779 
  1780     "/ first check if we are expanded, if not answer false
  1780     "/ first check if we are expanded, if not answer false
  1781     ^ (isExpanded and:[self isRootItem not])
  1781     ^ (self isExpanded and:[self isRootItem not])
  1782 !
  1782 !
  1783 
  1783 
  1784 isCategory
  1784 isCategory
  1785 
  1785 
  1786     ^ self applicationClass isNil
  1786     ^ self applicationClass isNil
  2012 ! !
  2012 ! !
  2013 
  2013 
  2014 !SettingsDialog class methodsFor:'documentation'!
  2014 !SettingsDialog class methodsFor:'documentation'!
  2015 
  2015 
  2016 version
  2016 version
  2017     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.128 2015-03-11 05:56:44 ca Exp $'
  2017     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
  2018 !
  2018 !
  2019 
  2019 
  2020 version_CVS
  2020 version_CVS
  2021     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.128 2015-03-11 05:56:44 ca Exp $'
  2021     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
  2022 ! !
  2022 ! !
  2023 
  2023 
  2024 
  2024 
  2025 SettingsDialog initialize!
  2025 SettingsDialog initialize!