|
Class: NamespaceList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::NamespaceList
|
+--Tools::NamespaceFilter
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.31
date: 2023/11/21 08:27:04
- user: cg
- file: Tools__NamespaceList.st directory: libtool
- module: stx stc-classLibrary: libtool
I implement the namespace list in the new system browser
copyrightCOPYRIGHT (c) 2000 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
-
singleNameSpaceWindowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::NamespaceList andSelector:#singleNameSpaceWindowSpec
Tools::NamespaceList new openInterface:#singleNameSpaceWindowSpec
|
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:ProjectList andSelector:#windowSpec
ProjectList new openInterface:#windowSpec
ProjectList open
|
plugIn spec
-
aspectSelectors
-
This resource specification was automatically generated
by the UIPainter of ST/X.
aspects
-
itemList
-
-
nameSpaceLabelHolder
-
-
nameSpaceList
-
-
selectedNamespaces
-
-
selectedNamespaces: aValueHolder
-
change & update
-
delayedUpdate: something with: aParameter from: changedObject
-
self invalidateList.
-
selectionChangedByClick
-
we are not interested in that - get another notification
via the changed valueHolder
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
must check, as it could be nested...
drag & drop
-
canDropContext: aDropContext
-
-
doDropContext: aDropContext
-
-
nameSpaceAtTargetPointOf: aDropContext
-
generators
-
makeGenerator
-
return a generator which enumerates the classes from the selected namespace(s).
private
-
defaultSlaveModeValue
-
self organizerMode value == OrganizerCanvas organizerModeCategory ifTrue:[^ true].
-
initialOrganizerMode
-
-
listOfNamespaces
-
only topLevel namespaces are shown
-
makeDependent
-
-
makeIndependent
-
-
updateList
-
another update already scheduled?
|