|
Class: ClassGeneratorList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::ClassGeneratorList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.22
date: 2023/11/21 08:27:14
- user: cg
- file: Tools__ClassGeneratorList.st directory: libtool
- module: stx stc-classLibrary: libtool
embeddable application displaying the class-categories.
Provides an outputGenerator, which enumerates the classes in
the selected categories.
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.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:ClassGeneratorList andSelector:#windowSpec
ClassGeneratorList new openInterface:#windowSpec
ClassGeneratorList open
|
aspects
-
categoryList
-
-
nameSpaceList
-
-
projectList
-
-
selectedCategories
-
-
selectedCategories: aValueHolder
-
update
-
selectedClasses
-
bad name- it's a holder, baby
-
selectedClasses: aValueHolder
-
selectedClasses notNil ifTrue:[
-
selectedNamespaces
-
-
selectedNamespaces: aValueHolder
-
update
-
selectedProjects
-
-
selectedProjects: aValueHolder
-
update
aspects-private
-
organizerList
-
change & update
-
delayedUpdate: something with: aParameter from: changedObject
-
self halt:'debug halt'.
private
-
listFromInGenerator
-
-
listOfCategories
-
those are simulated - in ST/X, empty categories do not
-
listOfNamespaces
-
only topLevel namespaces are shown
-
listOfProjects
-
those are simulated - in ST/X, empty projects do not
-
makeDependent
-
-
makeIndependent
-
-
release
-
-
updateCategoryList
-
-
updateList
-
another update already scheduled?
-
updateNamespaceList
-
-
updateProjectList
-
|