|
Class: OrderedCollectionInspectorView
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--InspectorView
|
+--OrderedCollectionInspectorView
- Package:
- stx:libtool
- Category:
- Interface-Inspector
- Version:
- rev:
1.53
date: 2021/01/20 15:20:43
- user: cg
- file: OrderedCollectionInspectorView.st directory: libtool
- module: stx stc-classLibrary: libtool
a modified Inspector for orderedCollections
copyrightCOPYRIGHT (c) 1993 by Claus Gittinger
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
-
return the 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
-
(OrderedCollection 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.
-
numIndexedFields
-
user interaction
-
indexedValueAtIndex: idx
-
-
indexedValueAtIndex: idx put: newValue
-
-
removeIndex
-
remove selected item from the collection
|