eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Bookmark::Class':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Class (private in Bookmark

This class is only visible from within Bookmark.

Inheritance:

   Object
   |
   +--AbstractHierarchicalItem
      |
      +--AbstractHierarchicalItemWithModel
         |
         +--HierarchicalItem
            |
            +--Bookmark
               |
               +--Bookmark::Class

Package:
stx:libtool
Category:
Interface-Bookmarks
Owner:
Bookmark

Instance protocol:

accessing
o  className
(comment from inherited method)
return the classname of the receiver's class

o  className: aString
' class' size - 1

o  helpText

accessing-defaults
o  defaultLabel
superclass Bookmark says that I am responsible to implement this method

comparing
o  = another
(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.

o  hash
(comment from inherited method)
return an Integer useful as a hash key for the receiver.
This hash should return same values for objects with same
contents (i.e. use this to hash on structure)

navigation
o  switchToBookmarkIn: application

private
o  initializeIcon

o  initializeLabel

testing
o  isClassBookmark

visiting
o  acceptVisitor: aVisitor
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 07:28:08 GMT