|
Class: ApplicationItem (private in HierarchicalApplicationList
This class is only visible from within
HierarchicalApplicationList (which is itself a private class of SettingsDialog).
Object
|
+--AbstractHierarchicalItem
|
+--AbstractHierarchicalItemWithModel
|
+--HierarchicalItem
|
+--HierarchicalItemWithLabel
|
+--HierarchicalItemWithLabelAndIcon
|
+--SettingsDialog::HierarchicalApplicationList::ApplicationItem
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- SettingsDialog::HierarchicalApplicationList
accessing
-
application
-
return the value of the instance variable 'application' (automatically generated)
-
application: something
-
set the value of the instance variable 'application' (automatically generated)
-
applicationClass
-
return the value of the instance variable 'applicationClass' (automatically generated)
-
applicationClass: something
-
set the value of the instance variable 'applicationClass' (automatically generated)
-
label
-
-
label: aString
-
reset the width in pixels...
-
nameString
-
return the value of the instance variable 'nameString' (automatically generated)
-
nameString: something
-
set the value of the instance variable 'nameString' (automatically generated)
menu
-
middleButtonMenu
-
(comment from inherited method)
returns the items middleButtonMenu or nil if no menu is defined.
If nil is returned, the view is asked for a menu.
printing & storing
-
displayOn: aGCOrStream
-
what a kludge - Dolphin and Squeak mean: printOn: a stream;
-
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.
queries
-
canCollapse
-
the rootItem cannot be collapsed
-
isCategory
-
|