|
|
Class: HTMLViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--ViewWithScrollerSpec
|
+--HTMLViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.37
date: 2009/10/20 10:24:37
- user: cg
- file: HTMLViewSpec.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.
interface specs
-
basicsEditSpec
-
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.
-
documentUrlAndTextSubSpec
-
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
-
htmlText
-
return the value of the instance variable 'htmlText' (automatically generated)
-
htmlText: something
-
set the value of the instance variable 'htmlText' (automatically generated)
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
queries
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
queries-UIDefiner
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|