eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::HierarchicalProjectList':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HierarchicalProjectList (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::NavigatorModel
            |
            +--Tools::BrowserList
               |
               +--Tools::ProjectList
                  |
                  +--Tools::HierarchicalProjectList
                     |
                     +--Tools::HierarchicalPackageFilterList

Package:
stx:libtool
Category:
Interface-Browsers-New
Version:
rev: 1.21 date: 2023/11/21 08:26:55
user: cg
file: Tools__HierarchicalProjectList.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


Like a ClassList, but shows classes hierarchical.

If topClassHolders value is non-nil, only that classes hierarchy
is shown.

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.

copyright

COPYRIGHT (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.

Class protocol:

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:HierarchicalProjectList andSelector:#windowSpec
     HierarchicalProjectList new openInterface:#windowSpec
     HierarchicalProjectList open

o  xxwindowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

plugIn spec
o  aspectSelectors
This resource specification was automatically generated
by the UIPainter of ST/X.


Instance protocol:

aspects
o  generateHierarchicalProjectTree
environment allClassesDo:[:eachClass |

o  hierarchicalProjectList

o  hierarchicalProjectSelection

o  updateTreeSelection
must expand items as required

change & update
o  delayedUpdate: something with: aParameter from: changedObject
(self slaveMode value == true) ifTrue:[

Usage example(s):

super delayedUpdate:something with:aParameter from:changedObject.

o  enqueueDelayedAddPackage: package

o  update: something with: aParameter from: changedObject
don't care for that.

o  updateSelectionFromTree

private
o  addPackage: package
find the parent ...

o  release

user actions
o  doubleClicked: anIndex

o  indicatorPressed: anIndex


Private classes:

    ProjectItem


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:00:00 GMT