|
Class: WebSlideShowSettingsApplication (in Demos)
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractServerSettingsApplication
|
+--HTTPServiceSettingsApplication
|
+--Demos::WebSlideShowSettingsApplication
- Package:
- stx:goodies/webServer/ui
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Version:
- rev:
1.19
date: 2022/03/07 23:35:55
- user: cg
- file: WebSlideShowSettingsApplication.st directory: goodies/webServer/ui
- module: stx stc-classLibrary: ui
I am the application plugged into the HTTP-server settings dialog
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
nameInSettingsDialog
-
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:Demos::WebSlideShowSettingsApplication andSelector:#windowSpec
Demos::WebSlideShowSettingsApplication new openInterface:#windowSpec
Demos::WebSlideShowSettingsApplication open
|
actions
-
basicSaveSettings
-
-
browseSlideDirectory
-
-
flushCachedThumbs
-
-
readSettings
-
read the default settings
aspects
-
allowSlideShow
-
-
allowUploads
-
-
numberOfColumns
-
-
numberOfSlidesPerPage
-
-
previewImage
-
-
realmList
-
-
showFileNames
-
-
showFileSizes
-
-
slideDirectory
-
-
styleDescriptionsAndSymbols
-
-
styleList
-
-
styleSymbolList
-
-
thumbBorders
-
-
thumbSize
-
-
thumbStyle
-
-
thumbStyleSymbol
-
-
uploadRealmString
-
-
withImageWidthOption
-
change & update
-
postBuildWith: aBuilder
-
(comment from inherited method)
this is sent after an interface is built from a spec,
but only iff the appModel is not the same as the topView's app
(i.e. if it is not a build for the same appModel again).
In the other case, postBuildAsSubcanvasWith is invoked.
Can be redefined in subclasses for additional setup after
the view has been built, but not yet opened.
-
updateModifiedChannel
-
-
updatePreviewImage
-
initialization
-
imagePreviewBuilt: view
-
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)
|