SystemOrganization addCategory: #'OB-Pharo-Platform'! OBPlatform subclass: #OBPharoPlatform instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'OB-Pharo-Platform'! !OBPharoPlatform class methodsFor: 'initialization' stamp: 'lr 11/16/2011 19:37'! initialize self current: self new! ! !OBPharoPlatform methodsFor: 'preferences' stamp: 'lr 11/14/2011 20:29'! annotationRequests ^ CodeHolder annotationRequests! ! !OBPharoPlatform methodsFor: 'preferences' stamp: 'lr 11/23/2011 21:12'! menuWithIcons ^ UITheme current settings menuWithIcons! ! !OBPharoPlatform methodsFor: 'preferences' stamp: 'lr 11/14/2011 20:36'! optionalButtons ^ CodeHolder optionalButtons! ! !OBPharoPlatform methodsFor: 'preferences' stamp: 'lr 11/14/2011 20:36'! showAnnotationPane ^ CodeHolder showAnnotationPane! ! !ClassDescription methodsFor: '*ob-pharo-platform' stamp: 'lr 12/18/2011 12:54'! copyInstVarNamesFrom: aClass self instanceVariableNames: aClass instanceVariablesString! ! OBPharoPlatform initialize!