Squeak Class Documentation category index | class index  
 
DisplayTextView
  category: ST80-Views
  superclass: View
  subclasses:

I represent a view of an instance of DisplayText.

instance methods
  accessing
  centered
fillColor
fillColor:
isCentered
mask
rule
rule:

  controller access
  defaultController
defaultControllerClass

  deEmphasizing
  deEmphasizeView

  displaying
  display
displayView
uncacheBits

  initialize-release
  initialize

  lock access
  lock

  model access
  model:

  private
  centerText
defaultRule
positionText

  window access
  defaultWindow
window:

class methods
  examples
  example2
example3
example4

instance methods
  accessing top  
 

centered


 

fillColor

Answer an instance of class Form that is to be used as the mask when
displaying the receiver's model (a DisplayText).


 

fillColor:

Set aForm to be the mask used when displaying the receiver's model.


 

isCentered


 

mask

Answer an instance of class Form that is to be used as the mask when
displaying the receiver's model (a DisplayText).


 

rule

Answer a number from 0 to 15 that indicates which of the sixteen
display rules is to be used when copying the receiver's model (a
DisplayText) onto the display screen.


 

rule:

Set anInteger to be the rule used when displaying the receiver's model.


  controller access top  
 

defaultController

Refer to the comment in View|defaultController.


 

defaultControllerClass

Refer to the comment in View|defaultControllerClass.


  deEmphasizing top  
 

deEmphasizeView

Refer to the comment in View|deEmphasizeView.


  displaying top  
 

display

Refer to the comment in View|display.


 

displayView

Refer to the comment in View|displayView.


 

uncacheBits

Normally only sent to a StandardSystemView, but for casees where a DisplayTextView is used alone, without a superview, in which we make this a no-op, put in so that the Character Recognizer doesn't fail. 8/9/96 sw


  initialize-release top  
 

initialize

Refer to the comment in View|initialize.


  lock access top  
 

lock

Refer to the comment in View|lock. Must do what would be done by displaying...


  model access top  
 

model:

Refer to the comment in View|model:.


  private top  
 

centerText


 

defaultRule


 

positionText


  window access top  
 

defaultWindow

Refer to the comment in View|defaultWindow.


 

window:

Refer to the comment in View|window:.


class methods
  examples top  
 

example2

Create a standarad system view with two parts, one editable, the other not.


 

example3

Create a passive view of some text on the screen.


 

example4

Create four passive views of some text on the screen with fat borders.