|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz.KeywordTipper
public class KeywordTipper
Displays a keyword tooltip for selected items.
Field Summary | |
---|---|
private int |
count
|
private anl.aida.core.KeywordGenerator |
generator
|
Constructor Summary | |
---|---|
KeywordTipper(anl.aida.core.KeywordGenerator generator,
int count)
|
Method Summary | |
---|---|
void |
selectionOccurred(java.util.List<anl.aida.core.DocumentID> selectedItems,
Canvas2D canvas)
Called when the specified list of items has been selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private anl.aida.core.KeywordGenerator generator
private int count
Constructor Detail |
---|
public KeywordTipper(anl.aida.core.KeywordGenerator generator, int count)
Method Detail |
---|
public void selectionOccurred(java.util.List<anl.aida.core.DocumentID> selectedItems, Canvas2D canvas)
selectionOccurred
in interface SelectionListener<anl.aida.core.DocumentID>
selectedItems
- the selected itemscanvas
- the visualization canvas
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |