eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::InheritanceClassList':

Home

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

Class: InheritanceClassList (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::NavigatorModel
            |
            +--Tools::BrowserList
               |
               +--Tools::ClassList
                  |
                  +--Tools::HierarchicalClassList
                     |
                     +--Tools::InheritanceClassList

Package:
stx:libtool
Category:
Interface-Browsers-New
Version:
rev: 1.10 date: 2017/07/26 10:35:13
user: stefan
file: Tools__InheritanceClassList.st directory: libtool
module: stx stc-classLibrary: libtool
Author:
Claus Gittinger (cg@exept.de)

Description:


Like a HierarchicalClassList, but shows class inheritance.
For non-meta classes, this is the same as would be shown in
the hierarchy list;
For metaclasses, the tree is extented through the class-behavior
hierarchy.

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.


Instance protocol:

change & update
o  delayedUpdate: something with: aParameter from: changedObject
(self slaveMode value == true) ifTrue:[^ self].

o  getSelectedClassIndicesFromClasses
meta value == true ifTrue:[

o  getSelectedClassesFromIndices
cls == AllEntry ifTrue:[

private
o  defaultSlaveModeValue

o  listOfClasses
Must check whether environment contains the class and filter it out,



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 16:10:29 GMT