|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPaletteActions | |
|---|---|
| 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. |
| cz.cuni.pogamut.shed.widget | Various widgets used for displaying the Yaposh tree. |
| Uses of IPaletteActions in cz.cuni.pogamut.posh.explorer |
|---|
| Classes in cz.cuni.pogamut.posh.explorer that implement IPaletteActions | |
|---|---|
class |
PalettePane
Panel containing explorers for nodes of the plan: Senses
Actions
Competences
Action patterns |
| Methods in cz.cuni.pogamut.posh.explorer with parameters of type IPaletteActions | |
|---|---|
static Explorer<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> |
ExplorerFactory.createActionsExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData>... listeners)
Create explorer for actions (classes implementing IAction) on classpath of the project. |
static Explorer<cz.cuni.amis.pogamut.sposh.elements.ActionPattern> |
ExplorerFactory.createAPExplorer(IPaletteActions paletteActions,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan lapTree)
Create explorer for action patterns in the @plan. |
static Explorer<cz.cuni.amis.pogamut.sposh.elements.Competence> |
ExplorerFactory.createCompetenceExplorer(IPaletteActions paletteActions,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
Create explorer for competences in the @plan. |
static Explorer<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> |
ExplorerFactory.createSensesExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData>... listeners)
Create explorer for sense (classes implementing ISense) on classpath of the project. |
| Uses of IPaletteActions in cz.cuni.pogamut.shed.widget |
|---|
| Methods in cz.cuni.pogamut.shed.widget that return IPaletteActions | |
|---|---|
IPaletteActions |
ShedScene.getPaletteActions()
|
| Methods in cz.cuni.pogamut.shed.widget with parameters of type IPaletteActions | |
|---|---|
void |
ShedScene.setPaletteActions(IPaletteActions paletteActions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||