Uses of Class
de.mguennewig.pobjects.metadata.InlineDesc

Packages that use InlineDesc
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of InlineDesc in de.mguennewig.pobjects.metadata
 

Subclasses of InlineDesc in de.mguennewig.pobjects.metadata
 class AnchorDesc
          An anchor for a link in HTML.
 class PCDataDesc
          Representation of character data in the HTML description.
 class RefDesc
          Represents a reference to a Java package, class or field, that is written as JavaDoc.
 

Methods in de.mguennewig.pobjects.metadata that return InlineDesc
 InlineDesc InlineDesc.getContent(int n)
           
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type InlineDesc
AnchorDesc(java.lang.String href, InlineDesc[] content)
          Creates a new AnchorDesc.
InlineDesc(java.lang.String name, InlineDesc... content)
          Creates a new InlineDesc.
ParagraphDesc(java.lang.String name, InlineDesc[] content)
          Creates a new ParagraphDesc.