|
Class: PropertyListDictionary
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
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.
copyrightCOPYRIGHT (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.
accessing
-
at: aKey
-
returns the value stored under the key or nil
-
dropSourceFor: aReceiver
-
returns the DropSource for a receiver or nil
-
dropTargetFor: aReceiver
-
returns the DropTarget for a receiver or nil
building
-
actionSelectors
-
returns the list of action selectors
-
aspectSelectors
-
returns the list of aspect selectors or nil
converting
-
fromLiteralArrayEncoding: aLiteralEncodedArray
-
read my values from an encoding
-
literalArrayEncoding
-
encode myself as an array, from which a copy of the receiver
can be reconstructed with #decodeAsLiteralArray.
queries
-
canDrag
-
returns true if the receiver of the property list is draggable
-
canDrop
-
returns true if the receiver of the property list is droppable
-
isActionSelector: aKey
-
returns true if the key is an action selector
|