|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScavengerTree
A tree showing available processors from some set of external libraries or searches. Nodes corresponding to a single potential processor instance should contain a user object implementing ProcessorFactory.
| Method Summary | |
|---|---|
void |
addScavenger(Scavenger theScavenger)
Add a new scavenger to the tree, firing appropriate model events as we do. |
void |
addScavengersFromModel()
Examine the model, create any scavengers that would have been required to populate the model with its existing processors. |
java.awt.Frame |
getContainingFrame()
|
javax.swing.tree.TreeModel |
getModel()
|
int |
getNextCount()
Get the next available count and increment the counter |
boolean |
isPopulating()
|
void |
scavengingDone()
Notifies the end of scavenging. |
void |
scavengingStarting(java.lang.String message)
Notifies the start of scavenging. |
void |
setPopulating(boolean populating)
|
| Methods inherited from interface java.awt.dnd.DragSourceListener |
|---|
dragDropEnd, dragEnter, dragExit, dragOver, dropActionChanged |
| Methods inherited from interface java.awt.dnd.DragGestureListener |
|---|
dragGestureRecognized |
| Methods inherited from interface java.awt.dnd.DropTargetListener |
|---|
dragEnter, dragExit, dragOver, drop, dropActionChanged |
| Method Detail |
|---|
java.awt.Frame getContainingFrame()
void scavengingStarting(java.lang.String message)
message - the message to displayvoid scavengingDone()
void setPopulating(boolean populating)
boolean isPopulating()
int getNextCount()
javax.swing.tree.TreeModel getModel()
void addScavengersFromModel()
throws ScavengerCreationException
ScavengerCreationExceptionvoid addScavenger(Scavenger theScavenger)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||