Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggableSystemWindow examples
Last updated at 7:06 am UTC on 19 June 2018
A typical simple example of the use of a PluggableSystemWindow is the Inspector window.


After setup it contains

The Inspector instance is constructed with the ToolBuilder.

 Inspector class
 openOn: anObject withEvalPane: withEval withLabel: label
        ^ToolBuilder open: (self inspect: anObject) label: label



 Workspace prototypicalToolWindow openInHand
gives a PluggableSystemWindow