com.adobe.idp.dsc.propertyeditor
Interface PropertySheet


public interface PropertySheet

A PropertySheet provides an abstraction for working with a set of related properties that are being edited and/or viewed. It acts as a container for a set of related properties providing meta-data describing those properties.


Method Summary
 java.lang.ClassLoader getClassLoader()
          Retrieves the class loader to use as the parent for all PropertyEditorComponent class loaders.
 java.util.List getProperties()
          Retrieves a list of related properties contained within the PropertySheet.
 Property getProperty(java.lang.String aPropName)
          Retrieves a specific Property object by name.
 void setClassLoader(java.lang.ClassLoader aClassLoader)
          Sets the class loader to use as the parent for all PropertyEditorComponent class loaders.
 

Method Detail

setClassLoader

void setClassLoader(java.lang.ClassLoader aClassLoader)
Sets the class loader to use as the parent for all PropertyEditorComponent class loaders.

Parameters:
aClassLoader - The class loader.

getClassLoader

java.lang.ClassLoader getClassLoader()
Retrieves the class loader to use as the parent for all PropertyEditorComponent class loaders.

Returns:
The class loader.

getProperties

java.util.List getProperties()
Retrieves a list of related properties contained within the PropertySheet.

Returns:
a list of related properties contained within the PropertySheet.

getProperty

Property getProperty(java.lang.String aPropName)
Retrieves a specific Property object by name.

Parameters:
aPropName - The name of the Property object.
Returns:
The Property object.


[an error occurred while processing this directive] [an error occurred while processing this directive]