Uses of Interface
org.eclipse.datatools.sqltools.sqlbuilder.model.IControlStateInfo

Packages that use IControlStateInfo
org.eclipse.datatools.sqltools.sqlbuilder.model   
 

Uses of IControlStateInfo in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Classes in org.eclipse.datatools.sqltools.sqlbuilder.model that implement IControlStateInfo
 class ControlStateInfo
          Defines the UI state of a control in the SQL query builder.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return IControlStateInfo
 IControlStateInfo IWindowStateInfo.get(int controlType)
          Gets the control state information of the specified control type.
 IControlStateInfo WindowStateInfo.get(int controlType)
           
 IControlStateInfo[] IWindowStateInfo.getcontrolStateInfos()
          Gets array of all the IControlStateInfos contained in this IWindowStateInfo
 IControlStateInfo[] WindowStateInfo.getcontrolStateInfos()
           
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type IControlStateInfo
 void IWindowStateInfo.put(int controlType, IControlStateInfo controlStateInfo)
          Stores the control state information for the specified control type.
 void WindowStateInfo.put(int controlType, IControlStateInfo controlStateInfo)