|
Class: VariablePanelSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--ViewWithSubcomponentsSpec
|
+--ViewSpec
|
+--VariablePanelSpec
|
+--FileBrowserV2UISpecifications::PanelSpec
|
+--VariableHorizontalPanelSpec
|
+--VariableVerticalPanelSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.49
date: 2023/06/27 20:19:56
- user: cg
- file: VariablePanelSpec.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.
interface specs
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:VariablePanelSpec 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
queries
-
canResizeSubComponents
-
answer whether included sub components can be resized or are handled by the view itself
-
isLayoutContainer
-
answer whether corresponding view instances of the spec class can contain (and arrange) other view
-
supportsSubComponents
-
answer whether instances of the spec class support sub components
accessing
-
barLevel
-
-
barLevel: something
-
-
barWidth
-
return the value of the instance variable 'barWidth' (automatically generated)
-
barWidth: something
-
set the value of the instance variable 'barWidth' (automatically generated)
-
handlePosition
-
return #left, #right or #center
-
handlePosition: aSymbol
-
one if #left, #right or #center
-
handles
-
return the value of the instance variable 'handles' (automatically generated)
-
handles: aCollectionOfRelativeFractions
-
set the initial handle positions
-
showHandle
-
return the value of the instance variable 'showHandle' (automatically generated)
-
showHandle: aBoolean
-
set the value of the instance variable 'showHandle' (automatically generated)
-
snapMode
-
return the value of the instance variable 'snapMode' (automatically generated)
-
snapMode: something
-
set the value of the instance variable 'snapMode' (automatically generated)
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
-
setLayoutsInLayoutContainer: aPanel
-
fix it; spread them evenly
converting
-
fromLiteralArrayEncoding: aSpecArray
-
read my attributes from aSpecArray
-
otherAttributesLiteralArrayEncoding: aColl skipping: skipped
-
(comment from inherited method)
generate a literalArrayEncoding array for other attributes
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
parsing a view
-
componentFromView: aPanel callBack: aBlock
-
with:subs
-
fromView: aView callBack: aBlock
-
extract attributes from aView
-
layoutFromView: aPanel
-
-
recomputeHandlesFrom: aPanel
-
I don't like these 9 digit precision numbers in the specs...
queries
-
isVertical
-
** This method must be redefined in concrete classes (subclassResponsibility) **
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
|