eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SetInspectorView':

Home

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

Class: SetInspectorView


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--InspectorView
               |
               +--SetInspectorView

Package:
stx:libtool
Category:
Interface-Inspector
Version:
rev: 1.34 date: 2023/06/19 14:53:21
user: stefan
file: SetInspectorView.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


A modified inspector for Sets

copyright

COPYRIGHT (c) 1996 by Claus Gittinger / 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.

Instance protocol:

menu
o  fieldMenu
(comment from inherited method)
return the popup menu for the field-list

private
o  baseInspectedObjectClass
only instvars below that are shown by me in the non-basic tab.
This hides uninterresting details in the regular tab

o  defaultLabel
(Set with:1 with:2 with:3) inspect

o  indexList
return a list of indexes to show in the selectionList.
Set hasMore to true, if a '...' entry should be added.

o  indexedFieldList
return a list of indexed-variable names to show in the selectionList.
Set hasMore to true, if a '...' entry should be added.

o  numIndexedFields

o  release
release inspected object

o  showAllIndexedVarsInFieldList

queries
o  isIndexShown

user interaction
o  doRemoveKey
remove selected item from keys

o  indexedValueAtIndex: idx

o  indexedValueAtKey: idx

o  valueAtLine: lineNr put: newValue
store newValue;
For non-named instvars, we add the new value - ignoring the selection


Examples:


#(a b c d e) asSet inspect


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:28:25 GMT