eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::ImplementingMethodList':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ImplementingMethodList (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::NavigatorModel
            |
            +--Tools::BrowserList
               |
               +--Tools::MethodList
                  |
                  +--Tools::ImplementingMethodList

Package:
stx:libtool
Category:
Interface-Browsers-New
Version:
rev: 1.4 date: 2014/02/25 10:41:10
user: vrany
file: Tools__ImplementingMethodList.st directory: libtool
module: stx stc-classLibrary: libtool
Author:
Claus Gittinger (cg@exept.de)

Description:


Like a ClassList, but shows classes hierarchical.

If topClassHolders value is non-nil, only that classes hierarchy
is shown.

embeddable application displaying the classes as listed by
the inputGenerator.
Provides an outputGenerator, which enumerates the classes and
their protocols (method-categories) in the selected classes.


Class protocol:

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


Instance protocol:

aspects
o  selectedSelectors

change & update
o  delayedUpdate: something with: aParameter from: changedObject
self selectedMethods value:(self selectedMethodNameIndices value collect:[:idx | methodList at:idx]).

o  selectedMethodsChanged

o  selectionChanged

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  listOfMethodNames
showCategory

o  release



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 04:36:21 GMT