public class ContainerGhostingType
extends org.apache.tools.ant.types.DataType
containerGhosting elements of
AugmentContainerGhostingTask task.
Represents the following build snippet:
<containerGhosting className="org.pushingpixels.substance.internal.ui.SubstanceButtonUI"
toInjectAfterOriginal="true" />
| Constructor | Description |
|---|---|
ContainerGhostingType() |
Creates new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
Returns the UI delegate class name.
|
boolean |
isToInjectAfterOriginal() |
Returns indication whether the ghosting should be injected before or
after the original code.
|
void |
setClassName(java.lang.String name) |
Sets the UI delegate class name.
|
void |
setToInjectAfterOriginal(boolean toInjectAfterOriginal) |
Returns indication whether the ghosting should be injected before or
after the original code.
|
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 boolean isToInjectAfterOriginal()
true if the ghosting should be injected after the
original code, false if it should be injected before
the original code.public void setToInjectAfterOriginal(boolean toInjectAfterOriginal)
toInjectAfterOriginal - true if the ghosting should be injected after the
original code, false if it should be injected
before the original code.