Squeak Class Documentation category index | class index  
 
BookPageSorterMorph
  category: Morphic-Books
  superclass: AlignmentMorph
  subclasses: TabSorterMorph ProjectSorterMorph

No comment. Sorry.

instance methods
  as yet unclassified
  acceptSort
addControls
book:morphsToSort:
changeExtent:
closeButtonOnly
columnWith:
getPartsBinStatus
initialize
pageHolder
rowWith:
togglePartsBinStatus
wantsToBeDroppedInto:
wrapperFor:

  copying
  veryDeepFixupWith:
veryDeepInner:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

acceptSort


 

addControls


 

book:morphsToSort:


 

changeExtent:


 

closeButtonOnly

Replace my default control panel with one that has only a close button.


 

columnWith:


 

getPartsBinStatus


 

initialize


 

pageHolder


 

rowWith:


 

togglePartsBinStatus


 

wantsToBeDroppedInto:

Return true if it's okay to drop the receiver into aMorph


 

wrapperFor:


  copying top  
 

veryDeepFixupWith:

If fields were weakly copied, fix them here. If they were in the tree being copied, fix them up, otherwise point to the originals.


 

veryDeepInner:

Copy all of my instance variables. Some need to be not copied at all, but shared. Warning!! Every instance variable defined in this class must be handled. We must also implement veryDeepFixupWith:. See DeepCopier class comment.


class methods
  no messages top