|
Class: DirectoryDifferenceViewApplication
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--AbstractFileFinderApplicationComponent
|
+--DirectoryDifferenceViewApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Version:
- rev:
1.10
date: 2018/01/16 21:14:19
- user: cg
- file: DirectoryDifferenceViewApplication.st directory: libtool
- module: stx stc-classLibrary: libtool
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
usage example(s):
UIPainter new openOnClass:DirectoryDifferenceViewApplication andSelector:#windowSpec
DirectoryDifferenceViewApplication new openInterface:#windowSpec
DirectoryDifferenceViewApplication open
|
menu specs
-
searchMenu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
usage example(s):
MenuEditor new openOnClass:FindFileApplication andSelector:#searchMenu
(Menu new fromLiteralArrayEncoding:(FindFileApplication searchMenu)) startUp
|
tableColumns specs
-
searchResultTable
-
This resource specification was automatically generated
by the DataSetBuilder of ST/X.
usage example(s):
DataSetBuilder new openOnClass:DirectoryDifferenceViewApplication andSelector:#searchResultTable
|
accessing
-
directory1: directory1Arg directory2: directory2Arg
-
self namePatternHolder value:newPattern.
-
directory1Holder
-
-
directory2Holder
-
actions
-
fileSelected: entries
-
aspects
-
excludedNamePatternHolder
-
-
namePatternHolder
-
comparing
-
doSearch
-
startup & release
-
postOpenWith: aBuilder
-
(comment from inherited method)
this is sent after the application's main window is opened.
Can be redefined in subclasses for actions after opening the view.
|