|
Class: SetInspectorView
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
A modified inspector for Sets
copyrightCOPYRIGHT (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.
menu
-
fieldMenu
-
(comment from inherited method)
return the popup menu for the field-list
private
-
baseInspectedObjectClass
-
only instvars below that are shown by me in the non-basic tab.
This hides uninterresting details in the regular tab
-
defaultLabel
-
(Set with:1 with:2 with:3) inspect
-
indexList
-
return a list of indexes to show in the selectionList.
Set hasMore to true, if a '...' entry should be added.
-
indexedFieldList
-
return a list of indexed-variable names to show in the selectionList.
Set hasMore to true, if a '...' entry should be added.
-
numIndexedFields
-
-
release
-
release inspected object
-
showAllIndexedVarsInFieldList
-
queries
-
isIndexShown
-
user interaction
-
doRemoveKey
-
remove selected item from keys
-
indexedValueAtIndex: idx
-
-
indexedValueAtKey: idx
-
-
valueAtLine: lineNr put: newValue
-
store newValue;
For non-named instvars, we add the new value - ignoring the selection
#(a b c d e) asSet inspect
|