eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::ChangeSetDiffList':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ChangeSetDiffList (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::NavigatorModel
            |
            +--Tools::BrowserList
               |
               +--Tools::BrowserListWithFilter
                  |
                  +--Tools::ChangeSetDiffList

Package:
stx:libtool
Category:
Interface-Diff
Version:
rev: 1.11 date: 2019/03/13 21:24:11
user: cg
file: Tools__ChangeSetDiffList.st directory: libtool
module: stx stc-classLibrary: libtool

Class protocol:

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:Tools::ChangeSetDiffList andSelector:#windowSpec
     Tools::ChangeSetDiffList new openInterface:#windowSpec
     Tools::ChangeSetDiffList open

plugIn spec
o  aspectSelectors
This resource specification was automatically generated
by the UIPainter of ST/X.


Instance protocol:

accessing
o  listEntryIconGenerator

o  listEntryIconGenerator: aBlock

o  listEntryLabelGenerator

o  listEntryLabelGenerator: aBlock

o  selection: entry

aspects
o  highlightConflictsHolder
return/create the 'highlightConflictsHolder' value holder (automatically generated)

o  highlightConflictsHolder: something
set the 'highlightConflictsHolder' value holder (automatically generated)

o  listHolder
return/create the 'difflistHolder' value holder (automatically generated)

o  listSelectionHolder
return/create the 'listSelectionHolder' value holder (automatically generated)

o  showCopyrightMethodDiffsHolder
return/create the 'showCopyrightMethodDiffsHolder' value holder (automatically generated)

o  showCopyrightMethodDiffsHolder: something
set the 'showCopyrightMethodDiffsHolder' value holder (automatically generated)

o  showVersionMethodDiffsHolder
return/create the 'showVersionMethodDiffsHolder' value holder (automatically generated)

o  showVersionMethodDiffsHolder: something
set the 'showVersionMethodDiffsHolder' value holder (automatically generated)

change & update
o  enqueueDelayedUpdate: something with: aParameter from: changedObject
(comment from inherited method)
support for delayed updates - to be invoked from a concrete classes
#update:with:from: method.
This will enqueue a delayed update, and resend #delayedUpdate:with:from:
whenever the receiver is handling events.
Especially useful, if many updates arrive at high frequency, to avoid
multiple redraws.

o  listSelectionChanged

o  selectionChanged
(comment from inherited method)
self updateOutputGenerator.

o  update: aspect with: param from: sender
(comment from inherited method)
Invoked when an object that I depend upon sends a change notification.

generators
o  makeGenerator

initialization
o  initialize
Invoked when a new instance is created.

private
o  listEntryIconFor: aDiffComponent

o  listEntryLabelFor: diff

o  makeDependent
Nothing to do

o  makeIndependent
Nothing to do

o  shouldDisplayDiff: aDiffCompoment
Return true if given diff component should be displayed

o  updateList
Superclass Tools::BrowserList says that I am responsible to implement this method


Private classes:

    ListEntry


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 21:36:51 GMT