Uses of Interface
com.sas.visuals.adapters.SpacePartitionerInterface

Packages that use SpacePartitionerInterface
com.sas.visuals Additional user interface components not provided in AWT. 
com.sas.visuals.adapters Adapters and helper classes for visual components. 
 

Uses of SpacePartitionerInterface in com.sas.visuals
 

Fields in com.sas.visuals declared as SpacePartitionerInterface
protected  SpacePartitionerInterface AutoSizingGridLayout.columnPartitioner
           
protected  SpacePartitionerInterface AutoSizingGridLayout.rowPartitioner
           
 

Methods in com.sas.visuals that return SpacePartitionerInterface
 SpacePartitionerInterface AutoSizingGridLayout.getColumnSpacePartitioner()
          Returns the SpacePartitionerInterface which is used to allocate horizontal space to the components.
 SpacePartitionerInterface AutoSizingGridLayout.getRowSpacePartitioner()
          Returns the SpacePartitionerInterface which is used to allocate vertical space to the components.
 

Methods in com.sas.visuals with parameters of type SpacePartitionerInterface
 void AutoSizingGridLayout.setColumnSpacePartitioner(SpacePartitionerInterface columnPartitioner)
          Sets the SpacePartitionerInterface which is used to allocate horizontal space to the components.
 void AutoSizingGridLayout.setRowSpacePartitioner(SpacePartitionerInterface rowPartitioner)
          Sets the SpacePartitionerInterface which is used to allocate vertical space to the components.
 

Uses of SpacePartitionerInterface in com.sas.visuals.adapters
 

Classes in com.sas.visuals.adapters that implement SpacePartitionerInterface
 class EqualSpacePartitioner
          The EqualSpacePartitioner class is a helper class for the AutoSizingGridLayout.
 class MinMaxSpacePartitioner
          The MinMaxSpacePartitioner class is a helper class for the AutoSizingGridLayout.
 class ProportionalSpacePartitioner
          The ProportionalSpacePartitioner class is a helper class for the AutoSizingGridLayout.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.