Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
RRackTool
Last updated at 7:50 pm UTC on 21 August 2020
Implements a tool to browse the hierarchical data structure contained in the global variable TheRack of the Home desktop system.

App menu implements
 RRackTool open

 open
	| instance |
   	instance := RRackTool new.
	ToolBuilder open: instance.
	^ instance

 rootRackFolder
accesses the global variable TheRack.

Minimal API for object collections and objects


All kinds of objects may be displayed with the RRackTool if they implement a minimal protocol

For an object holding a collection of other objects and thus acting as a RFolder object:


For an object to play the role of an REntry object: