eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::MethodCategoryList':

Home

everywhere
www.exept.de
for:
[back]

Class: MethodCategoryList (in Tools)


Inheritance:

   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

Class protocol:

initialization
o  flushMethodInfo

o  initialize

interface specs
o  singleProtocolWindowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

plugIn spec
o  aspectSelectors
This resource specification was automatically generated
by the UIPainter of ST/X.


Instance protocol:

aspects
o  browserNameList

o  defaultSlaveModeValue

o  filterClassVars

o  filterClassVars: aValueHolder

o  methodVisibilityHolder

o  methodVisibilityHolder: aValueHolder

o  noAllItem

o  noAllItem: aValueHolder

o  packageFilterOnInput

o  packageFilterOnInput: aValueHolder

o  protocolLabelHolder

o  protocolList

o  rawProtocolList

o  selectedProtocolIndices

o  selectedProtocols

o  selectedProtocols: aValueHolder

o  showCoverageInformation

o  showCoverageInformation: aValueHolder

o  showPseudoProtocols

o  showPseudoProtocols: aValueHolder

o  variableFilter

o  variableFilter: aValueHolder

change & update
o  classDefinitionChanged: aClass

o  delayedUpdate: something with: aParameter from: changedObject

o  getSelectedProtocolsFromIndices

o  selectionChanged

o  selectionChangedByClick
we are not interested in that - get another notification
via the changed valueHolder

o  update: something with: aParameter from: changedObject

drag & drop
o  canDropContext: aDropContext

o  categoryAtTargetPointOf: aDropContext

o  doDropContext: aDropContext
handle dropping of a method as a category change

generators
o  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
o  class: cls protocol: cat includesMethodsInAnyPackage: packageFilter

o  class: cls protocol: cat includesModsOfClassVariable: variablesToHighLight
are there any methods in the protocol cat which modify any class variable in variablesToHighLight ?

o  class: cls protocol: cat includesModsOfInstanceVariable: variablesToHighLight
are there any methods in the protocol cat which modify any inst variable in variablesToHighLight ?

o  class: cls protocol: cat includesRefsToClassVariable: variablesToHighLight
are there any methods in the protocol cat which reference any class variable in variablesToHighLight ?

o  class: cls protocol: cat includesRefsToInstanceVariable: variablesToHighLight
are there any methods in the protocol cat which reference any inst variable in variablesToHighLight ?

o  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 ?

o  classesToProcessForClasses: classes

o  commonPostOpen

o  flushMethodInfoForClassNamed: className selector: selector

o  listOfMethodCategories

o  makeDependent

o  makeIndependent

o  release

o  updateList

private-info
o  methodInfoFor: aMethod in: mclass selector: selector

o  methodIsMarkedAsLong: aMethod
if true, it will be also categorized under the pseudo category 'long'

o  methodIsMarkedAsUncommented: aMethod
if true, it will be also categorized under the pseudo category 'undocumented'

special
o  addAdditionalProtocol: aProtocol forClass: aClass

o  additionalProtocolForClass: aClass
those are simulated - in ST/X, empty categories do not

o  clearLastSelectedProtocol

o  lastSelectedProtocols

o  removeAdditionalProtocol: aListOfProtocols forClass: aClass

o  removeAllAdditionalProtocol
those are simulated - in ST/X, empty categories do not

o  removeAllAdditionalProtocolForClass: aClass
those are simulated - in ST/X, empty categories do not

o  renameAdditionalProtocol: oldName to: newName forClass: aClass


Private classes:

    CachedMethodInfo
    MissingMethod


ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:24:27 GMT