Uses of Interface
com.sas.swing.visuals.tableview.HoldInterface

Packages that use HoldInterface
com.sas.commands.relational Provides classes and interfaces to perform commands on relational data. 
com.sas.servlet.tbeans.tableview Provides the base classes and interfaces used to generate a table of data for a given data model. 
com.sas.swing.visuals.olaptableview Provides a set of swing classes for viewing and manipulating OLAP data. 
com.sas.swing.visuals.tableview Provides a set of swing classes for viewing and manipulating relational data. 
 

Uses of HoldInterface in com.sas.commands.relational
 

Fields in com.sas.commands.relational declared as HoldInterface
protected  HoldInterface ReleaseRowCommand.hold
           
protected  HoldInterface ReleaseColumnCommand.hold
           
protected  HoldInterface ReleaseAllRowsCommand.hold
           
protected  HoldInterface ReleaseAllColumnsCommand.hold
           
protected  HoldInterface HoldRowCommand.hold
           
protected  HoldInterface HoldColumnCommand.hold
           
 

Methods in com.sas.commands.relational that return HoldInterface
 HoldInterface ReleaseRowCommand.getHoldInterface()
           
 HoldInterface ReleaseColumnCommand.getHoldInterface()
           
 HoldInterface ReleaseAllRowsCommand.getHoldInterface()
           
 HoldInterface ReleaseAllColumnsCommand.getHoldInterface()
           
 HoldInterface HoldRowCommand.getHoldInterface()
           
 HoldInterface HoldColumnCommand.getHoldInterface()
           
 

Methods in com.sas.commands.relational with parameters of type HoldInterface
 void ReleaseRowCommand.setHoldInterface(HoldInterface hold)
           
 void ReleaseColumnCommand.setHoldInterface(HoldInterface hold)
           
 void ReleaseAllRowsCommand.setHoldInterface(HoldInterface hold)
           
 void ReleaseAllColumnsCommand.setHoldInterface(HoldInterface hold)
           
 void HoldRowCommand.setHoldInterface(HoldInterface hold)
           
 void HoldColumnCommand.setHoldInterface(HoldInterface hold)
           
 

Uses of HoldInterface in com.sas.servlet.tbeans.tableview
 

Classes in com.sas.servlet.tbeans.tableview that implement HoldInterface
 class BaseColumnHeader
          A ColumnHeader manages the column header area of the TableView.
 class HttpHoldColumnSupport
          Concrete extension of HoldColumnSupport for HTTP.
 

Methods in com.sas.servlet.tbeans.tableview that return HoldInterface
 HoldInterface HttpHoldColumnSupport.getHold()
           
 

Uses of HoldInterface in com.sas.swing.visuals.olaptableview
 

Classes in com.sas.swing.visuals.olaptableview that implement HoldInterface
 class OLAPColumnHeader
           
 class OLAPRowHeader
           
 

Uses of HoldInterface in com.sas.swing.visuals.tableview
 

Classes in com.sas.swing.visuals.tableview that implement HoldInterface
 class ColumnHeader
           
 class HoldColumnSupport
          Abstract support class to implement common aspects of HoldInterface.
 class RowHeader
           
 class SwingHoldColumnSupport
          Concrete extension of HoldColumnSupport for Swing.
 

Methods in com.sas.swing.visuals.tableview that return HoldInterface
 HoldInterface SwingHoldColumnSupport.getHold()
           
 HoldInterface ColumnHeader.getHold()
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.