|
Class: LintRuleDetail (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::LintRuleDetail
- Package:
- stx:libtool
- Category:
- Interface-Lint
- Version:
- rev:
1.31
date: 2023/11/29 16:18:23
- user: cg
- file: Tools__LintRuleDetail.st directory: libtool
- module: stx stc-classLibrary: libtool
Embeddable list to display affected methods from a selected SmallLint rules.
(this is embedded in the browser when showing lint check outcomes)
[instance variables:]
[class variables:]
copyrightCopyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
Copyright (c) 2009-2010 eXept Software AG
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the 'Software'), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::LintRuleDetail andSelector:#windowSpec
Tools::LintRuleDetail new openInterface:#windowSpec
Tools::LintRuleDetail open
|
plugIn spec
-
aspectSelectors
-
This resource specification was automatically generated
by the UIPainter of ST/X.
actions
-
browseLintRule
-
aspects
-
rationaleVisibleHolder
-
return/create the 'rationaleVisibleHolder' value holder (automatically generated)
-
rationaleVisibleHolder: aValueHolder
-
set the 'rationaleVisibleHolder' value holder (automatically generated)
-
ruleHolder
-
return/create the 'ruleHolder' value holder (automatically generated)
-
ruleHolder: aValueHolder
-
set the 'ruleHolder' value holder (automatically generated)
-
ruleNameAspect
-
h displayString , ' ' , (('[browse]' actionForAll:[ self browseLintRule]) colorizeAllWith:Color blue)
-
ruleRationaleAspect
-
cannot use a BlockValue linked on the ruleHolder for the
ruleRationaleAspect, because the ruleHolder might be changed dynamically
via the aspect-linking mechanism
-
selectedClassesHolder
-
return/create the 'selectedClassesHolder' value holder (automatically generated)
-
selectedClassesHolder: aValueHolder
-
set the 'selectedClassesHolder' value holder (automatically generated)
-
selectedMethodsHolder
-
return/create the 'selectedMethodsHolder' value holder (automatically generated)
-
selectedMethodsHolder: aValueHolder
-
set the 'selectedMethodsHolder' value holder (automatically generated)
change & update
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
-
updateRule
-
cannot use a BlockValue linked on the ruleHolder for the
ruleRationaleAspect, because the ruleHolder maight be changed dynamically
via the aspect-linking mechanism
-
updateVisibility
-
initialization
-
initialize
-
false
-
setupHTMLView: aView
-
callback, when htmlView showing the rationale is created
private
-
heightWhenNotShowingRationale
-
-
heightWhenShowingRationale
-
-
hide
-
-
show
-
-
visibility: visibility height: height
-
cg: the whole container-container access chain below is ugly - use a name to access components.
|