|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vrjuggler.vrjconfig.commoneditors.devicegraph.ConfigElementHolder
org.vrjuggler.vrjconfig.commoneditors.devicegraph.ProxyPointerInfo
public class ProxyPointerInfo
An information object typed to be used as the user-defined object held by the ports of a graph cell representing a device that is configured relative to a device proxy.
ProxyInfo| Constructor Summary | |
|---|---|
ProxyPointerInfo(ConfigElement elt,
ConfigContext ctx,
PropertyDefinition propDef)
Creates a new instance of the information object for a pointer to a device proxy. |
|
| Method Summary | |
|---|---|
boolean |
acceptsSource(GraphModel model,
Object edge,
Object port)
Verifies that the given port can be a source of the given edge within the given model. |
boolean |
acceptsTarget(GraphModel model,
Object edge,
Object port)
Verifies that the given port can be a target of the given edge within the given model. |
PropertyDefinition |
getPointerPropertyDefinition()
Returns the property definition that describes this object's pointer to a device proxy. |
| Methods inherited from class org.vrjuggler.vrjconfig.commoneditors.devicegraph.ConfigElementHolder |
|---|
getContext, getElement, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyPointerInfo(ConfigElement elt,
ConfigContext ctx,
PropertyDefinition propDef)
elt - the config element that is configured relative to a
proxyctx - the context containing eltpropDef - the property definition that describes the property of
elt that points at a device proxy| Method Detail |
|---|
public PropertyDefinition getPointerPropertyDefinition()
ConfigElementHolder.getElement()
public boolean acceptsSource(GraphModel model,
Object edge,
Object port)
ProxyInfo object) is of a type at
which we are allowed to point.
acceptsSource in class ConfigElementHolder
public boolean acceptsTarget(GraphModel model,
Object edge,
Object port)
acceptsTarget in class ConfigElementHolder
|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||