|
Class: LintRuleEditDialog (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--SimpleDialog
|
+--Tools::LintRuleEditDialog
- Package:
- stx:libtool
- Category:
- Interface-Lint
- Version:
- rev:
1.12
date: 2023/11/29 14:37:18
- user: cg
- file: Tools__LintRuleEditDialog.st directory: libtool
- module: stx stc-classLibrary: libtool
documentation to be added.
[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.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::LintRuleEditDialog andSelector:#windowSpec
Tools::LintRuleEditDialog new openInterface:#windowSpec
Tools::LintRuleEditDialog open
|
accessing
-
rule: anRBCompositeLintRule
-
-
selection
-
-
selection: anObject
-
actions
-
hideResultView
-
-
showResultView
-
aspects
-
allRulesHolder
-
-
listSelection
-
return/create the 'listSelection' value holder (automatically generated)
-
listSelection: something
-
set the 'listSelection' value holder (automatically generated)
-
modeHolder
-
-
nameEditableHolder
-
return/create the 'nameEditableHolder' value holder (automatically generated)
-
nameHolder
-
return/create the 'nameHolder' value holder (automatically generated)
-
ruleHolder
-
return/create the 'ruleHolder' value holder (automatically generated)
-
ruleHolder: something
-
set the 'ruleHolder' value holder (automatically generated)
-
selectionHolder
-
return/create the 'selectionHolder' value holder (automatically generated)
callbacks - post build
-
postBuildVariablePanel: aPanel
-
change & update
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
-
updateName
-
-
updateSelection
-
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
Starting the application:
Tools::LintRuleSelectionDialog open
|
more examples to be added:
... add code fragment for
... executable example here ...
|
|