Squeak Class Documentation category index | class index  
 
ProjectEntryNotification
  category: System-Exceptions Kernel
  superclass: Notification
  subclasses:

I provide a way to override the style of Project entry (which is buried deep in several different methods). My default is a normal full-screen enter.

instance methods
  as yet unclassified
  defaultAction
projectToEnter
projectToEnter:

class methods
  as yet unclassified
  signal:

instance methods
  as yet unclassified top  
 

defaultAction

No action is taken. The value nil is returned as the value of the message that signaled the exception.


 

projectToEnter


 

projectToEnter:


class methods
  as yet unclassified top  
 

signal:

Signal the occurrence of an exceptional condition with a specified textual description.