Next, create a subclass of Object:
1.
3.
4. In the description pane, which now displays the description for TextEditor, do the following:
a. Add the instance variables mainWindow menuBar workRegion shell text fileName modified popup.
b. Add the pool dictionaries CfsConstants CldtConstants CgConstants CwConstants.TextEditor has six public instance methods: cr (carriage return), display, nextPutAll:, open, openOn:, and show:. You can implement them in any order.Public methods for the category Initialization & StartupMethod openMethod openOn:Public methods for category File OperationsMethod crMethod displayMethod nextPutAll:Method show:
|