|
Class: CertificateSettingsAppl (private in HTTPServerSettingsAppl
This class is only visible from within
HTTPServerSettingsAppl.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractServerSettingsApplication
|
+--HTTPServerSettingsAppl::CertificateSettingsAppl
- Package:
- stx:goodies/webServer/ui
- Category:
- Net-Communication-HTTP-Settings
- Owner:
- HTTPServerSettingsAppl
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:HTTPServerSettingsAppl::CertificateSettingsAppl andSelector:#windowSpec
HTTPServerSettingsAppl::CertificateSettingsAppl new openInterface:#windowSpec
HTTPServerSettingsAppl::CertificateSettingsAppl open
|
accessing
-
privKeyFn
-
-
privKeyFn: something
-
actions
-
basicSaveSettings
-
-
browseCertFn
-
-
browseLogFile
-
-
browsePrivKeyFn
-
-
readSettings
-
aspects
-
certificateSettingsApp
-
change & update
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
defaults
-
nameInSettingsDialog
-
initialization
-
initialize
-
queries
-
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
-
helpFilename
-
the path for a local help document (for offline reading)
|