eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::BreakpointBrowser':

Home

everywhere
www.exept.de
for:
[back]

Class: BreakpointBrowser (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::BreakpointBrowser

Package:
stx:libtool
Category:
Interface-Smalltalk-Breakpoints
Version:
rev: 1.21 date: 2010/01/11 16:33:33
user: cg
file: Tools__BreakpointBrowser.st directory: libtool
module: stx stc-classLibrary: libtool
Author:
cg (cg@FUSI)

Description:


tool to list breakpoints (breakPoint/halt/assert)


Class protocol:

defaults
o  defaultIcon

initialization
o  defaultListOfMessagesAndTypes
the set of messages which are shown;
you can add your own one's with a #other categorization

o  initialize

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

menu specs
o  itemMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

o  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

o  toolBarMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

tableColumns specs
o  tableColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

o  tableColumns_v1
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

o  tableColumns_v2
This resource specification was automatically generated
by the DataSetBuilder of ST/X.


Instance protocol:

accessing
o  aboutThisApplicationText

o  breakpointListEntryAtIndex: idx

o  messagesAndTypes
the spec of selectors to offer

o  selectedBreakpointListEntry

o  selectionIndex

o  shownCopyOfBreakpointList

o  updatingLabelShown

aspects
o  enableAssertions

o  enableAssertions: aBoolean

o  enableHalts

o  enableHalts: aBoolean

o  hasSelectionHolder

o  infoHolder

o  selectedItemIsIgnoredHalt

o  selectionIndexHolder

o  showAssertions

o  showAssertions: aBoolean

o  showCodeBreakpoints

o  showCodeBreakpoints: aBoolean

o  showDebugCode

o  showDebugCode: aBoolean

o  showHalts

o  showHalts: aBoolean

o  showMethodBreakpoints

o  showMethodBreakpoints: aBoolean

o  showOthers

o  showOthers: aBoolean

o  showWhichHaltsHolder

change & update
o  delayedUpdate: something with: aParameter from: changedObject

o  filter
filter those items which are to be shown from the complete list

o  messageSelectors

o  update: something with: aParameter from: changedObject

o  updateBreakpointList

o  updateCode

o  updateEntry: entry
after a change, update the list entry.
(or remove it if required)

o  updateForClass: aClass selector: selector

o  updateList

o  updateShownBreakpointList

o  withBreakpointListEntriesFor: mthd class: cls selector: sel messages: messages messageSelectors: messageSelectors rememberingCodeBreakpointTypesIn: newShowCodeBreakpointsFor do: aBlock

initialization & release
o  initialize

o  postBuildCodeView: aView

o  postOpenWith: aBuilder

o  release

menu actions
o  openDocumentation

menu actions-item
o  browseItem

o  reenableHalt

o  removeItem

menus-dynamic
o  codeBreakpointMenu

o  enabledCodeBreakpointMenu

tests
o  aMethodWith_assert
only here for demonstration purposes - should be found in the list

o  aMethodWith_assert2
only here for demonstration purposes - should be found in the list

o  aMethodWith_breakPoint
only here for demonstration purposes - should be found in the list

o  aMethodWith_breakPoint2
only here for demonstration purposes - should be found in the list

o  aMethodWith_debugCode
only here for demonstration purposes - should be found in the list

o  aMethodWith_halt
only here for demonstration purposes - should be found in the list

o  aMethodWith_halt2
only here for demonstration purposes - should be found in the list

o  aMethodWith_todo
only here for demonstration purposes - should be found in the list

user actions
o  browseSelectedItem

o  itemDoubleClicked: itemIndex

o  resort

o  sortBy: instanceName

o  sortBy: instanceName withReverse: aBoolean


Private classes:

    BreakpointListEntry
    MessageArgumentExtractor


ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 21:43:47 GMT