|
Class: NavigationState (private in Inspector2
This class is only visible from within
Inspector2.
Object
|
+--Model
|
+--Tools::Inspector2::NavigationState
- Package:
- stx:libtool
- Category:
- Interface-Inspector2
- Owner:
- Tools::Inspector2
creating classes
-
for: anObject
-
Modified (format): / 19-08-2011 / 09:24:40 / cg
accessing
-
application: anInspectorApp
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
index
-
-
index: something
-
-
inspector
-
-
inspector: anInspectorApp
-
Modified (format): / 11-02-2017 / 10:14:31 / cg
-
selectionIndex
-
-
selectionIndex: anInteger
-
-
selectionView
-
-
tabLabels
-
-
tabViews
-
-
tabs
-
-
theObject
-
-
theObject: anObject
-
comparing
-
= anotherState
-
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.
-
hash
-
(comment from inherited method)
return an Integer useful as a hash key for the receiver.
This hash should return same values for objects with same
contents (i.e. use this to hash on structure)
displaying
-
displayOn: aGCOrStream
-
what a kludge - Dolphin and Squeak mean: printOn: a stream;
initialization
-
initializeTab: selector
-
Initializes an extra tab specified by given selector.
Answer the tab if it is an inpector2Tab or nil.
-
initializeTabs
-
looks for either an #inspector2Tabs method, which explicitly lists tab-generating methods,
or (new scheme) looks for methods which have been annotated as #inspector2Tab
-
refreshTabs
-
|