|
Class: HierarchicalClassList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::ClassList
|
+--Tools::HierarchicalClassList
|
+--Tools::InheritanceClassList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.22
date: 2021/08/24 18:33:09
- user: cg
- file: Tools__HierarchicalClassList.st directory: libtool
- module: stx stc-classLibrary: libtool
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.
copyrightCOPYRIGHT (c) 2004 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
initialization
-
initialize
-
queries-plugin
-
aspectSelectors
-
(comment from inherited method)
This resource specification was automatically generated
by the UIPainter of ST/X.
accessing
-
showMethodComplexity: aValueHolder
-
-
showMethodInheritance: aValueHolder
-
-
showMethodTypeIcon: aValueHolder
-
aspects
-
methodVisibilityHolder: aValueHolder
-
-
topClassHolder
-
-
topClassHolder: aValueHolder
-
change & update
-
classDefinitionChanged: aClass
-
forced update
-
classRemoved: aClass
-
if there is a single selection,
private
-
addTo: aList whereSuperclassIs: aSuperclass
-
-
defaultSlaveModeValue
-
-
listOfClasses
-
Must check whether environment contains the class and filter it out,
-
nameListEntryFor: aClass withNameSpace: useFullName
-
nm := nm,(' (?) ' colorizeAllWith:Color grey).
-
release
-
|