Uses of Interface
com.sas.entities.RemoteEntityInterface

Packages that use RemoteEntityInterface
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
com.sas.swing.visuals.dataselectors.propertyeditor   
 

Uses of RemoteEntityInterface in com.sas.entities
 

Methods in com.sas.entities that return RemoteEntityInterface
 RemoteEntityInterface RemoteEntityInterface.getPrototype()
          Get the prototype object from which the Entity inherits dynamic attributes from.
 RemoteEntityInterface RemoteEntity.getPrototype()
           
 RemoteEntityInterface Entity.getPrototype()
           
 

Methods in com.sas.entities with parameters of type RemoteEntityInterface
 void RemoteEntityInterface.setPrototype(RemoteEntityInterface prototype)
          Set the prototype object from which the Entity inherits dynamic attributes from.
 void RemoteEntity.setPrototype(RemoteEntityInterface prototype)
           
 void Entity.setPrototype(RemoteEntityInterface prototype)
           
 

Constructors in com.sas.entities with parameters of type RemoteEntityInterface
AttributeGroup(RemoteEntityInterface entity)
          Constructs an instance of AttributeGroup.
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties)
          Constructs an instance of AttributeGroup.
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties, AttributeTypeFactoryInterface atfi)
          Constructs an instance of AttributeGroup.
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties, AttributeTypeFactoryInterface atfi, java.util.Map supplementalProperties)
          Constructs an instance of AttributeGroup.
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties, java.util.Map supplementalProperties)
          Constructs an instance of AttributeGroup.
 

Uses of RemoteEntityInterface in com.sas.swing.visuals.dataselectors.propertyeditor
 

Fields in com.sas.swing.visuals.dataselectors.propertyeditor declared as RemoteEntityInterface
protected  RemoteEntityInterface EntityAttributeValueTableModelAdapter.model
          Model for the Map
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.