|
Class: SequenceViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--ViewWithScrollerSpec
|
+--SequenceViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.128
date: 2023/04/03 11:50:31
- user: stefan
- file: SequenceViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
Notice:
this class was implemented using protocol information
from alpha testers, literature and by reading public domain code
- it may be incomplete or oncompatible to the corresponding ST-80 class.
If you encounter any incompatibilities, please forward a note
describing the incompatibility verbal (i.e. no code) to the ST/X team.
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 specs
-
basicsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SequenceViewSpec andSelector:#basicsEditSpec
SequenceViewSpec new openInterface:#basicsEditSpec
|
-
channelsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SequenceViewSpec andSelector:#channelsEditSpec
|
-
details2EditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SequenceViewSpec andSelector:#details2EditSpec
|
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SequenceViewSpec andSelector:#detailsEditSpec
SequenceViewSpec new openInterface:#detailsEditSpec
|
interface-painter
-
addBindingsTo: env for: inst channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
-
commonReplacementClasses
-
used by the UIPainter's 'replace-by' function
-
slices
-
return the slices for the attribute sections in the GUI Painter
queries
-
supportsDrag
-
-
supportsDrop
-
-
supportsSubComponents
-
answer whether instances of the spec class support sub components
accessing
-
allowToggleSelect
-
controls if clicking on an already selected item deselects it or not.
The default is on, meaning that click on the selection deselects.
However, there the ignoreReselect-flag is checked first;
if that is true, no toggling will be done
-
allowToggleSelect: aBoolean
-
controls if clicking on an already selected item deselects it or not.
The default is on, meaning that click on the selection deselects.
However, there the ignoreReselect-flag is checked first;
if that is true, no toggling will be done
-
autoSelect: aBoolean
-
VW: CodeCrawler
-
callbacksSpec
-
return the value of the instance variable 'callbacksSpec' (automatically generated)
-
callbacksSpec: something
-
set the value of the instance variable 'callbacksSpec' (automatically generated)
-
doubleClickSelector
-
return the value of the instance variable 'doubleClickSelector' (automatically generated)
-
doubleClickSelector: something
-
set the value of the instance variable 'doubleClickSelector' (automatically generated)
-
ignoreReselect
-
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored
-
ignoreReselect: aBoolean
-
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored
-
isMultiSelect
-
return the value of the instance variable 'isMultiSelect' (automatically generated)
-
isMultiSelect: something
-
set the value of the instance variable 'isMultiSelect' (automatically generated)
-
listSelector
-
-
listSelector: something
-
-
multipleSelections
-
VW: KAISER
-
multipleSelections: aBoolean
-
VW: KAISER
-
selectCondition
-
return the value of the instance variable 'selectCondition' (automatically generated)
-
selectCondition: something
-
set the value of the instance variable 'selectCondition' (automatically generated)
-
selectionType
-
VW: KAISER
-
selectionType: aType
-
VW: KAISER
-
sequenceList
-
return the value of the instance variable 'sequenceList' (automatically generated)
-
sequenceList: something
-
set the value of the instance variable 'sequenceList' (automatically generated)
-
useIndex
-
return the value of the instance variable 'useIndex' (automatically generated)
-
useIndex: something
-
set the value of the instance variable 'useIndex' (automatically generated)
-
useModifierKeys
-
unused for now - VW compatibility
-
useModifierKeys: something
-
unused for now - VW compatibility
-
valueChangeSelector
-
return the value of the instance variable 'valueChangeSelector' (automatically generated)
-
valueChangeSelector: something
-
set the value of the instance variable 'valueChangeSelector' (automatically generated)
accessing-channels
-
doubleClickChannel
-
-
doubleClickChannel: something
-
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
-
validateModel: aModel forView: aView withValue: constantList
-
about to set the model.
If it's a plain valueHolder, change the listMessage
to #value
converting
-
fromLiteralArrayEncoding: aSpecArray
-
read my attributes from aSpecArray
-
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
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
queries-UIDefiner
-
actionSelectors
-
add more action selectors (these generate callBack stub methods in the definer)
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
-
defaultModelClassFor: someAspect
-
used by the UIPainters aspectGenerator
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|