|
Class: ViewWithSubcomponentsSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--ViewWithSubcomponentsSpec
|
+--FullSpec
|
+--ScrollableViewSpec
|
+--ViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.26
date: 2016/04/24 13:14:11
- user: cg
- file: ViewWithSubcomponentsSpec.st directory: libui
- module: stx stc-classLibrary: libui
- Author:
- Claus Atzkern
Not normally used by applications.
UIBuilder
UIPainter
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
-
parsing a view
-
componentFromView: aView callBack: aBlock
-
-
fromView: aView callBack: aBlock
-
extract attributes from aView
|