public abstract class Node
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier | Constructor and Description |
|---|---|
protected |
Node() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
Expression |
getDisplayCondition() |
Group |
getGroup() |
java.util.Locale |
getLocale() |
Node |
getParent() |
ReportDefinition |
getReport() |
JFreeReport |
getRootReport() |
boolean |
isEnabled() |
protected void |
setParent(Node parent) |
void |
updateParent(Node parent)
This is an extra method to allow me to track all *illegal* write-accesses
to the parent.
|
public Node getParent()
protected void setParent(Node parent)
public void updateParent(Node parent)
parent - public Group getGroup()
public ReportDefinition getReport()
public JFreeReport getRootReport()
public java.util.Locale getLocale()
public Expression getDisplayCondition()
public boolean isEnabled()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException