eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'URITransmissionServiceAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: URITransmissionServiceAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--URITransmissionServiceAppl

Package:
stx:goodies/communication
Category:
Net-Communication-URI
Version:
rev: 1.22 date: 2019/03/09 20:39:04
user: cg
file: URITransmissionServiceAppl.st directory: goodies/communication
module: stx stc-classLibrary: communication
Author:
Timo Merkert (tm@asterix)

Description:


documentation to be added.


[instance variables:]

[class variables:]


Related information:



Class protocol:

accessing
o  pathName

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

instance creation
o  openForPathname: aPathname

o  openForPathname: aPathname canEditFilePath: aBoolean

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:URITransmissionServiceAppl andSelector:#windowSpec
     URITransmissionServiceAppl new openInterface:#windowSpec
     URITransmissionServiceAppl open

menu specs
o  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#mainMenu
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl mainMenu)) startUp

o  menuToolbar
This resource specification was automatically generated
by the MenuEditor of ST/X.

usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#menuToolbar
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl menuToolbar)) startUp

o  menuTransmission
This resource specification was automatically generated
by the MenuEditor of ST/X.

usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#menuTransmission
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl menuTransmission)) startUp

tableColumns specs
o  transmissionColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

usage example(s):

     DataSetBuilder new openOnClass:URITransmissionServiceAppl andSelector:#transmissionColumns


Instance protocol:

accessing
o  accepted

o  canEditFilePath

o  canEditFilePath: aBoolean

o  listOfEntries

o  pathName

actions
o  doAddNewComment

o  doAddNewTransmission

o  doChangeToComment

o  doChangeToTransmission

o  doDeleteSelectedTransmission

o  doEditReadFromURI
automatically generated by UIEditor ...

o  doEditWriteToURI
automatically generated by UIEditor ...

o  doReloadTransmissionList

o  doTransmitForSelected

o  doWriteFile

o  evaluateEntries

aspects
o  inputGroup
automatically generated by UIPainter ...

o  inputPathHolder
automatically generated by UIPainter ...

o  isCommentSelected

o  isItemSelected

o  isTransmissionSelected

o  modifyHolder
automatically generated by UIPainter ...

o  reselectTransmission: aTransmissionRow

o  selectedTransmission

o  transmissionList

o  transmissionSelectionHolder
automatically generated by UIPainter ...

change & update
o  update: something with: aParameter from: changedObject

initialization & release
o  closeDownViews

o  closeRequest

o  postOpenWith: aBuilder
This is a hook method generated by the Browser.
It will be invoked during the initialization of your app/dialog,
after all of the visual components have been built,
after the top window is made visible.
Add any app-specific actions here (reading files, setting up values etc.)
See also #postBuildWith:, which is invoked before opening.

menu actions
o  menuOpen
This method was generated by the Browser.
It will be invoked when the menu-item 'save' is selected.

o  menuSave
This method was generated by the Browser.
It will be invoked when the menu-item 'save' is selected.

o  menuSaveAs
This method was generated by the Browser.
It will be invoked when the menu-item 'saveAs' is selected.

o  openDocumentation
This method was generated by the Browser.
It will be invoked when the menu-item 'help-documentation' is selected.

private file queries
o  canWriteFile: aPath


Private classes:

    Comment
    TransmissionRow
    URIDialog

Examples:


Starting the application:
  URITransmissionServiceAppl open



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 14:00:08 GMT