|
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:">tabStringFor: anApplicationType
-
the formatString shown in a tab (language translated)
help specs
-
> helpSpec">helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
interface specs
-
> windowSpec">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">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:">canOpenItem: anItem
-
(comment from inherited method)
example:
^ (anItem suffix == 'cc')
-
> wantNewApplicationAnyway">wantNewApplicationAnyway
-
does the subapp want separate new app tabs,
or reuse any already open isntance of it?
accessing
-
> imageView">imageView
-
-
> imageView:">imageView: something
-
-
> updateImageInfo">updateImageInfo
-
|fn msg|
actions
-
> changeItem:">changeItem: anItem
-
-
> setupImageView">setupImageView
-
aspects
-
> fitSize">fitSize
-
return/create the 'fitSize' value holder (automatically generated)
change & update
-
> update:with:from:">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:">postBuildImageView: aWidget
-
self imageView wantsFocusWithPointerEnter.
-
> postOpenWith:">postOpenWith: aBuilder
-
only invoked if the application is not started from a master
|