Uses of Class
com.sas.ViewInterfaceSupportInfo

Packages that use ViewInterfaceSupportInfo
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 ViewInterfaceSupportInfo in com.sas
 

Methods in com.sas that return ViewInterfaceSupportInfo
abstract  ViewInterfaceSupportInfo ViewInterface.getViewInterfaceSupportInfo()
          This method is not intended to be used by SAS customers.
 ViewInterfaceSupportInfo Component.getViewInterfaceSupportInfo()
          Internal framework method.
 

Methods in com.sas with parameters of type ViewInterfaceSupportInfo
abstract  void ViewInterface.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          This method is not intended to be used by SAS customers.
 void Component.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 

Uses of ViewInterfaceSupportInfo in com.sas.awt
 

Methods in com.sas.awt that return ViewInterfaceSupportInfo
 ViewInterfaceSupportInfo TextFieldVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo TextAreaVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ScrollbarVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ScrollPaneVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo PanelVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ListBoxVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo LabelVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo FrameVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo FontComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo DialogVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ContainerVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ComponentVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ChoiceVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo CheckBoxVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo CanvasVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ButtonVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo AppletVisualComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 ViewInterfaceSupportInfo ColorComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 

Methods in com.sas.awt with parameters of type ViewInterfaceSupportInfo
 void TextFieldVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void TextAreaVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ScrollbarVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ScrollPaneVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void PanelVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ListBoxVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void LabelVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void FrameVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void FontComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void DialogVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ContainerVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ComponentVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ChoiceVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void CheckBoxVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void CanvasVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ButtonVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void AppletVisualComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 void ColorComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 

Uses of ViewInterfaceSupportInfo in com.sas.io
 

Methods in com.sas.io that return ViewInterfaceSupportInfo
 ViewInterfaceSupportInfo FileComponent.getViewInterfaceSupportInfo()
          Internal framework method.
 

Methods in com.sas.io with parameters of type ViewInterfaceSupportInfo
 void FileComponent.setViewInterfaceSupportInfo(ViewInterfaceSupportInfo info)
          Internal framework method.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.