Uses of Interface
org.eclipse.help.IUAElement
Packages that use IUAElement
Package
Description
Provides core help system for the platform.
Support for help system extension points.
-
Uses of IUAElement in org.eclipse.help
Subinterfaces of IUAElement in org.eclipse.helpModifier and TypeInterfaceDescriptioninterface
Specifies a location in a document where other plug-ins may contribute additional content.interface
Represents a link with text that invokes a specific command with parameters.interface
An extension of a document's content.interface
A directive indicating the criteria information of a Toc or Topic described in xmlinterface
ICriteriaDefinition represents the criteria definition of one plug-in.interface
ICriterionDefinition represents a single criterion definition of the help content.interface
ICriterionValueDefinition represents one criterion value definition of one criterion.interface
A directive indicating the content at the given path should be included in this document, and replace this node.interface
IIndex represents metaphor of the book index.interface
IIndexEntry represents a single entry of the help index.interface
IIndexEntry2 is an index entry which may have see elements as childreninterface
An entry that represents a see also node in the index.interface
A directive indicating the content at the given path should be included in this document, and replace this node.interface
A directive indicating a link to another toc to be inserted at (and replace) this link.interface
AnIToc
represents the root node of a toc, for either a complete toc (book) or a part of one to be assembled into a larger one.interface
IToc2
extendsIToc
by adding methods to support functionality for criteria, topic sorting and custom iconsinterface
AnITopic
is one topic in the table of contents, which may contain subtopics.interface
ITopic2
extendsITopic
by adding methods to support functionality for criteria, topic sorting and custom iconsMethods in org.eclipse.help that return IUAElementModifier and TypeMethodDescriptionIUAElement.getChildren()
Returns all sub-elements (children) of this element. -
Uses of IUAElement in org.eclipse.help.base
Methods in org.eclipse.help.base with parameters of type IUAElementModifier and TypeMethodDescriptionfinal boolean
AbstractHelpScope.hasInScopeChildren
(IUAElement element) Convenience method to make it easier to write subclasses In the case of an IIndexSee element this method tests to see if the target is in scope. -
Uses of IUAElement in org.eclipse.help.internal
Classes in org.eclipse.help.internal that implement IUAElementModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.eclipse.help.internal that return IUAElementMethods in org.eclipse.help.internal with parameters of type IUAElementModifier and TypeMethodDescriptionvoid
UAElement.appendChildren
(IUAElement[] children) static UAElement
UAElementFactory.newElement
(IUAElement src) Constructors in org.eclipse.help.internal with parameters of type IUAElement