|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.tree.AsyncPathExpansionAdapter<E>
E
- node typepublic abstract class AsyncPathExpansionAdapter<E extends AsyncUniqueNode>
This custom adapter is used to track async tree path expansion action.
Constructor Summary | |
---|---|
AsyncPathExpansionAdapter()
|
Method Summary | |
---|---|
void |
pathExpanded(E lastNode)
Notifies that path expansion has finished succesfully. |
void |
pathFailedToExpand()
Notifies that path expansion has failed and did not find even a single node. |
void |
pathNodeExpanded(E expandedNode)
Notifies that one of path nodes was just expanded. |
void |
pathPartiallyExpanded(E lastFoundNode)
Notifies that path expansion was not fully finished and cannot be continued. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncPathExpansionAdapter()
Method Detail |
---|
public void pathFailedToExpand()
pathFailedToExpand
in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
public void pathNodeExpanded(E expandedNode)
pathNodeExpanded
in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
expandedNode
- recently expanded node from the specified pathpublic void pathPartiallyExpanded(E lastFoundNode)
pathPartiallyExpanded
in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
lastFoundNode
- last reached path nodepublic void pathExpanded(E lastNode)
pathExpanded
in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
lastNode
- last path node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |