eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Demos::WebSlideShowSettingsApplication':

Home

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

Class: WebSlideShowSettingsApplication (in Demos)


Inheritance:

   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

Description:


I am the application plugged into the HTTP-server settings dialog

copyright

COPYRIGHT (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.

Class protocol:

defaults
o  nameInSettingsDialog

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:Demos::WebSlideShowSettingsApplication andSelector:#windowSpec
     Demos::WebSlideShowSettingsApplication new openInterface:#windowSpec
     Demos::WebSlideShowSettingsApplication open


Instance protocol:

actions
o  basicSaveSettings

o  browseSlideDirectory

o  flushCachedThumbs

o  readSettings
read the default settings

aspects
o  allowSlideShow

o  allowUploads

o  numberOfColumns

o  numberOfSlidesPerPage

o  previewImage

o  realmList

o  showFileNames

o  showFileSizes

o  slideDirectory

o  styleDescriptionsAndSymbols

o  styleList

o  styleSymbolList

o  thumbBorders

o  thumbSize

o  thumbStyle

o  thumbStyleSymbol

o  uploadRealmString

o  withImageWidthOption

change & update
o  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.

o  updateModifiedChannel

o  updatePreviewImage

initialization
o  imagePreviewBuilt: view

queries
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

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



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Fri, 03 May 2024 03:49:46 GMT