public abstract class PropertyChangeProcessingInstruction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARRAYS_DELIMITER |
Modifier | Constructor and Description |
---|---|
protected |
PropertyChangeProcessingInstruction(Component component,
String propertyName,
String propertyValue) |
Modifier and Type | Method and Description |
---|---|
protected Object |
getBaseArray(Class expectedClass,
int length) |
protected Component |
getComponent() |
protected Object |
getNewInstanceForClass(Class expectedClass) |
String |
getPropertyName() |
String |
getPropertyValue() |
abstract Object |
getValueAfterChange(Object originalValue,
Class expectedClass) |
protected Object |
getValueForParameter(String paramValue,
Class expectedClass) |
protected boolean |
toBoolean(String parameter) |
protected byte |
toByte(String parameter) |
protected char |
toChar(String parameter) |
protected Object |
toComponent(String parameter) |
protected double |
toDouble(String parameter) |
protected Object |
toFile(String paramValue) |
protected float |
toFloat(String parameter) |
protected int |
toInt(String parameter) |
protected long |
toLong(String parameter) |
protected short |
toShort(String parameter) |
public static final String ARRAYS_DELIMITER
public String getPropertyName()
public String getPropertyValue()
public abstract Object getValueAfterChange(Object originalValue, Class expectedClass) throws Exception
Exception
protected Object getValueForParameter(String paramValue, Class expectedClass) throws Exception
Exception
protected Component getComponent()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.