eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl':

Home

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

Class: MiscSmalltalkCommunicationSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication
Author:
cg

Description:


some communication protocol settings.


Class protocol:

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

image specs
o  defaultIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self defaultIcon inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon
     Icon flushCachedIcons

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

Usage example(s):

     UIPainter new openOnClass:AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl andSelector:#windowSpec
     AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl new openInterface:#windowSpec
     AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl open


Instance protocol:

actions
o  aspects

o  basicReadSettings
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

o  basicSaveSettings
avoid making SmallTeam package a prerequisite of libTool

aspects
o  addHostEnabled

o  addXMPPUserEnabled

o  enablePasswordCheck

o  hasSmalltalkShareServer

o  hasWindowMigrationServer

o  listOfSmallTeamHosts

o  listOfXMPPSmallTeamUsers

o  remoteBrowsingEnabled

o  removeHostEnabled

o  removeXMPPUserEnabled

o  selectedSmallTeamHost

o  selectedXMPPSmallTeamUser

o  smallTeamHostEntry

o  smallTeamServerAvailable

o  smallTeamServerEnabled

o  smallTeamViaXMPPAvailable

o  smallTeamViaXMPPEnabled

o  smalltalkBridgeEnabled

o  smalltalkBridgeVerbose

o  smallteamAndXMPPLoaded

o  smallteamAndXMPPNotLoaded

o  smallteamLoaded

o  smallteamNotLoaded

o  smallteamXMPPPassword

o  smallteamXMPPServer

o  smallteamXMPPUser

o  windowMigrationAuthenticate

o  windowMigrationEnabled

o  windowMigrationPassword

o  xmppSmallTeamUserEntry

change & update
o  selectedSmallTeamHostChanged

o  selectedXMPPSmallTeamUserChanged

help
o  helpFilename
the path for a local help document (for offline reading)

help specs
o  helpTextForKey: aKey
(comment from inherited method)
flyByHelp interface:
return some short help text for a key.
Key is the symbol associated with some widget or menu item.
(from my helpSpec);
Return a language variant (if available).
Special: with CTRL, show how it is generated (the helpKey or action block)

initialization & release
o  initialize
must be called if redefined

queries
o  hasRemoteBrowsingSupport

o  hasUnsavedChanges
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

user actions
o  addSmallTeamHost
Modified (format): / 17-02-2017 / 08:33:52 / cg

o  loadSmallteamPackage

o  loadXMPPPackage

o  removeSmallTeamHost


Examples:


Notice that everything between [exBegin] and [exEnd] is extracted by the html-doc generator to create nicely formatted and clickable executable examples in the generated html-doc. (see the browser's class-documentation menu items for more) opening the application:
   AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl open
opening the application on some model:
   AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl openOn:aModel


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:20:05 GMT