|
|
Class: HierarchicalListViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--ViewWithScrollerSpec
|
+--ListModelViewSpec
|
+--SelectionInListModelViewSpec
|
+--HierarchicalListViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.29
date: 2008/05/21 17:36:42
- user: cg
- file: HierarchicalListViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
interface specs
-
channelsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
interface-painter
-
addBindingsTo: env for: inst channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
-
slices
-
return the slices for the attribute sections in the GUI Painter
accessing
-
autoScrollHorizontal
-
-
autoScrollHorizontal: aBoolean
-
-
indicatorSelector
-
return the value of the instance variable 'indicatorSelector' (automatically generated)
-
indicatorSelector: something
-
set the value of the instance variable 'indicatorSelector' (automatically generated)
-
retrieveIconsSelector
-
return the value of the instance variable 'retrieveIconsSelector' (automatically generated)
-
retrieveIconsSelector: something
-
set the value of the instance variable 'retrieveIconsSelector' (automatically generated)
-
showIndicators
-
return the value of the instance variable 'showIndicators' (automatically generated)
-
showIndicators: aBoolean
-
-
showLeftIndicators
-
return the value of the instance variable 'showLeftIndicators' (automatically generated)
-
showLeftIndicators: aBoolean
-
-
showLines
-
return the value of the instance variable 'showLines' (automatically generated)
-
showLines: aBoolean
-
-
useDefaultIcons
-
-
useDefaultIcons: aBoolean
-
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
parsing a view
-
fromView: aView callBack: aBlock
-
extract attributes from aView
queries
-
defaultModelClassFor: someAspect
-
used by the UIPainters aspectGenerator
queries-UIDefiner
-
actionSelectors
-
add more action selectors (these generate callBack stub methods in the definer)
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|