|
Class: ListEntry (private in LintRuleList
This class is only visible from within
LintRuleList.
Object
|
+--AbstractHierarchicalItem
|
+--AbstractHierarchicalItemWithModel
|
+--HierarchicalItem
|
+--Tools::LintRuleList::ListEntry
- Package:
- stx:libtool
- Category:
- Interface-Lint
- Owner:
- Tools::LintRuleList
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
-
-
checked
-
-
checked: aBoolean
-
-
checkedRule
-
-
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
-
failedClasses
-
-
failedMethods
-
-
failedMethodsInAnyOf: classes meta: meta
-
-
label
-
(comment from inherited method)
returns the label displayed on aGC;
*** to optimize:redefine by subClass
-
name
-
-
rationale
-
-
rationaleWithAnchor
-
-
rule
-
-
rule: anRBLintRule
-
-
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
-
displayOn: aGCOrStream
-
what a kludge - Dolphin and Squeak mean: printOn: a stream;
|