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.8 date: 2021/01/20 14:37:25
user: cg
file: PropertyListDictionary.st directory: libview2
module: stx stc-classLibrary: libview2

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.

copyright

COPYRIGHT (c) 1998 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.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 08:11:37 GMT