|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
com.adobe.idp.dsc.propertyeditor.PropertyEditorFilterMode |
getPropertyEditorFilterMode()
Returns the current property editor filter mode of the container of this property editor. |
com.adobe.idp.dsc.propertyeditor.PropertyEditorMode |
getPropertyEditorMode()
returns the current mode of the container of this property editor. |
void |
setClassLoader(java.lang.ClassLoader aClassLoader)
Sets the class loader to use as the parent for all PropertyEditorComponent class loaders. |
Method Detail |
---|
void setClassLoader(java.lang.ClassLoader aClassLoader)
PropertyEditorComponent
class loaders.
aClassLoader
- The class loader.java.lang.ClassLoader getClassLoader()
PropertyEditorComponent
class loaders.
java.util.List getProperties()
PropertySheet
.
PropertySheet
.Property getProperty(java.lang.String aPropName)
Property
object by name.
aPropName
- The name of the Property
object.
Property
object.com.adobe.idp.dsc.propertyeditor.PropertyEditorMode getPropertyEditorMode()
com.adobe.idp.dsc.propertyeditor.PropertyEditorFilterMode getPropertyEditorFilterMode()
NULL
if no filter mode is set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |