|
Class: ListEntry (private in ChangeList
This class is only visible from within
ChangeList.
Object
|
+--AbstractHierarchicalItem
|
+--AbstractHierarchicalItemWithModel
|
+--HierarchicalItem
|
+--Tools::ChangeList::ListEntry
- Package:
- stx:libtool
- Category:
- Interface-Browsers-ChangeSet
- Owner:
- Tools::ChangeList
instance creation
-
change: aChange
-
-
change: aChange application: anApplicationModel
-
-
change: aChange parent: aChangeList
-
accessing
-
application
-
(comment from inherited method)
returns the responsible application or nil
-
application: anApplicationModel
-
-
change
-
-
change: aChange
-
-
changeClass
-
-
changeSource
-
the changes source
-
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
-
delta
-
obsolete: please use deltaDetail
-
deltaDetail
-
-
imageSource
-
return the source for the in-image version of the change
-
label
-
Hack: if the printString contains multiple lines, then
if there are just 2 lines, then merge them, otherwise add
... to the first line
-
labelAndIcon
-
-
notRemoved
-
-
notRemoved: aBoolean
-
-
removed
-
-
removed: aBoolean
-
-
source
-
-
timeStamp
-
-
x
-
displaying
-
displayLabel: aLabel h: lH on: aGC x: newX y: y h: h
-
(comment from inherited method)
display the label at x@y
-
displayLabel: aLabel h: lH on: aGC x: newX y: y h: h isHighlightedAsSelected: isHighlightedAsSelected
-
experimental value - this looks good
Usage example(s):
super displayLabel:colS h:lH on:aGC x: (aGC width - 5 - colW) y:y h:h.
|
-
iconDelta
-
-
iconRemoved
-
-
iconSelector
-
protocol-queries
-
hasChildren
-
(comment from inherited method)
WARNING: may fetch lazy children (i.e. calls #children)-
Checks whether the item has children;
here the children are fetched, and thus this may take some time.
*** to optimize: redefine in subClass (example: FileDirectory)
|