Uses of Class
com.sas.PropertyLinkInfo

Packages that use PropertyLinkInfo
com.sas Provides core foundation interfaces and classes for the SAS component framework. 
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.io Extensions to java.io for file and directory manipulation. 
 

Uses of PropertyLinkInfo in com.sas
 

Methods in com.sas that return PropertyLinkInfo
abstract  PropertyLinkInfo[] LinkPropertiesInterface.queryLinks()
          queryLinks() returns an array of PropertyLinkInfo objects containing information about properties on this component which are linked to properties on this or other components.
 PropertyLinkInfo[] Component.queryLinks()
           
static PropertyLinkInfo[] LinkPropertiesInterfaceSupport.queryLinks(ComponentInterface componentInstance)
           
static PropertyLinkInfo[] LinkPropertiesInterfaceSupport.queryLinks(ComponentInterface componentInstance, java.lang.String property)
           
abstract  PropertyLinkInfo[] LinkPropertiesInterface.queryLinks(java.lang.String property)
          queryLinks() returns an array of PropertyLinkInfo objects containing information about the links to the specified property.
 PropertyLinkInfo[] Component.queryLinks(java.lang.String property)
           
 

Uses of PropertyLinkInfo in com.sas.awt
 

Methods in com.sas.awt that return PropertyLinkInfo
 PropertyLinkInfo[] TextFieldVisualComponent.queryLinks()
           
 PropertyLinkInfo[] TextAreaVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ScrollbarVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ScrollPaneVisualComponent.queryLinks()
           
 PropertyLinkInfo[] PanelVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ListBoxVisualComponent.queryLinks()
           
 PropertyLinkInfo[] LabelVisualComponent.queryLinks()
           
 PropertyLinkInfo[] FrameVisualComponent.queryLinks()
           
 PropertyLinkInfo[] FontComponent.queryLinks()
           
 PropertyLinkInfo[] DialogVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ContainerVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ComponentVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ChoiceVisualComponent.queryLinks()
           
 PropertyLinkInfo[] CheckBoxVisualComponent.queryLinks()
           
 PropertyLinkInfo[] CanvasVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ButtonVisualComponent.queryLinks()
           
 PropertyLinkInfo[] AppletVisualComponent.queryLinks()
           
 PropertyLinkInfo[] ColorComponent.queryLinks()
           
 PropertyLinkInfo[] TextFieldVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] TextAreaVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ScrollbarVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ScrollPaneVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] PanelVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ListBoxVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] LabelVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] FrameVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] FontComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] DialogVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ContainerVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ComponentVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ChoiceVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] CheckBoxVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] CanvasVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ButtonVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] AppletVisualComponent.queryLinks(java.lang.String property)
           
 PropertyLinkInfo[] ColorComponent.queryLinks(java.lang.String property)
           
 

Uses of PropertyLinkInfo in com.sas.io
 

Methods in com.sas.io that return PropertyLinkInfo
 PropertyLinkInfo[] FileComponent.queryLinks()
           
 PropertyLinkInfo[] FileComponent.queryLinks(java.lang.String property)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.