|
Class: AbstractFileFinderApplicationComponent
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--AbstractFileFinderApplicationComponent
|
+--DirectoryDifferenceViewApplication
|
+--FindFileApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Version:
- rev:
1.46
date: 2024/03/06 12:35:15
- user: cg
- file: AbstractFileFinderApplicationComponent.st directory: libtool
- module: stx stc-classLibrary: libtool
abstract superclass of file-search appliations which are embedded in the file browserV2
copyrightCOPYRIGHT (c) 2002 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.
queries
-
isAbstract
-
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.
-
searchResultTable
-
** This method must be redefined in concrete classes (subclassResponsibility) **
accessing
-
stopSignal
-
-
synchronizationSemaphore
-
(comment from inherited method)
return the synchronization semaphore for myself.
subclasses may redefine.
Return nil, if none has been allocated yet.
-
targetApplication: anApplication
-
Modified (format): / 11-01-2012 / 22:41:01 / cg
actions
-
changeInformationTo: aString
-
-
changeInformationTo: aString toTab: aBoolean
-
-
clearShownList
-
-
copySelectedFileNamesToClipboard
-
-
doSearch
-
** This method must be redefined in concrete classes (subclassResponsibility) **
-
generateResultStringForTimeElapsed: timeDuration
-
at the end of a search, generate a nice informative summary string.
This can be redefined by different search tabs
-
openInNewBrowser
-
-
selectInBrowser
-
Modified (format): / 15-06-2019 / 08:44:29 / Claus Gittinger
-
startSearchTask: aBlock name: taskName
-
self changeInformationTo:'Find File ' , '- searching ' toTab:true.
-
stop
-
-
stopSearchTask
-
aspects
-
autoSelectInBrowser
-
-
autoSelectInBrowserHolder
-
-
contentsPatternHolder
-
to be redefined
-
enableSearch
-
-
enableStop
-
-
hasListEntries
-
-
ignoreCaseInContents
-
to be redefined
-
matchedFilesList
-
-
resultList
-
-
searchRecursively
-
-
searchResultTable
-
-
selectionHolder
-
-
shownList
-
-
shownListHolder
-
change & update
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
drag & drop
-
getDisplayObjects: anArgument
-
retrieve the objects displayed during a drag
-
getDropObjects: anArgument
-
common code, used in subclasses
event handling
-
fileDoubleClick: file
-
should this be done in openApplForFile?
-
fileListDoubleClick: indexOrIndexCollection
-
-
fileSelected: entries
-
-
processEvent: anEvent
-
filter keyboard events.
Return true, if I have eaten the event
initialization
-
initialize
-
must be called if redefined
queries
-
hasOneFileSelected
-
-
hasSelectionInResultList
-
-
hasTwoFilesSelected
-
-
hasTwoImageFilesSelected
-
tasks
-
stopSearchTaskOrAbort
-
|