|
|
Class: SubChannelInfoSpec
Object
|
+--SubChannelInfoSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.5
date: 2003/04/02 16:38:09
- user: cg
- file: SubChannelInfoSpec.st directory: libui
- module: stx stc-classLibrary: libui
accessing
-
aspect
-
return the value of the instance variable 'aspect' (automatically generated)
-
aspect: something
-
set the value of the instance variable 'aspect' (automatically generated)
-
aspectCanBeEdited
-
type == #action ifTrue:[^ false].
-
aspectString
-
type == #action ifTrue:[^ '** action only **'].
-
callBack
-
return the value of the instance variable 'callBack' (automatically generated)
-
callBack: something
-
set the value of the instance variable 'callBack' (automatically generated)
-
description
-
return the value of the instance variable 'description' (automatically generated)
-
description: something
-
set the value of the instance variable 'description' (automatically generated)
-
subAspect
-
return the value of the instance variable 'subAspect' (automatically generated)
-
subAspect: something
-
set the value of the instance variable 'subAspect' (automatically generated)
-
type
-
return the value of the instance variable 'type' (automatically generated)
-
type: something
-
set the value of the instance variable 'type' (automatically generated)
-
typeString
-
converting
-
literalArrayEncoding
-
redefined to skip the type
-
skippedInLiteralEncoding
-
redefined to skip the type
misc
-
normalize
-
clear empty selector strings to nil
-
normalizedSelector: sel
-
queries
-
hasNonNilAspectOrCallBack
-
|