|
Class: ProjectCheckerBrowser (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::ProjectCheckerBrowser
- Package:
- stx:libtool
- Category:
- System-Support-Projects
- Version:
- rev:
1.11
date: 2022/07/25 06:58:44
- user: cg
- file: Tools__ProjectCheckerBrowser.st directory: libtool
- module: stx stc-classLibrary: libtool
A simple tool to browse issues found by ProjectChecker.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2006 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::ProjectCheckerBrowser andSelector:#windowSpec
Tools::ProjectCheckerBrowser new openInterface:#windowSpec
Tools::ProjectCheckerBrowser open
|
accessing
-
accepted
-
-
doNotShowCancel
-
-
problemList: problems
-
-
projectChecker
-
-
projectChecker: value
-
-
showCancel
-
-
showCancel: something
-
actions
-
doCancel
-
(comment from inherited method)
this is invoked by the Escape-Key (if escapeIsCancel) or
the cancel-button (if any), IFF the application has been
opened modal (i.e. as a dialog).
-
doCheckAgain
-
-
doClose
-
-
doFix: index
-
aspects
-
infoPanel
-
-
infoText
-
-
problemDescriptionAspect
-
-
problemDescriptionTextHolder
-
-
problemListHolder
-
-
problemSelectionHolder
-
-
projectCheckerHolder
-
return/create the 'projectCheckerHolder' value holder (automatically generated)
-
projectCheckerHolder: something
-
set the 'projectCheckerHolder' value holder (automatically generated)
change & update
-
problemSelectionChanged
-
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
-
updateFromProjectCheckerHolder
-
hooks
-
setupHTMLView: aView
-
|