eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'PropertyListDictionary':

Home

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

Class: PropertyListDictionary


Inheritance:

   Object
   |
   +--Collection
      |
      +--Set
         |
         +--Dictionary
            |
            +--IdentityDictionary
               |
               +--PropertyListDictionary

Package:
stx:libview2
Category:
Interface-Support-UI
Version:
rev: 1.7 date: 2006/07/03 16:10:27
user: stefan
file: PropertyListDictionary.st directory: libview2
module: stx stc-classLibrary: libview2
Author:
Claus Atzkern

Description:


Instances are used temporarily by the UISpecification to keep dynamic
properties for a view.
For example, all the callbacks used by the drag & drop operation are
stored.


Related information:

    UISpecification

Instance protocol:

accessing
o  at: aKey
returns the value stored under the key or nil

o  dropSourceFor: aReceiver
returns the DropSource for a receiver or nil

o  dropTargetFor: aReceiver
returns the DropTarget for a receiver or nil

building
o  actionSelectors
returns the list of action selectors

o  aspectSelectors
returns the list of aspect selectors or nil

converting
o  fromLiteralArrayEncoding: aLiteralEncodedArray
read my values from an encoding

o  literalArrayEncoding
encode myself as an array, from which a copy of the receiver
can be reconstructed with #decodeAsLiteralArray.

queries
o  canDrag
returns true if the receiver of the property list is draggable

o  canDrop
returns true if the receiver of the property list is droppable

o  isActionSelector: aKey
returns true if the key is an action selector



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 04:07:05 GMT