|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaNode
Super-interface for all nodes in the Area Tree. Implements the <@link Iterable> interface to provide an iterator over the child nodes.
Method Summary | |
---|---|
java.lang.String |
getAreaName()
Provides a name suitable for display purposes, but specifically intended to be match the axsl-area-tree DTD. |
AreaNode |
getChildAt(int childIndex)
|
Galley |
getGalley()
Returns the ancestor Galley instance. |
void |
render(RenderVisitor visitor)
Uses the Visitor pattern to allow a Renderer to render this node with proper casting. |
Methods inherited from interface javax.swing.tree.TreeNode |
---|
children, getAllowsChildren, getChildCount, getIndex, getParent, isLeaf |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
AreaNode getChildAt(int childIndex)
getChildAt
in interface javax.swing.tree.TreeNode
java.lang.String getAreaName()
void render(RenderVisitor visitor)
visitor
- The RenderVisitor that is rendering this node.Galley getGalley()
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.