|
|
Class: ProjectList (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::ProjectList
|
+--Tools::HierarchicalProjectList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.44
date: 2010/03/09 12:10:12
- user: cg
- file: Tools_ProjectList.st directory: libtool
- module: stx stc-classLibrary: libtool
interface specs
-
singleProjectWindowSpec
-
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.
queries-plugin
-
aspectSelectors
-
aspects
-
itemList
-
-
projectLabelHolder
-
-
projectList
-
-
projectNameList
-
-
selectedProjects
-
-
selectedProjects: aValueHolder
-
-
selectionIndexHolder
-
change & update
-
delayedUpdate: something with: aParameter from: changedObject
-
-
selectionChangedByClick
-
we are not interested in that - get another notification
via the changed valueHolder
-
update: something with: aParameter from: changedObject
-
drag & drop
-
canDropContext: aDropContext
-
-
doDropContext: aDropContext
-
-
packageAtTargetPointOf: aDropContext
-
generators
-
makeGenerator
-
return a generator which enumerates the classes from the selected project(s).
private
-
allShownProjects
-
-
defaultSlaveModeValue
-
-
initialOrganizerMode
-
-
listOfProjects
-
-
makeDependent
-
-
makeIndependent
-
-
nameListFor: aProjectList
-
self basicNew
nameListFor:#(
'exept:expecco'
'exept:expecco/application'
'exept:procware'
'exept:workflow'
)
self basicNew
nameListFor:#(
'exept'
'exept:expecco'
'exept:expecco/application'
'exept:procware'
'exept:workflow'
)
-
release
-
-
updateList
-
special
-
addAdditionalProject: aProject
-
those are simulated - in ST/X, empty projects do not
-
removeAdditionalProjects: aListOfProjects
-
those are simulated - in ST/X, empty categories do not
|