|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.NavBean
Navigation Bean.
Constructor Summary | |
NavBean()
|
Method Summary | |
org.dom4j.tree.DefaultElement |
getFirstNodeByHREF(String href)
Find the first item with a given href |
boolean |
isCollapsed(Object o)
Determines if the given node is collapsed. |
boolean |
isSelected(Object o)
Determines if a given item node is the selected node |
void |
setDocument(Object o)
Setter. |
void |
setLocation(String newLocation)
Sets the location. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NavBean()
Method Detail |
public boolean isCollapsed(Object o)
o
- the node to test
public void setDocument(Object o)
o
- The new document.public org.dom4j.tree.DefaultElement getFirstNodeByHREF(String href)
item
with a given href
href
- the href to find.
public void setLocation(String newLocation)
newLocation
- The location to setpublic boolean isSelected(Object o)
item
node is the selected node
o
- the item to test
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |