Uses of Interface
cz.cuni.pogamut.posh.explorer.IPaletteActions

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<PrimitiveData> ExplorerFactory.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> ExplorerFactory.createAPExplorer(IPaletteActions paletteActions, PoshPlan lapTree)
          Create explorer for action patterns in the @plan.
static Explorer<Competence> ExplorerFactory.createCompetenceExplorer(IPaletteActions paletteActions, PoshPlan plan)
          Create explorer for competences in the @plan.
static Explorer<PrimitiveData> ExplorerFactory.createSensesExplorer(IPaletteActions paletteActions, org.netbeans.api.project.Project project, CrawlerListener<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)
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.