com.ibm.rcp.propertybroker.property |
The property package contains all of the different interfaces
contained
by the property broker. The implementations of these interfaces
are all internal to the broker and the different factory classes and
methods should be used to create new instances of the interfaces.
The different controller interfaces separate read and write abilities
on the objects, when creating a new Action object for example an
ActionController object will be created so the different attributes of
the Action object can be modified. The ActionController object is
then type-cast to the read only Action interface when registering with
the broker. |