eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractFileFinderApplicationComponent':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AbstractFileFinderApplicationComponent


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractFileApplicationNoteBookComponent
            |
            +--AbstractFileFinderApplicationComponent
               |
               +--DirectoryDifferenceViewApplication
               |
               +--FindFileApplication

Package:
stx:libtool
Category:
Interface-Tools-File
Version:
rev: 1.31 date: 2019/08/10 23:20:26
user: cg
file: AbstractFileFinderApplicationComponent.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


   abstract superclass of file-search appliations which are embedded in the file browserV2


Class protocol:

queries
o  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.


Instance protocol:

accessing
o  accessLock

o  stopSignal

o  targetApplication: anApplication
Modified (format): / 11-01-2012 / 22:41:01 / cg

actions
o  changeInformationTo: aString

o  changeInformationTo: aString toTab: aBoolean

o  clearShownList

o  copySelectedFileNamesToClipboard

o  generateResultStringForTimeElapsed: timeDuration
at the end of a search, generate a nice informative summary string.
This can be redefined by different search tabs

o  openInNewBrowser

o  selectInBrowser
Modified (format): / 15-06-2019 / 08:44:29 / Claus Gittinger

o  startSearchTask: aBlock name: taskName
self changeInformationTo:'Find File ' , '- searching ' toTab:true.

o  stop

o  stopSearchTask

aspects
o  autoSelectInBrowser

o  autoSelectInBrowserHolder

o  contentsPatternHolder
to be redefined

o  enableSearch

o  enableStop

o  hasListEntries

o  ignoreCaseInContents
to be redefined

o  matchedFilesList

o  resultList

o  searchRecursively

o  searchResultTable

o  selectionHolder

o  shownList

o  shownListHolder

change & update
o  update: something with: aParameter from: changedObject

drag & drop
o  getDisplayObjects: anArgument
retrieve the objects displayed during a drag

o  getDropObjects: anArgument
common code, used in subclasses

event handling
o  fileDoubleClick: file
should this be done in openApplForFile?

o  fileListDoubleClick: indexOrIndexCollection

o  fileSelected: entries

o  processEvent: anEvent
filter keyboard events.
Return true, if I have eaten the event

initialization
o  initialize
must be called if redefined

queries
o  hasOneFileSelected

o  hasSelectionInResultList

o  hasTwoFilesSelected

o  hasTwoImageFilesSelected

tasks
o  stopSearchTaskOrAbort



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 08:36:49 GMT