|
Class: FullMethodCategoryList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::MethodCategoryList
|
+--Tools::FullMethodCategoryList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.8
date: 2021/01/20 14:41:13
- user: cg
- file: Tools__FullMethodCategoryList.st directory: libtool
- module: stx stc-classLibrary: libtool
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.
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
-
listOfMethodCategories
-
(comment from inherited method)
because we already computed for 5 seconds, more and more will be found in
|