Uses of Class
com.sas.collection.PropertyBag

Packages that use PropertyBag
com.sas.collection Provides several classes which implement data structures called collections. 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of PropertyBag in com.sas.collection
 

Methods in com.sas.collection with parameters of type PropertyBag
 boolean PropertyBag.equals(PropertyBag bag)
          Compare this property bag to another PropertyBag to see if they have the same contents.
 

Uses of PropertyBag in com.sas.models
 

Subclasses of PropertyBag in com.sas.models
 class RangeSegment
          A RangeSegment defines one portion of a RangeCollection object.
 

Uses of PropertyBag in com.sas.table
 

Subclasses of PropertyBag in com.sas.table
 class BorderStyle
          A customizable set of border properties.
 class CellStyle
          A customizable set of cell properties.
 class CellVectorStyle
          A customizable set of column and row properties.
 class ColumnStyle
          A customizable set of column properties.
 class FontStyle
          A customizable set of font properties.
 class RowStyle
          A customizable set of row properties.
 

Uses of PropertyBag in com.sas.visuals
 

Subclasses of PropertyBag in com.sas.visuals
 class NodeStyle
          A customizable set of node properties.
 class TextElement
          TextElement is a sub-class of com.sas.collection.PropertyBag that holds properties about an element of text.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.