|
Class: VariableEntry (private in VariableList
This class is only visible from within
VariableList.
Object
|
+--Tools::VariableList::VariableEntry
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Owner:
- Tools::VariableList
instance creation
-
application: app class: aClass name: aString
-
-
class: aClass name: aString
-
accessing
-
application: anObject
-
-
asString
-
-
class: aClass
-
-
classShown: aBoolean
-
-
groupByInheritanceHolder: aValueHolder
-
is there a need for a valueHolder?
-
icon
-
-
klass
-
-
label
-
Hack for Java classes to display field type
-
labelWithClass
-
-
name
-
-
name: aString
-
-
sortingByNameHolder: aValueHolder
-
is there a need for a valueHolder?
-
string
-
-
type
-
Return a SmallSense inferred type
-
type: aSmallSenseType
-
Sets a SmallSense inferred type
displaying
-
displayOn: aGC x: x y: y opaque: opaque
-
(comment from inherited method)
display the receiver in a graphicsContext - this method allows
for any object to be displayed in a ListView (or any view) - for example.
The fallBack here shows the receiver's displayString.
Notice, that the string is displayed on the baseLine;
ask using #ascentOn: if required
queries
-
widthOn: aGC
-
space for icon, see displayOn:...
|