|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.pogamut.introspection.DefaultIntrospectableProxy<IntrospectableProxy[]>
cz.cuni.pogamut.introspection.IntrospectableProxyUnion
public class IntrospectableProxyUnion
Union of properties and children of two introspectable proxies.
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
(package private) IntrospectableProxy[] |
proxies
|
| Constructor Summary | |
|---|---|
IntrospectableProxyUnion(IntrospectableProxy first,
IntrospectableProxy second)
Creates a new instance of IntrospectableProxyUnion |
|
| Method Summary | |
|---|---|
void |
addIntrospectableProxyChangeListener(IntrospectableProxyChangeListener listener)
|
void |
closeIntrospection()
This should clean up any bindings the IntrospectableProxy might have with the object it introspects to allow GC collect the object. |
protected IntrospectableProxy[] |
computeChildren(IntrospectableProxy[] object)
Computes list of introspectable children of object to be introspected. |
protected Property[] |
computeProperties(IntrospectableProxy[] object)
Computes list of properties of object to be introspected. |
java.lang.String |
getName()
Returns getProxiedObject().toString(); It is strongly recomended to override this method. |
void |
removeIntrospectableProxyChangeListener(IntrospectableProxyChangeListener listener)
|
| Methods inherited from class cz.cuni.pogamut.introspection.DefaultIntrospectableProxy |
|---|
getChildren, getProperties, getProxiedObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
IntrospectableProxy[] proxies
protected java.lang.String name
| Constructor Detail |
|---|
public IntrospectableProxyUnion(IntrospectableProxy first,
IntrospectableProxy second)
| Method Detail |
|---|
protected Property[] computeProperties(IntrospectableProxy[] object)
DefaultIntrospectableProxy
computeProperties in class DefaultIntrospectableProxy<IntrospectableProxy[]>object - Object to be introspected.
protected IntrospectableProxy[] computeChildren(IntrospectableProxy[] object)
DefaultIntrospectableProxy
computeChildren in class DefaultIntrospectableProxy<IntrospectableProxy[]>object - Object to be introspected.
public java.lang.String getName()
DefaultIntrospectableProxy
getName in interface IntrospectableProxygetName in class DefaultIntrospectableProxy<IntrospectableProxy[]>public void addIntrospectableProxyChangeListener(IntrospectableProxyChangeListener listener)
public void removeIntrospectableProxyChangeListener(IntrospectableProxyChangeListener listener)
public void closeIntrospection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||