Uses of Interface
com.ibm.rcp.propertybroker.property.PropertyController

Packages that use PropertyController
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. 
 

Uses of PropertyController in com.ibm.rcp.propertybroker.property
 

Methods in com.ibm.rcp.propertybroker.property that return PropertyController
static PropertyController PropertyFactory.createProperty()
          Creates and returns a Property object.
 



Copyright © 2006 IBM Corp. All Rights Reserved.