Squeak Class Documentation category index | class index  
 
ViewerFlapTab
  category: Morphic-Flaps
  superclass: FlapTab
  subclasses:

No comment. Sorry.

instance methods
  access
  allNonSubmorphMorphs
scriptedPlayer

  compact
  changeCompactFlap
compactFlapString
isFlapCompact
makeFlapCompact:

  graphic
  graphicalMorphForTab
isCurrentlyGraphical

  menu
  addCustomMenuItems:hand:

  transition
  hibernate
initializeFor:topAt:
unhibernate

class methods
  as yet unclassified
  defaultNameStemForInstances
includeInNewMorphMenu

instance methods
  access top  
 

allNonSubmorphMorphs

Return a collection containing all morphs in this morph which are not currently in the submorph containment hierarchy. Especially the non-showing pages in BookMorphs.


 

scriptedPlayer


  compact top  
 

changeCompactFlap


 

compactFlapString


 

isFlapCompact

Return true if the referent of the receiver represents a 'compact' flap


 

makeFlapCompact:

Return true if the referent of the receiver represents a 'compact' flap


  graphic top  
 

graphicalMorphForTab

Answer a graphical morph to serve as my tab's display


 

isCurrentlyGraphical

Answer whether the receiver is currently showing a graphical face


  menu top  
 

addCustomMenuItems:hand:

Add further items to the menu as appropriate. NB: Cannot call super here.


  transition top  
 

hibernate

drop my viewer to save space when writing to the disk.


 

initializeFor:topAt:


 

unhibernate

recreate my viewer


class methods
  as yet unclassified top  
 

defaultNameStemForInstances

Answer a basis for external names for default instances of the receiver. For classees, the class-name itself is a good one.


 

includeInNewMorphMenu

Not to be instantiated from the menu