|
Class: DigitalNotepadFileViewApplication (private in FileApplicationNoteBook
This class is only visible from within
FileApplicationNoteBook.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--FileApplicationNoteBook::DigitalNotepadFileViewApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Owner:
- FileApplicationNoteBook
a previewer-plugin for digital-notepad recordings as
provided by the waltop (tevion) MD85276 digital ink notepad.
defaults
-
tabStringFor: anApplicationType
-
the formatString shown in a tab (language translated)
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:FileApplicationNoteBook::DigitalNotepadFileViewApplication andSelector:#windowSpec
FileApplicationNoteBook::DigitalNotepadFileViewApplication new openInterface:#windowSpec
FileApplicationNoteBook::DigitalNotepadFileViewApplication open
|
menu specs
-
menu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:FileApplicationNoteBook::DigitalNotepadFileViewApplication andSelector:#menu
(Menu new fromLiteralArrayEncoding:(FileApplicationNoteBook::DigitalNotepadFileViewApplication menu)) startUp
|
queries
-
canOpenItem: anItem
-
(comment from inherited method)
example:
^ (anItem suffix == 'cc')
-
wantNewApplicationAnyway
-
does the subapp want separate new app tabs,
or reuse any already open isntance of it?
accessing
-
imageView
-
-
imageView: something
-
-
updateImageInfo
-
|fn msg|
actions
-
changeItem: anItem
-
-
setupImageView
-
aspects
-
fitSize
-
return/create the 'fitSize' value holder (automatically generated)
change & update
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
initialization & release
-
postBuildImageView: aWidget
-
self imageView wantsFocusWithPointerEnter.
-
postOpenWith: aBuilder
-
only invoked if the application is not started from a master
|