|
Class: StringSearchTool (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::StringSearchTool
|
+--Tools::StringSearchToolForTextView
- Package:
- stx:libtool
- Category:
- Interface-Tools
- Version:
- rev:
1.30
date: 2022/10/11 14:18:30
- user: cg
- file: Tools__StringSearchTool.st directory: libtool
- module: stx stc-classLibrary: libtool
documentation to be added.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2008 by 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.
accessing
-
lastMatchCase
-
-
lastMatchCase: aBoolean
-
-
lastRestart
-
-
lastRestart: aBoolean
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
closeSearchBarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self closeSearchBarIcon inspect
ImageEditor openOnClass:self andSelector:#closeSearchBarIcon
Icon flushCachedIcons
|
-
emptyButtonIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self emptyButtonIcon inspect
ImageEditor openOnClass:self andSelector:#emptyButtonIcon
Icon flushCachedIcons
|
-
restartIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self restartIcon inspect
ImageEditor openOnClass:self andSelector:#restartIcon
Icon flushCachedIcons
|
-
restartSearchBarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self restartSearchBarIcon inspect
ImageEditor openOnClass:self andSelector:#restartSearchBarIcon
Icon flushCachedIcons
|
-
searchDownIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchDownIcon inspect
ImageEditor openOnClass:self andSelector:#searchDownIcon
Icon flushCachedIcons
|
-
searchLeftIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchLeftIcon inspect
ImageEditor openOnClass:self andSelector:#searchLeftIcon
Icon flushCachedIcons
|
-
searchNextIcon
-
-
searchPreviousIcon
-
-
searchRightIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchRightIcon inspect
ImageEditor openOnClass:self andSelector:#searchRightIcon
Icon flushCachedIcons
|
-
searchToolBarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchToolBarIcon inspect
ImageEditor openOnClass:self andSelector:#searchToolBarIcon
Icon flushCachedIcons
|
-
searchUpIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchUpIcon inspect
ImageEditor openOnClass:self andSelector:#searchUpIcon
Icon flushCachedIcons
|
-
warningSearchBarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self warningSearchBarIcon inspect
ImageEditor openOnClass:self andSelector:#warningSearchBarIcon
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::StringSearchTool andSelector:#windowSpec
Tools::StringSearchTool new openInterface:#windowSpec
Tools::StringSearchTool open
|
accessing
-
closeBlock
-
-
closeBlock: something
-
-
ignoreCase
-
-
initialSearchString: aString
-
-
matchCheckboxVisible
-
-
restartSearch
-
-
searchNextBlock
-
-
searchNextBlock: something
-
-
searchPreviousBlock
-
-
searchPreviousBlock: something
-
-
searchText
-
aspects
-
matchCaseHolder
-
-
restartHolder
-
-
searchBarImageInfoLabelHolder
-
-
searchBarInfoLabelHolder
-
-
searchTextHolder
-
-
searchTextModifiedHolder
-
change & update
-
matchCaseHolderChanged
-
-
processEvent: anEvent
-
Return true, if I have eaten the event
-
restartHolderChanged
-
-
searchTextModifiedHolderChanged
-
Always restart when looking for a typed string
Usage example(s):
Transcript showCR: 'searchTextModifiedHolderChanged: ',(self searchTextHolder value ? '').
|
images
-
restartSearchBarIcon
-
-
warningSearchBarIcon
-
initialization & release
-
commonPostOpen
-
(comment from inherited method)
a common hook for postOpenWith:, postOpenAsSubcanvasWith: and postOpenAsDialogWith:.
Notice: redefined methods should do a super send.
otherwise resources might be undefined.
-
initialize
-
(comment from inherited method)
nothing done here;
but can be redefined in concrete applications
-
postBuildSearchTextView: anEditFieldView
-
private
-
searchReachEndOrBeginningIcon
-
-
searchTextRestarted: message
-
-
setSearchTextFoundColors
-
-
setSearchTextNotFoundColors
-
public
-
escapePressed
-
-
searchBarOpened
-
-
searchNextTextReachEnd
-
-
searchPreviousTextReachBeginning
-
-
searchTextNotFound
-
-
searchTextNotFound: aMessage
-
-
searchTextStarted
-
-
selectAllInSearchTextView
-
-
setFocusToSearchTextView
-
searching
-
hideSearchBar
-
-
searchNextText
-
self setFocusToSearchTextView.
-
searchNextTextButtonPressed
-
-
searchNextTextFromBeginning
-
self parent
-
searchNextTextIncludingCurrentSelection: includeCurrentSelection
-
self parent
-
searchPreviousText
-
self setFocusToSearchTextView.
-
searchPreviousTextButtonPressed
-
-
searchPreviousTextFromEnd
-
self parent
Starting the application:
Tools::StringSearchTool open
|
more examples to be added:
... add code fragment for
... executable example here ...
|
|