public abstract class BaseObject extends Object implements Serializable, Cloneable, InputLocationTracker
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
BaseObject.ChildrenTracking |
| Modifier and Type | Field and Description |
|---|---|
protected BaseObject.ChildrenTracking |
childrenTracking |
protected Object |
delegate |
| Constructor and Description |
|---|
BaseObject() |
BaseObject(Object delegate,
BaseObject.ChildrenTracking parent) |
BaseObject(Object delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDelegate() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
update(Object newDelegate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, setLocationprotected transient BaseObject.ChildrenTracking childrenTracking
protected Object delegate
public BaseObject()
public BaseObject(Object delegate, BaseObject parent)
public BaseObject(Object delegate, BaseObject.ChildrenTracking parent)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.