|
|
Class: MethodCategoryList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::MethodCategoryList
|
+--Tools::FullMethodCategoryList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.56
date: 2010/04/30 09:56:30
- user: cg
- file: Tools_MethodCategoryList.st directory: libtool
- module: stx stc-classLibrary: libtool
initialization
-
flushMethodInfo
-
-
initialize
-
interface specs
-
singleProtocolWindowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
plugIn spec
-
aspectSelectors
-
This resource specification was automatically generated
by the UIPainter of ST/X.
aspects
-
browserNameList
-
-
defaultSlaveModeValue
-
-
filterClassVars
-
-
filterClassVars: aValueHolder
-
-
methodVisibilityHolder
-
-
methodVisibilityHolder: aValueHolder
-
-
noAllItem
-
-
noAllItem: aValueHolder
-
-
packageFilterOnInput
-
-
packageFilterOnInput: aValueHolder
-
-
protocolLabelHolder
-
-
protocolList
-
-
rawProtocolList
-
-
selectedProtocolIndices
-
-
selectedProtocols
-
-
selectedProtocols: aValueHolder
-
-
showCoverageInformation
-
-
showCoverageInformation: aValueHolder
-
-
showPseudoProtocols
-
-
showPseudoProtocols: aValueHolder
-
-
variableFilter
-
-
variableFilter: aValueHolder
-
change & update
-
classDefinitionChanged: aClass
-
-
delayedUpdate: something with: aParameter from: changedObject
-
-
getSelectedProtocolsFromIndices
-
-
selectionChanged
-
-
selectionChangedByClick
-
we are not interested in that - get another notification
via the changed valueHolder
-
update: something with: aParameter from: changedObject
-
drag & drop
-
canDropContext: aDropContext
-
-
categoryAtTargetPointOf: aDropContext
-
-
doDropContext: aDropContext
-
handle dropping of a method as a category change
generators
-
makeGenerator
-
return a generator which enumerates the methods from the selected protocol;
that generator generates 4-element elements (includes the class and protocol),
in order to make the consumers only depend on one input
(i.e. to pass multiple-class and multiple-protocol info
without a need for another classHolder/protocolHolder in the methodList).
private
-
class: cls protocol: cat includesMethodsInAnyPackage: packageFilter
-
-
class: cls protocol: cat includesModsOfClassVariable: variablesToHighLight
-
are there any methods in the protocol cat which modify any class variable in variablesToHighLight ?
-
class: cls protocol: cat includesModsOfInstanceVariable: variablesToHighLight
-
are there any methods in the protocol cat which modify any inst variable in variablesToHighLight ?
-
class: cls protocol: cat includesRefsToClassVariable: variablesToHighLight
-
are there any methods in the protocol cat which reference any class variable in variablesToHighLight ?
-
class: cls protocol: cat includesRefsToInstanceVariable: variablesToHighLight
-
are there any methods in the protocol cat which reference any inst variable in variablesToHighLight ?
-
class: cls protocol: cat includesRefsToVariable: variablesToHighLight askParserWith: querySelector
-
are there any methods in the protocol cat which reference/modify any inst/class variable in variablesToHighLight ?
-
classesToProcessForClasses: classes
-
-
commonPostOpen
-
-
flushMethodInfoForClassNamed: className selector: selector
-
-
listOfMethodCategories
-
-
makeDependent
-
-
makeIndependent
-
-
release
-
-
updateList
-
private-info
-
methodInfoFor: aMethod in: mclass selector: selector
-
-
methodIsMarkedAsLong: aMethod
-
if true, it will be also categorized under the pseudo category 'long'
-
methodIsMarkedAsUncommented: aMethod
-
if true, it will be also categorized under the pseudo category 'undocumented'
special
-
addAdditionalProtocol: aProtocol forClass: aClass
-
-
additionalProtocolForClass: aClass
-
those are simulated - in ST/X, empty categories do not
-
clearLastSelectedProtocol
-
-
lastSelectedProtocols
-
-
removeAdditionalProtocol: aListOfProtocols forClass: aClass
-
-
removeAllAdditionalProtocol
-
those are simulated - in ST/X, empty categories do not
-
removeAllAdditionalProtocolForClass: aClass
-
those are simulated - in ST/X, empty categories do not
-
renameAdditionalProtocol: oldName to: newName forClass: aClass
-
CachedMethodInfo
MissingMethod
|