|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CrawlerListener | |
|---|---|
| cz.cuni.pogamut.posh.explorer | This package contains classes that can search for nodes of the plan (nodes=AP/C/action/sense) and GUI explorers that allow user to manipulate them. |
| Uses of CrawlerListener in cz.cuni.pogamut.posh.explorer |
|---|
| Classes in cz.cuni.pogamut.posh.explorer that implement CrawlerListener | |
|---|---|
class |
Explorer<T>
Panel for showing the results of crawling. |
class |
NameMapCrawler
Special cralwer listener that will listen for all collected PrimitiveData
and pass mapping of names to ShedPresenter. |
| Fields in cz.cuni.pogamut.posh.explorer with type parameters of type CrawlerListener | |
|---|---|
protected Set<CrawlerListener<T>> |
Crawler.listeners
Set of listeners for crawler. |
protected Set<CrawlerListener<T>> |
Crawler.listenersUm
Unmodifiable wrapper of listeners. |
| Methods in cz.cuni.pogamut.posh.explorer with parameters of type CrawlerListener | |
|---|---|
boolean |
Crawler.addListener(CrawlerListener<T> listener)
Add listener for crawler. |
static JComponent |
ExplorerFactory.createActionsExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
Create explorer for actions (classes implementing IAction) on classpath of the project. |
static JComponent |
ExplorerFactory.createSensesExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
Create explorer for sense (classes implementing ISense) on classpath of the project. |
boolean |
Crawler.removeListener(CrawlerListener<T> listener)
Remove crawler listener from set of listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||