|
Class: GraphColumnViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--GraphColumnViewSpec
|
+--GraphColumnView2DSpec
|
+--GraphColumnView3DSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.4
date: 2023/08/28 08:56:04
- user: matilk
- file: GraphColumnViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (c) 1998 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.
class initialization
-
initialize
-
add an entry for my new components to the UIPainters
userDef gallery
Usage example(s):
-
removeFromSystem
-
remove myself - this implies deinstallation from the UIGallery
interface - painter
-
addBindingsTo: env for: inst channel: aChannel
-
(comment from inherited method)
add bindings as required to allow the GUI Painter to operate on an instance of me
interface gallery
-
graphSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:GraphColumnViewSpec andSelector:#graphSpec
|
interface specs
-
basicsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:GraphColumnViewSpec andSelector:#basicsEditSpec
|
-
subDetailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:GraphColumnViewSpec andSelector:#subDetailsEditSpec
|
accessing
-
graphOriginX
-
return the value of the instance variable 'graphOriginX' (automatically generated)
-
graphOriginX: something
-
set the value of the instance variable 'graphOriginX' (automatically generated)
-
listHolder
-
return the value of the instance variable 'listHolder' (automatically generated)
-
listHolder: something
-
set the value of the instance variable 'listHolder' (automatically generated)
-
referenceSelector
-
return the value of the instance variable 'referenceSelector' (automatically generated)
-
referenceSelector: something
-
set the value of the instance variable 'referenceSelector' (automatically generated)
-
references
-
return the value of the instance variable 'references' (automatically generated)
-
references: something
-
set the value of the instance variable 'references' (automatically generated)
-
scrollUpdatesOriginX
-
return the value of the instance variable 'scrollUpdatesOriginX' (automatically generated)
-
scrollUpdatesOriginX: something
-
set the value of the instance variable 'scrollUpdatesOriginX' (automatically generated)
-
showDefaultMenu
-
return the value of the instance variable 'showDefaultMenu' (automatically generated)
-
showDefaultMenu: something
-
set the value of the instance variable 'showDefaultMenu' (automatically generated)
-
showGrid
-
return the value of the instance variable 'showGrid' (automatically generated)
-
showGrid: something
-
set the value of the instance variable 'showGrid' (automatically generated)
-
windowSize
-
return the value of the instance variable 'windowSize' (automatically generated)
-
windowSize: something
-
set the value of the instance variable 'windowSize' (automatically generated)
-
zoomY
-
return the value of the instance variable 'zoomY' (automatically generated)
-
zoomY: something
-
set the value of the instance variable 'zoomY' (automatically generated)
building
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
-
createViewFor: aBuilder in: aView
-
low level create - no attributes are set.
-
setAttributesIn: aView with: aBuilder
-
(comment from inherited method)
set my attributes to aView
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skiped when generating a literalArrayEncoding
parsing a view
-
fromView: aView callBack: aBlock
-
(comment from inherited method)
extract attributes from aView
queries
-
defaultModelClassFor: someAspect
-
used by the UIPainters aspectGenerator
|