|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.registry.ComponentCustomizer
public class ComponentCustomizer
A utility for applying customizations to components.
Copyright (c) Xoetrope Ltd., 2002-2006
License: see License.txt
| Field Summary | |
|---|---|
static int |
POST_CREATE_TIME
|
static int |
PRE_ACTIVATE_TIME
|
| Constructor Summary | |
|---|---|
ComponentCustomizer(XProject project)
Creates a new instance of ComponentCustomizer |
|
| Method Summary | |
|---|---|
void |
activateCustomize()
Apply a named set of customizations to a component |
int |
applyCustomizations(java.lang.Object comp,
XmlElement propertySet,
int applyTime)
Apply a named set of customizations to a component |
int |
customize(java.lang.Object comp,
java.lang.String propertySetName,
int applyTime)
Apply a named set of customizations to a component |
void |
read(java.io.Reader reader)
Read the customizations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int POST_CREATE_TIME
public static final int PRE_ACTIVATE_TIME
| Constructor Detail |
|---|
public ComponentCustomizer(XProject project)
project - the current project| Method Detail |
|---|
public void activateCustomize()
public int customize(java.lang.Object comp,
java.lang.String propertySetName,
int applyTime)
comp - the new component to customizepropertySetName - the reference name for the customizationsapplyTime - the time to apply the customization
public int applyCustomizations(java.lang.Object comp,
XmlElement propertySet,
int applyTime)
comp - the new component to customizepropertySetName - the reference name for the customizationsapplyTime - the time to apply the customizationpublic void read(java.io.Reader reader)
reader - the stream to read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||