Squeak Class Documentation category index | class index  
 
ObjectExplorer
  category: Tools-Explorer
  superclass: AbstractHierarchicalList
  subclasses:

ObjectExplorer provides a hierarchical alternative to #inspect. Simply evaluate an expression like:

World explore

and enjoy.

instance methods
  as yet unclassified
  codePaneMenu:shifted:
contentsSelection
doItContext
doItReceiver
explorerFor:
genericMenu:
getList
initialExtent
openExplorerFor:
selectedClass
trash
trash:

class methods
  as yet unclassified
  about

instance methods
  as yet unclassified top  
 

codePaneMenu:shifted:

Note that unless we override perform:orSendTo:, PluggableTextController will respond to all menu items


 

contentsSelection

Return the interval of text in the code pane to select when I set the pane's contents


 

doItContext

Answer the context in which a text selection can be evaluated.


 

doItReceiver

Answer the object that should be informed of the result of evaluating a
text selection.


 

explorerFor:


 

genericMenu:


 

getList


 

initialExtent

Answer the desired extent for the receiver when a view on it is first opened on the screen.
5/22/96 sw: in the absence of any override, obtain from RealEstateAgent


 

openExplorerFor:


ObjectExplorer new openExplorerFor: Smalltalk


 

selectedClass

Answer the class of the receiver's current selection


 

trash

What goes in the bottom pane


 

trash:

Don't save it


class methods
  as yet unclassified top  
 

about