|
|
Class: ClassCategoryList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::ClassCategoryList
|
+--Tools::HierarchicalClassCategoryList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.28
date: 2009/10/29 17:55:01
- user: cg
- file: Tools_ClassCategoryList.st directory: libtool
- module: stx stc-classLibrary: libtool
- Author:
- Claus Gittinger (cg@exept.de)
embeddable application displaying the class-categories.
Provides an outputGenerator, which enumerates the classes in
the selected categories.
interface specs
-
singleCategoryWindowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
plugIn spec
-
aspectSelectors
-
This resource specification was automatically generated
by the UIPainter of ST/X.
special
-
addAdditionalCategory: aCategory
-
those are simulated - in ST/X, empty categories do not
-
removeAdditionalCategories: aListOfCategories
-
those are simulated - in ST/X, empty categories do not
-
removeAllAdditionalCategories
-
those are simulated - in ST/X, empty categories do not
-
renameAdditionalCategories: oldNames to: newName
-
those are simulated - in ST/X, empty categories do not
aspects
-
categoryList
-
-
categoryList: aValueHolder
-
-
classCategoryLabelHolder
-
-
selectedCategories
-
-
selectedCategories: aValueHolder
-
change & update
-
delayedUpdate: something with: aParameter from: changedObject
-
-
forceUpdateList
-
-
selectionChangedByClick
-
we are not interested in that - get another notification
via the changed valueHolder
-
update: something with: aParameter from: changedObject
-
drag & drop
-
canDropContext: aDropContext
-
-
categoryAtTargetPointOf: aDropContext
-
-
doDropContext: aDropContext
-
generators
-
makeGenerator
-
return a generator which enumerates the classes from the selected category.
private
-
colorizeCategoryAsChanged: category
-
-
listOfCategories
-
-
listView
-
-
makeDependent
-
-
makeIndependent
-
-
makeItemVisible: item
-
-
makeSelectionOtherThanAllVisible
-
-
release
-
-
selectedCategoriesStrings
-
-
stringForExtensions
-
-
updateList
-
setup
-
commonPostBuild
-
special
-
addAdditionalCategory: aCategory
-
those are simulated - in ST/X, empty categories do not
-
removeAdditionalCategories: aListOfCategories
-
-
removeAllAdditionalCategories
-
-
renameAdditionalCategories: oldNames to: newName
-
those are simulated - in ST/X, empty categories do not
|