|
Class: PluggableServicesSettingsAppl (private in HTTPServerSettingsAppl
This class is only visible from within
HTTPServerSettingsAppl.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractServerSettingsApplication
|
+--HTTPServerSettingsAppl::PluggableServicesSettingsAppl
- Package:
- stx:goodies/webServer/ui
- Category:
- Net-Communication-HTTP-Settings
- Owner:
- HTTPServerSettingsAppl
defaults
-
nameInSettingsDialog
-
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
|
-
worldIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self worldIcon inspect
ImageEditor openOnClass:self andSelector:#worldIcon
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#windowSpec
HTTPServerSettingsAppl::PluggableServicesSettingsAppl new openInterface:#windowSpec
HTTPServerSettingsAppl::PluggableServicesSettingsAppl open
|
menu specs
-
serviceMenu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#serviceMenu
(Menu new fromLiteralArrayEncoding:(HTTPServerSettingsAppl::PluggableServicesSettingsAppl serviceMenu)) startUp
|
tableColumns specs
-
availableServiceTableColumns
-
This resource specification was automatically generated
by the DataSetBuilder of ST/X.
Usage example(s):
DataSetBuilder new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#availableServiceTableColumns
|
-
serviceTableColumns
-
This resource specification was automatically generated
by the DataSetBuilder of ST/X.
Usage example(s):
DataSetBuilder new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#serviceTableColumns
|
accessing
-
serviceInstanceList
-
return all service instances from the table
actions
-
addLinkToService
-
(serviceInstance linkNames isNil or:[serviceInstance class canModifyLinkNames not]) ifTrue:[
-
addSelectedAvailableService
-
-
addService: aService
-
-
askForNonConflictingLinkNameFor: aLinkName service: aService
-
aService class canModifyLinkNames ifFalse:[
-
basicSaveSettings
-
-
browseService
-
-
getRowsFor: aService
-
-
inspectService
-
-
openWebBrowserOnService
-
serverName := 'http://',(OperatingSystem getHostName),':',server port printString.
-
readServiceList: aServiceList
-
Modified (format): / 12-09-2017 / 22:23:54 / cg
-
readSettings
-
-
removeServiceLinks
-
-
setChangedValuesForService: aService
-
-
sortServiceTableRowList
-
aspects
-
availableServiceList
-
-
downLabel
-
-
enableAddService
-
-
enableRemoveService
-
-
selectedAvailableService
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
selectedAvailableServices
-
-
selectedServerService
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
selectedServerServices
-
-
serviceTableColumns
-
-
serviceTableRowList
-
change & update
-
selectedAvailableServiceChanged
-
-
selectedServerServiceChanged
-
-
serviceTableRowListChanged
-
self updateAvailableServiceList.
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
-
updateAvailableServiceList
-
initialization
-
initialize
-
queries
-
allLinkNames
-
Modified (format): / 14-03-2022 / 19:47:59 / exept MBP
-
allRowsForService: aServiceInstance rowList: aRowList
-
-
availableItemFor: aServiceClassName
-
return the available Item for aServiceClass or nil if not found
-
hasChangesForService: aService
-
-
hasServiceSelected
-
-
hasServiceWithLinkName: aLinkName
-
return false if no service already use the link
otherwise return the service who is included the link
-
hasUnsavedChanges
-
a settingsService, which is NOT in servers list
-
helpFilename
-
the path for a local help document (for offline reading)
-
linkNamesForService: aServiceInstance
-
Modified (format): / 12-09-2017 / 22:32:11 / cg
-
serviceItemFor: aService
-
-
serviceWithLinkName: aLinkName
-
return false if no service already use the link
otherwise return the service who is included the link
AvailableServiceItem
ServiceItem
|