|
Class: XViewApplication (private in FileApplicationNoteBook
This class is only visible from within
FileApplicationNoteBook.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--FileApplicationNoteBook::XViewApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Owner:
- FileApplicationNoteBook
defaults
-
maxNumberOfVNCRestarts
-
-
mimeTypeUnixApplicationMapping
-
here insert the application and mime type pairs to open by XviewApplication
-
tabStringFor: aApplicationType
-
the formatString shown in a tab (language translated)
-
unixVNCCommand
-
-
wantNewApplicationAnyway
-
does the subapp want separate new app tabs,
or reuse any already open isntance of it?
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:FileApplicationNoteBook::XViewApplication andSelector:#windowSpec
FileApplicationNoteBook::XViewApplication new openInterface:#windowSpec
FileApplicationNoteBook::XViewApplication open
|
menu specs
-
menu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:FileApplicationNoteBook::XViewApplication andSelector:#menu
(Menu new fromLiteralArrayEncoding:(FileApplicationNoteBook::XViewApplication menu)) startUp
|
queries
-
canOpenItem: anItem
-
Dialog warn:'Cannot start a viewer for ' , anItem fileName baseName.
accessing
-
xView
-
return the value of the instance variable 'imageView' (automatically generated)
-
xView: something
-
set the value of the instance variable 'imageView' (automatically generated)
actions
-
changeInformation
-
-
setupXView
-
if the mainView is a FileBrowser, take the y extent because size of notebook can be changed
actions VNC
-
setupView
-
-
startVNCserver
-
this block must return a pid
-
stopVNCServer
-
-
vncConnect
-
-
vncServerTerminated
-
Transcript showCR:'vnc server has terminated'.
-
waitForTerminationOfServer
-
actions viewer
-
startViewer
-
-
startViewer: viewerCommand
-
this block must return a pid
-
startXterm
-
-
stopViewer
-
-
viewerTerminated
-
Transcript showCR:'viewer has terminated'.
initialization & release
-
postBuildXView: aWidget
-
-
postOpenWith: aBuilder
-
only invoked if the application not started from a master
-
release
-
Transcript showCR:'release'.
|