|
Class: BrowserHistoryEntry (private in SystemBrowser
This class is only visible from within
SystemBrowser.
Object
|
+--SystemBrowser::BrowserHistoryEntry
- Package:
- stx:libtool
- Category:
- Interface-Browsers
- Owner:
- SystemBrowser
accessing
-
className
-
return the value of the instance variable 'className' (automatically generated)
-
className: something
-
set the value of the instance variable 'className' (automatically generated)
-
className: classNameArg meta: metaArg selector: selectorArg
-
-
icon
-
-
label
-
-
meta
-
return the value of the instance variable 'meta' (automatically generated)
-
meta: something
-
set the value of the instance variable 'meta' (automatically generated)
-
selector
-
return the value of the instance variable 'selector' (automatically generated)
-
selector: something
-
set the value of the instance variable 'selector' (automatically generated)
-
theClass
-
comparing
-
= anEntry
-
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.
displaying
-
displayOn: aGCOrStream
-
what a kludge - Dolphin and Squeak mean: printOn: a stream;
|