ResourceSpecEditor.st
changeset 1427 b3e355574ccf
parent 1390 35f90684be49
child 1470 1ac79214af0f
equal deleted inserted replaced
1426:6a5f5372fcc4 1427:b3e355574ccf
   128 ! !
   128 ! !
   129 
   129 
   130 !ResourceSpecEditor class methodsFor:'queries'!
   130 !ResourceSpecEditor class methodsFor:'queries'!
   131 
   131 
   132 isVisualStartable
   132 isVisualStartable
   133     "returns whether this application class can be started via #open"
   133     "return true, if this application can be started via #open.
       
   134      (to allow start of a change browser via double-click in the browser)"
   134 
   135 
   135     self == ResourceSpecEditor ifTrue:[^false].
   136     self == ResourceSpecEditor ifTrue:[^false].
   136     ^super isVisualStartable
   137     ^super isVisualStartable
   137 
       
   138 ! !
   138 ! !
   139 
   139 
   140 !ResourceSpecEditor class methodsFor:'startup / release'!
   140 !ResourceSpecEditor class methodsFor:'startup / release'!
   141 
   141 
   142 preSnapshot
   142 preSnapshot
   678 ! !
   678 ! !
   679 
   679 
   680 !ResourceSpecEditor class methodsFor:'documentation'!
   680 !ResourceSpecEditor class methodsFor:'documentation'!
   681 
   681 
   682 version
   682 version
   683     ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.17 2000-08-15 14:15:33 cg Exp $'
   683     ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.18 2000-11-15 12:35:53 cg Exp $'
   684 ! !
   684 ! !