|
Class: HtmlViewApplication (private in FileApplicationNoteBook
This class is only visible from within
FileApplicationNoteBook.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--FileApplicationNoteBook::HtmlViewApplication
|
+--FileApplicationNoteBook::MarkdownViewApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Owner:
- FileApplicationNoteBook
defaults
-
> tabStringFor:">tabStringFor: aApplicationType
-
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
-
-
> windowSpec_HTMLView">windowSpec_HTMLView
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:FileApplicationNoteBook::HtmlViewApplication andSelector:#windowSpec_HTMLView
FileApplicationNoteBook::HtmlViewApplication new openInterface:#windowSpec_HTMLView
|
-
> windowSpec_WebBrowserPage">windowSpec_WebBrowserPage
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:FileApplicationNoteBook::HtmlViewApplication andSelector:#windowSpec_WebBrowserPage
FileApplicationNoteBook::HtmlViewApplication new openInterface:#windowSpec_WebBrowserPage
|
menu specs
-
> menu">menu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:FileApplicationNoteBook::HtmlViewApplication andSelector:#menu
(Menu new fromLiteralArrayEncoding:(FileApplicationNoteBook::HtmlViewApplication menu)) startUp
|
-
> menuJustClose">menuJustClose
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:FileApplicationNoteBook::HtmlViewApplication andSelector:#menuJustClose
(Menu new fromLiteralArrayEncoding:(FileApplicationNoteBook::HtmlViewApplication menuJustClose)) 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
-
> htmlView">htmlView
-
return the value of the instance variable 'imageView' (automatically generated)
-
> htmlView:">htmlView: aView
-
set the value of the instance variable 'imageView' (automatically generated)
-
> item:">item: anItem
-
(comment from inherited method)
self halt.
accessing-subApps
-
> webBrowserPage">webBrowserPage
-
actions
-
> doEdit">doEdit
-
openTextEditorOn:item.
-
> doGoBack">doGoBack
-
-
> doGoHome">doGoHome
-
-
> doHelp">doHelp
-
-
> doPrint">doPrint
-
-
> doReload">doReload
-
-
> setupHtmlView">setupHtmlView
-
-
> setupHtmlViewFor:">setupHtmlViewFor: file
-
aspects
-
> labelHolder">labelHolder
-
initialization & release
-
> postBuildHtmlView:">postBuildHtmlView: aWidget
-
-
> postOpenWith:">postOpenWith: aBuilder
-
only invoked if the application not started from a master
|