Uses of Interface
cz.cuni.pogamut.shed.presenter.IPresenter

Packages that use IPresenter
cz.cuni.pogamut.shed.presenter This package contains factories and interfaces related to presentation of widgets in the scene. 
cz.cuni.pogamut.shed.widget
Various widgets used for displaying the Yaposh tree. 
 

Uses of IPresenter in cz.cuni.pogamut.shed.presenter
 

Classes in cz.cuni.pogamut.shed.presenter that implement IPresenter
 class PrimitivePresenter<PRIMITIVE_TYPE extends PoshElement & INamedElement>
          Base class presenter for primitives, i.e.
 

Methods in cz.cuni.pogamut.shed.presenter that return IPresenter
 IPresenter ShedPresenterFactory.createActionPatternPresenter(LapPath actionPatternPath, TriggeredAction referencingAction, ActionPattern actionPattern, ShedVariableWidget actionPatternWidget, LapChain chain)
           
 IPresenter IPresenterFactory.createActionPatternPresenter(LapPath actionPatternPath, TriggeredAction referencingAction, ActionPattern actionPattern, ShedVariableWidget actionPatternWidget, LapChain chain)
          Create presenter for action pattern widget.
 IPresenter ShedPresenterFactory.createActionPresenter(LapPath actionPath, TriggeredAction action, ShedVariableWidget actionWidget, LapChain actionChain)
           
 IPresenter IPresenterFactory.createActionPresenter(LapPath actionPath, TriggeredAction action, ShedVariableWidget actionWidget, LapChain actionChain)
          Create presenter for primitive action.
 IPresenter ShedPresenterFactory.createActionsPresenter(LapPath actionPatternPath, ActionPattern actionPattern, ShedActionsEnvelope actionsEnvelope, LapChain chain)
           
 IPresenter IPresenterFactory.createActionsPresenter(LapPath actionPatternPath, ActionPattern actionPattern, ShedActionsEnvelope actionsEnvelope, LapChain actionPatternChainchain)
          Create presenter that will take care about keeping adding/moving/removing expanded actions in the ShedActionsEnvelope for ActionPattern.
 IPresenter ShedPresenterFactory.createChoicePresenter(LapPath choicePath, CompetenceElement choice, ShedVariableWidget choiceWidget)
           
 IPresenter IPresenterFactory.createChoicePresenter(LapPath choicePath, CompetenceElement choice, ShedVariableWidget choiceWidget)
          Create presenter for choice widget, only the widget, not its trigger nor action.
 IPresenter ShedPresenterFactory.createChoicesPresenter(LapPath competencePath, Competence competence, ShedChoicesEnvelope choicesEnvelope, LapChain chain)
           
 IPresenter IPresenterFactory.createChoicesPresenter(LapPath competencePath, Competence competence, ShedChoicesEnvelope choicesEnvelope, LapChain competenceChainchain)
          Create presenter responsible for adding, moving and removing choices widgets in the ShedChoicesEnvelope.
 IPresenter ShedPresenterFactory.createCompetencePresenter(LapPath competencePath, TriggeredAction referencingAction, Competence competence, ShedVariableWidget competenceWidget, LapChain chain)
           
 IPresenter IPresenterFactory.createCompetencePresenter(LapPath competencePath, TriggeredAction referencingAction, Competence competence, ShedVariableWidget competenceWidget, LapChain chain)
          Create presenter for competence widget.
 IPresenter ShedPresenterFactory.createDriveCollectionPresenter(LapPath driveCollectionPath, DriveCollection driveCollection)
           
 IPresenter IPresenterFactory.createDriveCollectionPresenter(LapPath driveCollectionPath, DriveCollection driveCollection)
          Create presenter for drive collection, responsible for keeping track of added/moved/removed drives.
 IPresenter ShedPresenterFactory.createDrivePresenter(LapPath drivePath, DriveElement drive, ShedVariableWidget widget)
           
 IPresenter IPresenterFactory.createDrivePresenter(LapPath drivePath, DriveElement drive, ShedVariableWidget widget)
          Create presenter for drive widget.
 IPresenter ShedPresenterFactory.createExpandedActionPresenter(TriggeredAction action, ExpandedActionEnvelope envelope, LapChain chain)
           
 IPresenter IPresenterFactory.createExpandedActionPresenter(TriggeredAction action, ExpandedActionEnvelope envelope, LapChain chain)
          Create presenter for expanded action, i.e.
 IPresenter ShedPresenterFactory.createSensePresenter(LapPath sensePath, Sense sense, ShedSenseWidget senseWidget, LapChain senseChain)
           
 IPresenter IPresenterFactory.createSensePresenter(LapPath sensePath, Sense sense, ShedSenseWidget senseWidget, LapChain senseChain)
          Create presenter for sense at @sensePath that will present the sense in the @senseWidget.
<TRIGGER_PARENT extends PoshElement>
IPresenter
ShedPresenterFactory.createTriggerPresenter(TRIGGER_PARENT parent, Trigger<TRIGGER_PARENT> trigger, ShedTriggerEnvelope triggerEnvelope, LapChain chain)
           
<TRIGGER_PARENT extends PoshElement>
IPresenter
IPresenterFactory.createTriggerPresenter(TRIGGER_PARENT parent, Trigger<TRIGGER_PARENT> trigger, ShedTriggerEnvelope triggerEnvelope, LapChain parentChain)
          Create presenter for trigger, it is responsible for keepeing track of added/moved/removed senses.
 

Uses of IPresenter in cz.cuni.pogamut.shed.widget
 

Fields in cz.cuni.pogamut.shed.widget declared as IPresenter
protected  IPresenter ShedWidget.actionProvider
          Provider of actions for this widget, menu, accept and others.
 

Methods in cz.cuni.pogamut.shed.widget that return IPresenter
 IPresenter ExpandedActionEnvelope.getPresenter()
           
 IPresenter IPresentedWidget.getPresenter()
          Get presenter of the widget.
 IPresenter ShedWidget.getPresenter()
           
 IPresenter AbstractShedEnvelope.getPresenter()
           
 

Methods in cz.cuni.pogamut.shed.widget with parameters of type IPresenter
 void ExpandedActionEnvelope.setPresenter(IPresenter newPresenter)
           
 void ShedWidget.setPresenter(IPresenter newPresenter)
          Set new presenter of the widget.
 void AbstractShedEnvelope.setPresenter(IPresenter newPresenter)
           
 



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