|
Class: TextDiffTool (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::TextDiffTool
|
+--Tools::TextDiff2Tool
|
+--Tools::TextDiff3Tool
- Package:
- stx:libtool
- Category:
- Interface-Diff
- Version:
- rev:
1.19
date: 2022/02/10 11:52:52
- user: cg
- file: Tools__TextDiffTool.st directory: libtool
- module: stx stc-classLibrary: libtool
documentation to be added.
[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.
image specs
-
versionA24x24
-
-
versionB24x24
-
-
versionBase24x24
-
-
versionMerged24x24
-
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::TextDiffTool andSelector:#windowSpec
Tools::TextDiffTool new openInterface:#windowSpec
Tools::TextDiffTool open
|
-
windowSpecForEmbedding
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::TextDiff2Tool andSelector:#windowSpecForEmbedding
Tools::TextDiff2Tool new openInterface:#windowSpecForEmbedding
|
interface specs - labels
-
versionALabelSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::TextDiffTool andSelector:#versionALabelSpec
Tools::TextDiffTool new openInterface:#versionALabelSpec
|
-
versionBLabelSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::TextDiffTool andSelector:#versionBLabelSpec
Tools::TextDiffTool new openInterface:#versionBLabelSpec
|
-
versionCLabelSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::TextDiffTool andSelector:#versionCLabelSpec
Tools::TextDiffTool new openInterface:#versionCLabelSpec
|
plugIn spec
-
aspectSelectors
-
This resource specification was automatically generated
by the UIPainter of ST/X.
accessing
-
label: aString
-
-
labelA: aString
-
-
labelB: aString
-
-
labelC: aString
-
-
textA
-
-
textA: aString
-
-
textB
-
-
textB: aString
-
-
textC
-
-
textC: aString
-
-
title: aString
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
aspects
-
classHolder
-
return/create the 'classHolder' value holder (automatically generated)
-
classHolder: aValueHolder
-
codeView notNil ifTrue:[codeView classHolder: aValueHolder].
-
codeAspectHolder
-
return/create the 'codeAspectHolder' value holder (automatically generated)
-
codeAspectHolder: something
-
set the 'codeAspectHolder' value holder (automatically generated)
-
contentSpecHolder
-
return/create the 'contentSpecHolder' value holder (automatically generated)
-
contentSpecHolder: something
-
set the 'contentSpecHolder' value holder (automatically generated)
-
diffView
-
diffView isNil ifTrue:[
-
labelHolder
-
return/create the 'labelAHolder' value holder (automatically generated)
-
languageHolder
-
return/create the 'languageHolder' value holder (automatically generated)
-
languageHolder: aValueHolder
-
codeView notNil ifTrue:[codeView languageHolder: aValueHolder].
aspects-versions
-
labelAHolder
-
return/create the 'labelAHolder' value holder (automatically generated)
-
labelAHolder: something
-
set the 'labelAHolder' value holder (automatically generated)
-
labelBHolder
-
return/create the 'labelBHolder' value holder (automatically generated)
-
labelBHolder: something
-
set the 'labelBHolder' value holder (automatically generated)
-
labelCHolder
-
return/create the 'labelBHolder' value holder (automatically generated)
-
labelCHolder: something
-
set the 'labelBHolder' value holder (automatically generated)
-
textAHolder
-
return/create the 'textAHolder' value holder (automatically generated)
-
textAHolder: something
-
set the 'textAHolder' value holder (automatically generated)
-
textBHolder
-
return/create the 'textBHolder' value holder (automatically generated)
-
textBHolder: something
-
set the 'textBHolder' value holder (automatically generated)
-
textCHolder
-
return/create the 'textBHolder' value holder (automatically generated)
-
textCHolder: something
-
set the 'textBHolder' value holder (automatically generated)
change & update
-
codeAspect: aSymbol
-
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
-
updateAfterAorBorCChanged
-
Called whenever one of the texts changes
** This method must be redefined in concrete classes (subclassResponsibility) **
hooks
-
postBuildDiffView: aScrollableView
-
-
setupCodeView: codeView2
-
initialization
-
initialize
-
titleHolder addDependent:self.
-
initializeDiffView
-
** This method must be redefined in concrete classes (subclassResponsibility) **
testing
-
isDiff2
-
-
isDiff3
-
-
isMerge
-
See
- TextDiff2Tool examples
- TextDiff3Tool examples
|