|
Class: SnapAdornment (private in VariablePanel
This class is only visible from within
VariablePanel.
Object
|
+--VariablePanel::SnapAdornment
- Package:
- stx:libwidg
- Category:
- Views-Layout
- Owner:
- VariablePanel
accessing
-
enterBgColor
-
-
enterBgColor: something
-
-
enterLevel
-
-
enterLevel: something
-
-
height
-
-
height: something
-
-
iconDown
-
-
iconDown: something
-
-
iconLeft
-
-
iconLeft: something
-
-
iconLeftRight
-
-
iconLeftRight: something
-
-
iconRight
-
-
iconRight: something
-
-
iconUp
-
-
iconUp: something
-
-
iconUpDown
-
-
iconUpDown: something
-
-
level
-
-
level: something
-
-
mode
-
-
mode: something
-
-
selectedLevel
-
-
selectedLevel: something
-
-
width
-
-
width: something
-
accessing-color & font
-
selectedBgColor
-
-
selectedBgColor: something
-
backward compatibility
-
at: key
-
(comment from inherited method)
return the indexed instance variable with index, anInteger;
this method can be redefined in subclasses.
-
at: key ifAbsent: default
-
(comment from inherited method)
return the indexed instance variable with index, anInteger.
If there is no such key, return the value from exceptionalValue.
This method is usually be redefined in subclasses.
-
at: key put: aValue
-
(comment from inherited method)
store the 2nd arg, anObject as indexed instvar with index, anInteger.
this method can be redefined in subclasses. Returns anObject (sigh)
|