Uses of Class
org.eclipse.help.internal.UAElement
Packages that use UAElement
-
Uses of UAElement in org.eclipse.help.internal
Subclasses of UAElement in org.eclipse.help.internalFields in org.eclipse.help.internal with type parameters of type UAElementMethods in org.eclipse.help.internal that return UAElementModifier and TypeMethodDescriptionUAElement.getParentElement()
static UAElement
UAElementFactory.newElement
(IUAElement src) static UAElement
UAElementFactory.newElement
(Element element) Methods in org.eclipse.help.internal with parameters of type UAElementModifier and TypeMethodDescriptionvoid
UAElement.appendChild
(UAElement uaElementToAppend) void
UAElement.insertBefore
(UAElement newChild, UAElement refChild) void
UAElement.removeChild
(UAElement elementToRemove)