Squeak Class Documentation category index | class index  
 
FormButtonCache
  category: ST80-Editors
  superclass: Object
  subclasses:

My instances are used to save information needed to construct the switch in a menu for a FormEditor. A collection of my instances is stored as a class variable of FormMenuView.

instance methods
  accessing
  form
form:
initialState
initialState:
offset
offset:
value
value:

class methods
  no messages
 

instance methods
  accessing top  
 

form

Answer the receiver's form, the image of the button on the screen.


 

form:

Set the receiver's form to be the argument.


 

initialState

Answer the receiver's initial state, on or off.


 

initialState:

Set the receiver's initial state, on or off, to be the argument.


 

offset

Answer the receiver's offset, its relative position for displaying the
button.


 

offset:

Set the receiver's offset.


 

value

Answer the receiver's value, the keyboard key that selects the button.


 

value:

Set the receiver's key character.


class methods
  no messages top