|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAcceptAction | |
|---|---|
| cz.cuni.pogamut.shed.presenter | This package contains factories and interfaces related to presentation of widgets in the scene. |
| Uses of AbstractAcceptAction in cz.cuni.pogamut.shed.presenter |
|---|
| Methods in cz.cuni.pogamut.shed.presenter that return AbstractAcceptAction | |
|---|---|
static AbstractAcceptAction |
AcceptActionFactory.createAction2Action(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction action)
This is complex accept action for an action with any parent. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.ActionPattern,cz.cuni.amis.pogamut.sposh.elements.TriggeredAction> |
AcceptActionFactory.createActionPatternAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction targetAction)
Create accept action the the TriggeredAction that will accept the ActionPattern. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Competence,cz.cuni.amis.pogamut.sposh.elements.TriggeredAction> |
AcceptActionFactory.createCompetence2Action(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction targetAction)
Create an accept action for the @targetAction that will accept an competence, when dropped on it. |
static AbstractAcceptAction |
AcceptActionFactory.createDrive2Competence(cz.cuni.amis.pogamut.sposh.elements.Competence competence)
Allow drive to be dropped onto a competence, convert drive to choice and add it as first child of competence. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.DriveElement,cz.cuni.amis.pogamut.sposh.elements.DriveElement> |
AcceptActionFactory.createDrive2Drive(cz.cuni.amis.pogamut.sposh.elements.DriveElement drive)
Move the drive in the DriveCollection. |
static AbstractAcceptAction |
AcceptActionFactory.createDrive2Choice(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement choice)
Accept drive dropped onto a choice into a Competence. |
static AbstractAcceptAction |
AcceptActionFactory.createChoice2Competence(cz.cuni.amis.pogamut.sposh.elements.Competence competence)
Accept action for dropping choice to competence. |
static AbstractAcceptAction |
AcceptActionFactory.createChoice2Drive(cz.cuni.amis.pogamut.sposh.elements.DriveElement drive)
Accept choice dropped onto a drive into a DriveCollection. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.CompetenceElement,cz.cuni.amis.pogamut.sposh.elements.CompetenceElement> |
AcceptActionFactory.createChoice2Choice(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement targetChoice)
Create accept action for the @targetChoice for another CompetenceElement. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Sense,cz.cuni.amis.pogamut.sposh.elements.DriveElement> |
AcceptActionFactory.createSense2Drive(cz.cuni.amis.pogamut.sposh.elements.DriveElement drive)
When sense is dropped to the @drive, remove the sense from its parent (it it has one) and add it as first trigger sense of the drive. |
static AbstractAcceptAction |
AcceptActionFactory.createSense2Choice(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement targetChoice)
Create accept action where target choice will acc dropped sense as its first trigger sense. |
static AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Sense,cz.cuni.amis.pogamut.sposh.elements.Sense> |
AcceptActionFactory.createSense2Sense(cz.cuni.amis.pogamut.sposh.elements.Sense sense)
Create accept action for the @sense that will accept another sense at the position of the target. |
AbstractAcceptAction[] |
IPresenter.getAcceptProviders()
Get array of accept providers of this |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||