Uses of Class
com.sas.PropertyLinkAdaptor

Packages that use PropertyLinkAdaptor
com.sas Provides core foundation interfaces and classes for the SAS component framework. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
 

Uses of PropertyLinkAdaptor in com.sas
 

Methods in com.sas that return PropertyLinkAdaptor
static PropertyLinkAdaptor PropertyLinkAdaptor.addLink(java.lang.Object sourceObject, java.lang.String sourceProperty, java.lang.Object targetObject, java.lang.String targetProperty)
          Utility method to create a link between two properties.
static PropertyLinkAdaptor PropertyLinkAdaptor.addLink(java.lang.Object sourceObject, java.lang.String sourceProperty, java.lang.Object targetObject, java.lang.String targetProperty, com.sas.util.transforms.TransformInterface specifiedTransform)
          Utility method to create a link between two properties.
static PropertyLinkAdaptor PropertyLinkAdaptor.addLink(java.lang.Object sourceObject, java.lang.String sourceProperty, java.lang.Object targetObject, java.lang.String targetProperty, com.sas.util.transforms.TransformInterface specifiedTransform, com.sas.PropertyValueQueryInterface propertyValueSource, com.sas.PropertyValueQueryInterface propertyValueTarget)
          Utility method to create a link between two properties.
 

Methods in com.sas with parameters of type PropertyLinkAdaptor
protected  java.lang.Object PropertyLinkAdaptor.createLinkListenerProxy(java.util.Set methodSet, java.util.Set interfaceSet, PropertyLinkAdaptor target)
          Create a proxy object that implements the interfaces from the interfaceSet.
static void PropertyLinkAdaptor.removeLink(PropertyLinkAdaptor adaptor)
          Utility method to remove a link between two properties.
 

Uses of PropertyLinkAdaptor in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as PropertyLinkAdaptor
protected  PropertyLinkAdaptor JComponentCustomizerPanel.propertyLinkAdaptor0in
           
protected  PropertyLinkAdaptor JComponentCustomizerPanel.propertyLinkAdaptor0out
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.