|
Class: DirectoryHistoryItem (private in DirectoryHistory
This class is only visible from within
DirectoryHistory (which is itself a private class of AbstractFileBrowser).
Object
|
+--AbstractFileBrowser::DirectoryHistory::DirectoryHistoryItem
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Owner:
- AbstractFileBrowser::DirectoryHistory
instance creation
-
path: aPath
-
accessing
-
asFilename
-
-
path
-
return the value of the instance variable 'path' (automatically generated)
-
path: something
-
set the value of the instance variable 'path' (automatically generated)
-
position
-
return the value of the instance variable 'position' (automatically generated)
-
position: something
-
set the value of the instance variable 'position' (automatically generated)
-
printString
-
(comment from inherited method)
return a string for printing the receiver.
Since we now use printOn: as the basic print mechanism,
we have to create a stream and print into it.
printing & storing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
|