ti.chimera.registry |
|
Java Source File Name | Type | Comment |
AndNodeContract.java | Class | A node contract that is composed of multiple other contracts using the
and (&&) operator. |
DirectoryTable.java | Class | A directory node is simply a regular node whose contents is a directory
table. |
ImmutableNodeContract.java | Class | A
NodeContract which will not allow the node's value to be changed. |
Node.java | Class | Base class for a node in the tree. |
NodeContract.java | Interface | A NodeContract establishes what sorts of values can be stored
in a node in the registry. |
NodeCreationSubscriber.java | Interface | Interface implemented by subscribers to the creation of a node. |
NodeDeletionSubscriber.java | Interface | Interface implemented by subscribers to the creation of a node. |
NodeSubscriber.java | Interface | Interface implemented by subscribers to the value of a node. |
NodeSubscriberAdapter.java | Class | An adapter class that implements
NodeCreationSubscriber ,
NodeDeletionSubscriber , and
NodeSubscriber . |
OrNodeContract.java | Class | A node contract that is composed of multiple other contracts using the
or (||) operator. |
PersistentNode.java | Class | A node that persistently stores its value. |
RegistryCore.java | Class | The implementation of the "core" registry API. |
RegistryException.java | Class | Thrown for registry related errors... |
RegistryTreeModel.java | Class | A tree model for a subtree of the registry. |
SwingNodeSubscriber.java | Class | A node subscriber decorator that calls the wrapped subscriber (ns )
from the context of the Swing/AWT Event Thread. |
TypeNodeContract.java | Class | A
NodeContract which enforces that a value is an instanceof
a specified class. |