|
||||||||||
| 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.
| Method Summary | |
|---|---|
static Explorer<PrimitiveData> |
createActionsExplorer(IPaletteActions paletteActions,
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(IPaletteActions paletteActions,
PoshPlan lapTree)
Create explorer for action patterns in the @plan. |
static Explorer<Competence> |
createCompetenceExplorer(IPaletteActions paletteActions,
PoshPlan plan)
Create explorer for competences in the @plan. |
static Explorer<PrimitiveData> |
createSensesExplorer(IPaletteActions paletteActions,
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 |
| Method Detail |
|---|
public static Explorer<PrimitiveData> createActionsExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
paletteActions - Actions for the palette created explorer belongs toproject - Project whose classpath is searched for actions and used
by the new action wizard.listeners - Listeners to be registered with crawler, they are
automatically removed, once crawling is finished.
public static Explorer<PrimitiveData> createSensesExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners)
paletteActions - Actions for the palette created explorer belongs toproject - 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(IPaletteActions paletteActions,
PoshPlan plan)
competences in the @plan.
paletteActions - Actions for the palette created explorer belongs toplan - Plan in which explorer looks for competences.
public static Explorer<ActionPattern> createAPExplorer(IPaletteActions paletteActions,
PoshPlan lapTree)
action patterns in the @plan.
paletteActions - Actions for the palette created explorer belongs toplan - Plan in which explorer looks for action patterns.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||