|
Class: ViewWithSubcomponentsSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--ViewWithSubcomponentsSpec
|
+--FullSpec
|
+--ScrollableViewSpec
|
+--ViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.27
date: 2021/01/20 15:00:34
- user: cg
- file: ViewWithSubcomponentsSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (c) 1995 by Claus Gittinger
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.
image specs
-
icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
ImageEditor openOnClass:self andSelector:#icon
|
interface-painter
-
addBindingsTo: env for: inst channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
queries
-
supportsSubComponents
-
answer whether instances of the spec class support sub components
accessing
-
component
-
-
component: something
-
building
-
buildComponentFor: aBuilder in: v
-
-
buildViewWithLayoutFor: aBuilder in: aView
-
build my children
converting
-
fromLiteralArrayEncoding: aSpecArray
-
read my attributes from aSpecArray
enumerating
-
do: aBlock
-
(comment from inherited method)
evaluate aBlock for me and all of my sub-componen-specs.
To be redefined in specs which have children
parsing a view
-
componentFromView: aView callBack: aBlock
-
-
fromView: aView callBack: aBlock
-
extract attributes from aView
|