All Packages Class Hierarchy This Package Previous Next Index
VisualProject
and
the Component Library in Visual Cafe.
VisualObject
to the repository.
VisualObject
to the repository
VisualObjects
of a given VisualObject
in the repository tree.
VisualObject
with the given id.
VisualObject
in the repository tree.
VisualObject
at a particular location in the repository
VisualObject
from the repository.
public abstract boolean addObject(VisualObject visualObject, VisualObject parent, VisualObject after)
VisualObject
to the repository.
VisualObject
for the given object. If parent
is
null
, then visualObject
will be added as child of the
Root Object.
VisualObject
after which it should be added. If after is
null
, then visualObject
will be added as the last child.
true
if the object was successfully added.
public abstract boolean addObjectBefore(VisualObject visualObject, VisualObject parent, VisualObject before)
VisualObject
to the repository
VisualObject
for the given object. If the parent is
null
, then visualObject
will be added as a child
of the Root Object.
VisualObject
before which it should be added. If before is
null
, then visualObject
will be added as the last child.
true
if the object was successfully added.
public abstract com.symantec.itools.vcafe.openapi.VisualObject[] getChildren(VisualObject visualObject)
VisualObjects
of a given VisualObject
in the repository tree.
VisualObjects
.
public abstract com.symantec.itools.vcafe.openapi.VisualObject getObject(int objectID)
VisualObject
with the given id.
VisualObject
.
VisualObject
whose id matches the given id.
public abstract com.symantec.itools.vcafe.openapi.VisualObject[] getObjects()
VisualObjects
.
public abstract com.symantec.itools.vcafe.openapi.VisualObject getRootObject()
VisualObject
in the repository tree.
The root VisualObject
of a VisualRepository is invisible, but can be used to
begin traversing the hierarchy of VisualObjects
.
VisualObject
representing the root of the hierarchy.
public abstract boolean insertObject(VisualObject visualObject, VisualObject parent, int nIndex)
VisualObject
at a particular location in the repository
VisualObject
for the given object. If the parent is
null
, then visualObject
will be added as a child
of the Root Object.
VisualObject
is to be inserted..
true
if the object was successfully added.
public abstract boolean removeObject(VisualObject visualObject)
VisualObject
from the repository.
All Packages Class Hierarchy This Package Previous Next Index