|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.pogamut.posh.explorer.ExplorerFactory
public final class ExplorerFactory
Factory for creating the crawler explorers. Explorers are GUI elements that display crawled items.
| Constructor Summary | |
|---|---|
ExplorerFactory()
|
|
| Method Summary | |
|---|---|
static JComponent |
createActionsExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
Create explorer for actions (classes implementing IAction) on classpath of the project. |
static Explorer<ActionPattern> |
createAPExplorer(PoshPlan lapTree)
Create explorer for action patterns in the @plan. |
static Explorer<Competence> |
createCompetenceExplorer(PoshPlan plan)
Create explorer for competences in the @plan. |
static JComponent |
createSensesExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
Create explorer for sense (classes implementing ISense) on classpath of the project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExplorerFactory()
| Method Detail |
|---|
public static JComponent createActionsExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
project - Project whose classpath is searched for actions.listeners - Listeners to be registered with crawler, they are
automatically removed, once crawling is finished.
public static JComponent createSensesExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
project - Project whose classpath is searched for sense.listeners - Listeners to be registered with crawler, they are
automatically removed, once crawling is finished.
public static Explorer<Competence> createCompetenceExplorer(PoshPlan plan)
competences in the @plan.
plan - Plan in which explorer looks for competences.
public static Explorer<ActionPattern> createAPExplorer(PoshPlan lapTree)
action patterns in the @plan.
plan - Plan in which explorer looks for action patterns.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||