Package com.borland.primetime.properties

Interface Summary
GlobalArrayPropertyListener Objects that implement the GlobalArrayPropertyListener interface can be added to individual GlobalArrayProperty instances to receive notification when the property value changes.
GlobalPropertyListener Objects that implement the GlobalPropertyListener interface can be added to individual GlobalProperty instances to receive notification when the property value changes.
MapArrayPropertyListener Objects that implement the MapArrayPropertyListener interface can be added to individual MapArrayProperty instances to receive notification when the property value changes.
MapPropertyListener Objects that implement the MapPropertyListener interface can be added to individual MapProperty instances to receive notification when the property value changes.
NodeArrayPropertyListener Objects that implement the NodeArrayPropertyListener interface can be added to individual NodeArrayProperty instances to receive notification when the property value changes.
NodePropertyListener Objects that implement the NodePropertyListener interface can be added to individual NodeProperty instances to receive notification when the property value changes.
PropertyGroup A PropertyGroup is a logical collection of property settings that the properties system interacts with.
 

Class Summary
GlobalArrayProperty Instances of GlobalArrayProperty are used to represent global settings with a related set of zero or more values under the user's control.
GlobalBooleanProperty Instances of GlobalBooleanProperty are used to represent global boolean settings under the user's control.
GlobalFloatProperty Instances of BasicFloatProperty are used to represent global float settings under the user's control.
GlobalIntegerProperty Instances of GlobalIntegerProperty are used to represent global integer settings under the user's control.
GlobalProperty Instances of GlobalProperty are used to represent global settings under the user's control.
MapArrayProperty Instances of MapArrayProperty are used to represent settings in a temporary storage structure with a related set of zero or more values.
MapProperty Instances of MapProperty are used to represent settings in a temporary storage structure.
NestingPropertyPage NestingPropertyPage is a specialized PropertyPage that controls a collection of subpages.
NodeArrayProperty Instances of NodeArrayProperty are used to represent global settings with a related set of zero or more values under the user's control.
NodeProperty This NodeProperty serves as a wrapper for the underlying node property mechanism.
Property A Property instance is a description of a single user setting.
PropertyManager Properties provides static methods for dealing with the collection of Property, PropertyPage, and PropertyGroup instances as a whole.
PropertyPage Each PropertyPage instance represents a single page within a property dialog.
PropertyPageFactory PropertyPageFactory is designed to allow a property page to be described without having to create the actual user interface until the tab associated with the page is selected.