Uses of Interface
com.sas.collection.PropertyBagInterface

Packages that use PropertyBagInterface
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.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
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 PropertyBagInterface in com.sas.collection
 

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

Methods in com.sas.collection that return PropertyBagInterface
 PropertyBagInterface PropertyBag.addItems(java.util.Properties props)
          Copy the the key/values from a Properties object into this property bag.
static PropertyBagInterface PropertyBag.addItems(PropertyBagInterface bag, java.util.Properties properties)
          Copy the the key/values from a Properties object into a property bag.
 

Methods in com.sas.collection with parameters of type PropertyBagInterface
static PropertyBagInterface PropertyBag.addItems(PropertyBagInterface bag, java.util.Properties properties)
          Copy the the key/values from a Properties object into a property bag.
static int PropertyBag.collect(PropertyBagInterface target, PropertyBagInterface query, StaticPropertyBagInterface source)
          Collect values from a source property bag, according to the elements in the query property bag, merging results into the target property bag.
static void PropertyBag.load(PropertyBagInterface properties, java.io.InputStream stream)
          Load properties from an input stream.
 

Uses of PropertyBagInterface in com.sas.models
 

Subinterfaces of PropertyBagInterface in com.sas.models
 interface RangeSegmentInterface
           
 

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

Uses of PropertyBagInterface in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as PropertyBagInterface
 PropertyBagInterface NodeState.defaultNodeStyle
           
 PropertyBagInterface NodeState.nodeStyle
           
 

Methods in com.sas.swing.visuals that return PropertyBagInterface
 PropertyBagInterface TreeView.getDefaultNodeStyle()
          Returns the default NodeStyle object.
 PropertyBagInterface NodeView.getDefaultNodeStyle()
          Returns the set of style properties that serve as the defaults for this node and for all of its descendants.
 PropertyBagInterface NodeView.getNodeStyle()
          Returns the set of style properties that serve as formatting and rendering defaults and hints for this node.
 

Methods in com.sas.swing.visuals with parameters of type PropertyBagInterface
 void TreeView.setDefaultNodeStyle(PropertyBagInterface newValue)
          Sets the default NodeStyle object.
 void NodeView.setDefaultNodeStyle(PropertyBagInterface newValue)
          Sets the set of style properties that serve as the defaults for this node and for all of its descendants.
 void NodeView.setNodeStyle(PropertyBagInterface newValue)
          Sets the set of style properties that serve as formatting and rendering defaults and hints for this node.
 

Uses of PropertyBagInterface in com.sas.table
 

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

Methods in com.sas.table with parameters of type PropertyBagInterface
 void TableElement.getEffectiveStylePropertyBag(java.lang.String propertyID, PropertyBagInterface bag, boolean clearBag)
          Determines the effective value of the specified style property of type StaticPropertyBagInterface.
 void Cell.getEffectiveStylePropertyBag(java.lang.String propertyID, PropertyBagInterface bag, boolean clearBag)
          Determines the effective value of the specified style property of type StaticPropertyBagInterface.
protected  void TableElement.onGetEffectiveStylePropertyBag(java.lang.String propertyID, PropertyBagInterface bag)
          TableElement framework method for determining the effective value of a style property of type StaticPropertyBagInterface.
protected  void LabelCell.onGetEffectiveStylePropertyBag(java.lang.String propertyID, PropertyBagInterface bag)
          TableElement framework method for determining the effective value of a style property of type StaticPropertyBagInterface.
protected  void DataCell.onGetEffectiveStylePropertyBag(java.lang.String propertyID, PropertyBagInterface bag)
          TableElement framework method for determining the effective value of a style property of type StaticPropertyBagInterface.
 

Uses of PropertyBagInterface in com.sas.util
 

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

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

Fields in com.sas.visuals declared as PropertyBagInterface
 PropertyBagInterface NodeState.defaultNodeStyle
           
 PropertyBagInterface NodeState.nodeStyle
           
 

Methods in com.sas.visuals that return PropertyBagInterface
 PropertyBagInterface TreeView.getDefaultNodeStyle()
          Returns the default NodeStyle object.
 PropertyBagInterface NodeView.getDefaultNodeStyle()
          Returns the set of style properties that serve as the defaults for this node and for all of its descendants.
 PropertyBagInterface NodeView.getNodeStyle()
          Returns the set of style properties that serve as formatting and rendering defaults and hints for this node.
 

Methods in com.sas.visuals with parameters of type PropertyBagInterface
 void TreeView.setDefaultNodeStyle(PropertyBagInterface newValue)
          Sets the default NodeStyle object.
 void NodeView.setDefaultNodeStyle(PropertyBagInterface newValue)
          Sets the set of style properties that serve as the defaults for this node and for all of its descendants.
 void NodeView.setNodeStyle(PropertyBagInterface newValue)
          Sets the set of style properties that serve as formatting and rendering defaults and hints for this node.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.