org.jvnet.lafwidget.ant
public class IconGhostingType extends org.apache.tools.ant.types.DataType
iconGhosting
elements of
AugmentIconGhostingTask
task.
Represents the following build snippet:
<iconGhosting className="org.jvnet.substance.SubstanceButtonUI"
methodName="paintIcon" />
Constructor and Description |
---|
IconGhostingType()
Creates new instance.
|
Modifier and Type | Method and 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, toString
public 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.