Squeak Class Documentation category index | class index  
 
StandardFileMenuResult
  category: Tools-FileList
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  directory
directory:
name
name:
printOn:

  private
  directory:name:

  testing
  isCommand
isDirectory

class methods
  instance creation
  directory:name:

instance methods
  accessing top  
 

directory


 

directory:


 

name

Answer a name for the receiver. This is used generically in the title of certain inspectors, such as the referred-to inspector, and specificially by various subsystems. By default, we let the object just print itself out..


 

name:


 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  private top  
 

directory:name:


  testing top  
 

isCommand


 

isDirectory


class methods
  instance creation top  
 

directory:name: