|
Class: MiscSmalltalkCommunicationSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
- Author:
- cg
some communication protocol settings.
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
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
-
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
|
actions
-
aspects
-
-
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
-
basicSaveSettings
-
avoid making SmallTeam package a prerequisite of libTool
aspects
-
addHostEnabled
-
-
addXMPPUserEnabled
-
-
enablePasswordCheck
-
-
hasSmalltalkShareServer
-
-
hasWindowMigrationServer
-
-
listOfSmallTeamHosts
-
-
listOfXMPPSmallTeamUsers
-
-
remoteBrowsingEnabled
-
-
removeHostEnabled
-
-
removeXMPPUserEnabled
-
-
selectedSmallTeamHost
-
-
selectedXMPPSmallTeamUser
-
-
smallTeamHostEntry
-
-
smallTeamServerAvailable
-
-
smallTeamServerEnabled
-
-
smallTeamViaXMPPAvailable
-
-
smallTeamViaXMPPEnabled
-
-
smalltalkBridgeEnabled
-
-
smalltalkBridgeVerbose
-
-
smallteamAndXMPPLoaded
-
-
smallteamAndXMPPNotLoaded
-
-
smallteamLoaded
-
-
smallteamNotLoaded
-
-
smallteamXMPPPassword
-
-
smallteamXMPPServer
-
-
smallteamXMPPUser
-
-
windowMigrationAuthenticate
-
-
windowMigrationEnabled
-
-
windowMigrationPassword
-
-
xmppSmallTeamUserEntry
-
change & update
-
selectedSmallTeamHostChanged
-
-
selectedXMPPSmallTeamUserChanged
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
help specs
-
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
-
initialize
-
must be called if redefined
queries
-
hasRemoteBrowsingSupport
-
-
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
-
addSmallTeamHost
-
Modified (format): / 17-02-2017 / 08:33:52 / cg
-
loadSmallteamPackage
-
-
loadXMPPPackage
-
-
removeSmallTeamHost
-
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
|
|