|
Class: Example (private in HierarchicalItem
This class is only visible from within
HierarchicalItem.
Object
|
+--AbstractHierarchicalItem
|
+--AbstractHierarchicalItemWithModel
|
+--HierarchicalItem
|
+--HierarchicalItem::Example
- Package:
- stx:libwidg2
- Category:
- Views-Support
- Owner:
- HierarchicalItem
instance creation
-
label: aLabel
-
-
label: aLabel icon: anIcon
-
-
labeled: aLabel
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
labeled: aLabel icon: anIcon
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
resources
-
iconForLevel: aLevel
-
returns an icon
-
penguinIcon
-
accessing
-
children
-
(comment from inherited method)
returns a list of children.
When first asked, the list is fetched, if it was built lazily.
*** to optimize: either redefine this or fetchChildren by subClass
-
icon
-
returns the icon
-
icon: anIcon
-
set the icon; if icon changed, a notification
is raised.
-
label
-
returns the label
-
label: aLabel
-
set the label; if label changed, a notification
is raised.
-
setIcon: anIcon
-
set the icon without any change notification
-
setLabel: aLabel
-
set the label without any change notification
-
setLabel: aLabel icon: anIcon
-
set the label and icon without any change notification
|