public class IconGhostingType
extends org.apache.tools.ant.types.DataType
iconGhosting elements of
AugmentIconGhostingTask task.
Represents the following build snippet:
<iconGhosting className="org.pushingpixels.substance.internal.ui.SubstanceButtonUI"
methodName="paintIcon" />
| Constructor | Description |
|---|---|
IconGhostingType() |
Creates new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
Returns the UI delegate class name.
|
java.lang.String |
getMethodName() |
Returns the method name to augment.
|
void |
setClassName(java.lang.String name) |
Sets the UI delegate class name.
|
void |
setMethodName(java.lang.String methodName) |
Sets the method name to augment.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringpublic void setClassName(java.lang.String name)
name - UI delegate class name.public java.lang.String getClassName()
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - Method name to augment.