Uses of Class
cz.cuni.pogamut.shed.presenter.AbstractAcceptAction

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(TriggeredAction action)
          This is complex accept action for an action with any parent.
static AbstractAcceptAction<ActionPattern,TriggeredAction> AcceptActionFactory.createActionPatternAction(TriggeredAction targetAction)
          Create accept action the the TriggeredAction that will accept the ActionPattern.
static AbstractAcceptAction<CompetenceElement,CompetenceElement> AcceptActionFactory.createChoice2Choice(CompetenceElement targetChoice)
          Create accept action for the @targetChoice for another CompetenceElement.
static AbstractAcceptAction<Competence,TriggeredAction> AcceptActionFactory.createCompetence2Action(TriggeredAction targetAction)
          Create an accept action for the @targetAction that will accept an competence, when dropped on it.
static AbstractAcceptAction<DriveElement,DriveElement> AcceptActionFactory.createDrive2Drive(DriveElement drive)
          Move the drive in the DriveCollection.
static AbstractAcceptAction AcceptActionFactory.createSense2Choice(CompetenceElement targetChoice)
          Create accept action where target choice will acc dropped sense as its first trigger sense.
static AbstractAcceptAction<Sense,DriveElement> AcceptActionFactory.createSense2Drive(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<Sense,Sense> AcceptActionFactory.createSense2Sense(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
 



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