|
Class: SelectionInTreeViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--ViewWithScrollerSpec
|
+--SelectionInTreeViewSpec
|
+--FileSelectionTreeSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.75
date: 2022/03/22 16:25:13
- user: cg
- file: SelectionInTreeViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (c) 1997 by eXept Software AG
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:SelectionInTreeViewSpec andSelector:#basicsEditSpec
|
-
channelsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SelectionInTreeViewSpec andSelector:#channelsEditSpec
|
-
details2EditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SelectionInTreeViewSpec andSelector:#details2EditSpec
|
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SelectionInTreeViewSpec andSelector:#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
-
slices
-
return the slices for the attribute sections in the GUI Painter
queries
-
supportsDrag
-
-
supportsDrop
-
accessing
-
childrenSelector
-
return the children selector
-
childrenSelector: something
-
set the label selector
-
contentsSelector
-
get the contents selector
-
contentsSelector: something
-
set the contents selector
-
doubleClickSelector
-
return the value of the instance variable 'doubleClickSelector' (automatically generated)
-
doubleClickSelector: something
-
set the value of the instance variable 'doubleClickSelector' (automatically generated)
-
hierarchicalList
-
return the value of the instance variable 'hierarchicalList' (automatically generated)
-
hierarchicalList: something
-
set the value of the instance variable 'hierarchicalList' (automatically generated)
-
highlightMode
-
return the value of the instance variable 'highlightMode' (automatically generated)
-
highlightMode: aSymbol
-
set the value of the instance variable 'highlightMode' (automatically generated)
-
iconSelector
-
return the icon selector
-
iconSelector: something
-
set the icon selector
-
isMultiSelect
-
return the value of the instance variable 'isMultiSelect' (automatically generated)
-
isMultiSelect: aBool
-
set the value of the instance variable 'isMultiSelect' (automatically generated)
-
labelSelector
-
return the label selector
-
labelSelector: something
-
set the label selector
-
selectConditionSelector
-
return the value of the instance variable 'selectConditionSelector' (automatically generated)
-
selectConditionSelector: something
-
set the value of the instance variable 'selectConditionSelector' (automatically generated)
-
showDirectoryIndicator
-
return the value of the instance variable 'showDirectoryIndicator' (automatically generated)
-
showDirectoryIndicator: aBool
-
set the value of the instance variable 'showDirectoryIndicator' (automatically generated)
-
showDirectoryIndicatorForRoot
-
return the value of the instance variable 'showDirectoryIndicatorForRoot' (automatically generated)
-
showDirectoryIndicatorForRoot: aBool
-
set the value of the instance variable 'showDirectoryIndicatorForRoot' (automatically generated)
-
showLines
-
return the value of the instance variable 'showLines' (automatically generated)
-
showLines: aBool
-
set the value of the instance variable 'showLines' (automatically generated)
-
showRoot
-
return true if the root is shown
-
showRoot: aBool
-
set the value of the instance variable 'showRoot' (automatically generated)
-
supportsExpandAll
-
return the value of the instance variable 'supportsExpandAll' (automatically generated)
-
supportsExpandAll: aBool
-
set the value of the instance variable 'supportsExpandAll' (automatically generated)
-
validateDoubleClickSelector
-
return the value of the instance variable 'validateDoubleClickSelector' (automatically generated)
-
validateDoubleClickSelector: something
-
set the value of the instance variable 'validateDoubleClickSelector' (automatically generated)
-
validateExpandabilitySelector
-
return the value of the instance variable 'validateExpandabilitySelector' (automatically generated)
-
validateExpandabilitySelector: something
-
set the value of the instance variable 'validateExpandabilitySelector' (automatically generated)
-
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
-
createViewFor: aBuilder in: aView
-
low level create - no attributes are set.
-
retrieveAction: aSelector with: aBuilder
-
-
setActionsIn: aSelTree with: aBuilder
-
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
-
setModelAttributeIn: aView with: aBuilder
-
set my model attributes to aView (or its model)
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
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
-
viewClass
-
return the corresponding view class of the spec
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)
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|