![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.AbstractDocument.AbstractElement | +--javax.swing.text.AbstractDocument.BranchElement | +--javax.swing.text.html.HTMLDocument.BlockElement
An element that represents a structual block of html.
Constructor Summary | |
HTMLDocument.BlockElement(Element parent,
AttributeSet a)
Constructs a composite element that initially contains no children. |
Method Summary | |
String |
getName()
Gets the name of the element. |
AttributeSet |
getResolveParent()
Gets the resolving parent. |
Methods inherited from class javax.swing.text.AbstractDocument.BranchElement |
children,
getAllowsChildren,
getElement,
getElementCount,
getElementIndex,
getEndOffset,
getStartOffset,
isLeaf,
positionToElement,
replace,
toString |
Methods inherited from class javax.swing.text.AbstractDocument.AbstractElement |
addAttribute,
addAttributes,
containsAttribute,
containsAttributes,
copyAttributes,
dump,
finalize,
getAttribute,
getAttributeCount,
getAttributeNames,
getAttributes,
getChildAt,
getChildCount,
getDocument,
getIndex,
getParent,
getParentElement,
isDefined,
isEqual,
removeAttribute,
removeAttributes,
removeAttributes,
setResolveParent |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public HTMLDocument.BlockElement(Element parent, AttributeSet a)
parent
- The parent elementa
- the attributes for the elementMethod Detail |
public String getName()
public AttributeSet getResolveParent()
AttributeSet.getResolveParent()
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |