Uses of Interface
com.sas.collection.PropertyBagChangedSource

Packages that use PropertyBagChangedSource
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.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of PropertyBagChangedSource in com.sas.collection
 

Subinterfaces of PropertyBagChangedSource in com.sas.collection
 interface PropertyBagInterface
          A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings.
 interface StaticPropertyBagInterface
          A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but simpler: keys must be Strings.
 

Classes in com.sas.collection that implement PropertyBagChangedSource
 class PropertyBag
          A PropertyBag defines a collection of properties, much like a Dictionary but simpler.
 

Uses of PropertyBagChangedSource in com.sas.models
 

Subinterfaces of PropertyBagChangedSource in com.sas.models
 interface RangeSegmentInterface
           
 

Classes in com.sas.models that implement PropertyBagChangedSource
 class RangeSegment
          A RangeSegment defines one portion of a RangeCollection object.
 

Uses of PropertyBagChangedSource in com.sas.table
 

Classes in com.sas.table that implement PropertyBagChangedSource
 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 PropertyBagChangedSource in com.sas.util
 

Classes in com.sas.util that implement PropertyBagChangedSource
 class DynamicPropertyBag
          This abstract class represents a property bag component, which defines a collection of dynamic properties that can be specified at design time within the IDE via a customizer.
 class ParameterBag
          This class represents the parameters that can be passed to an application (via command line arguments) or applet (via HTML PARAM tags)
 

Uses of PropertyBagChangedSource in com.sas.visuals
 

Classes in com.sas.visuals that implement PropertyBagChangedSource
 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.