| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Element in com.togethersoft.openapi.model.elements |
| Subinterfaces of Element in com.togethersoft.openapi.model.elements | |
interface | EntityEntity is a general item of model. |
interface | ReferenceCollectionThis interface defines behaviour of one species of Element --
ReferenceCollection. |
| Fields in com.togethersoft.openapi.model.elements declared as Element | |
final static Element | Link.lnkIElement |
| Methods in com.togethersoft.openapi.model.elements that return Element | |
Element | Container.paste(Element element, Element anchor, boolean before) |
Element | Container.paste(Element element) |
Element | Element.copy()Makes a copy of this element. |
Element | Element.cut() |
Element | Model.findElement(String uniqueName) |
| Methods in com.togethersoft.openapi.model.elements with parameters of type Element | |
boolean | Container.canPaste(Element element, Element anchor, boolean before) |
boolean | Container.canPaste(Element element) |
Element | Container.paste(Element element, Element anchor, boolean before) |
Element | Container.paste(Element element) |
boolean | Link.canSetParticipant(Element participant, String oldRole, String newRole) |
boolean | Link.canSetParticipant(String role, Element oldParticipant, Element newParticipant) |
void | Link.setParticipant(Element participant, String oldRole, String newRole)Changes role of participant. |
void | Link.setParticipant(String role, Element oldParticipant, Element newParticipant)Changes one of participants to another, keeping role the same. |
Reference | ReferenceCollection.addReference(Element element) |
boolean | ReferenceCollection.canAddReference(Element element) |
| Uses of Element in com.togethersoft.openapi.model.enum |
| Methods in com.togethersoft.openapi.model.enum that return Element | |
Element | ElementEnumeration.next() |
| Uses of Element in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension with parameters of type Element | |
void | ContentProvider.bind(Element element)This method is invoked when another Element of model was instantiated. |
boolean | ContentProvider.isApplicable(Element element)This method is called whenever any other method of this provider is to be invoked. |
boolean | CopyProvider.canCopy(Element element)This method is called when canCopy method of Element was invoked or
right before model is going to call copy method of provider. |
String | CopyProvider.copy(Element element, Element createdElement)This method must copy element and produce copied element. |
boolean | CopyProvider.isApplicable(Element element)Call of this method is guaranteed to precede call of any other method of this provider. |
boolean | CutProvider.canCut(Element element)This method is called when canCut method of Element was invoked or
right before model is going to call cut method of provider. |
String | CutProvider.cut(Element element, Element cuttedElement)This method must cut element and produce cutted element. |
boolean | CutProvider.isApplicable(Element element)Call of this method is guaranteed to precede call of any other method of this provider. |
boolean | LinkProvider.canSetParticipant(Entity link, Element participant, String oldRole, String newRole)See description of canSetParticipant(Entity link, String role,Element oldParticipant,Element newParticipant) |
boolean | LinkProvider.canSetParticipant(Entity link, String role, Element oldParticipant, Element newParticipant)This method is called, when canSetParticipant method of Link was invoked
or before calling of setParticipant method. |
void | LinkProvider.setParticipant(Entity link, Element participant, String oldRole, String newRole)This method is called when role of participant must be changed. |
void | LinkProvider.setParticipant(Entity link, String role, Element oldParticipant, Element newParticipant)This method is called when one participant must be changed with another. |
String | ParentProvider.getParent(Element child)Provider should return UIN of the parent element for child,
if it can. |
boolean | PasteProvider.canPaste(Entity container, Element element, Element anchor, boolean before)This method is called when canPaste method of Entity was called
or right before calling paste method of this provider. |
String | PasteProvider.paste(Entity container, Element element, Element createdElement, Element anchor, boolean before)Provider must "paste" specified element into container. |
Reference | ReferenceProvider.addReference(ReferenceCollection collection, Reference createdReference, Element element)This method is called, when addReference of ReferenceCollection was called. |
boolean | ReferenceProvider.canAddReference(ReferenceCollection collection, Element element)This method is called, when user invoked canAddReference opertaion of
ReferenceCollection or right before invoking of addReference
method. |
| Uses of Element in com.togethersoft.openapi.model.util |
| Methods in com.togethersoft.openapi.model.util that return Element | |
static Element | URLFactory.getElement(URL url) |
| Methods in com.togethersoft.openapi.model.util with parameters of type Element | |
static URL | URLFactory.createElementURL(Element element) |
| Uses of Element in com.togethersoft.openapi.modelnavigator |
| Methods in com.togethersoft.openapi.modelnavigator with parameters of type Element | |
void | NavigatorService.expandPathToElement(Element element)Expands all the parents of node representing given Element
to make it visible. |
void | NavigatorService.startInplaceEditing(Element element)Starts inplace editing of a node representing given model Element |
| Uses of Element in com.togethersoft.openapi.modelselection |
| Methods in com.togethersoft.openapi.modelselection with parameters of type Element | |
void | SelectionService.addSelectionElement(Element el) |
boolean | SelectionService.isSelectedElement(Element el)Returns true if the specified element is selected. |
void | SelectionService.removeSelectionElement(Element el) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||