|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowDesc | |
|---|---|
| de.mguennewig.pobjects.metadata | This package contains the metadata classes used by the PObject library. |
| Uses of FlowDesc in de.mguennewig.pobjects.metadata |
|---|
| Subclasses of FlowDesc in de.mguennewig.pobjects.metadata | |
|---|---|
class |
AnchorDesc
An anchor for a link in HTML. |
class |
BlockDesc
Represents HTML block elements. |
class |
BlockFlowDesc
A block with FlowDesc content. |
class |
BlockListDesc
A list element for ul, ol and tr. |
class |
BlockTableDesc
A table element. |
class |
InlineDesc
Represents HTML inline elements and character data. |
class |
ParagraphDesc
Representation of a paragraph in the HTML description. |
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 FlowDesc | |
|---|---|
FlowDesc |
ParagraphDesc.getContent(int n)
|
FlowDesc |
Description.getContent(int n)
|
FlowDesc |
BlockTableDesc.getContent(int n)
|
FlowDesc |
BlockListDesc.getContent(int n)
|
FlowDesc |
BlockFlowDesc.getContent(int n)
|
abstract FlowDesc |
BlockDesc.getContent(int n)
|
| Constructors in de.mguennewig.pobjects.metadata with parameters of type FlowDesc | |
|---|---|
BlockFlowDesc(java.lang.String name,
FlowDesc[] content)
Creates a new BlockFlowDesc. |
|
Description(FlowDesc[] content)
Creates a new Description. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||