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, ShedWidget actionPatternWidget)
           
 IPresenter IPresenterFactory.createActionPatternPresenter(LapPath actionPatternPath, ShedWidget actionPatternWidget)
          Create presenter for action pattern widget.
 IPresenter ShedPresenterFactory.createActionPresenter(LapPath actionPath, ShedWidget actionWidget)
           
 IPresenter IPresenterFactory.createActionPresenter(LapPath actionPath, ShedWidget actionWidget)
          Create presenter for primitive action.
 IPresenter ShedPresenterFactory.createActionsPresenter(LapPath actionPatternPath, ShedActionsEnvelope actionsEnvelope)
           
 IPresenter IPresenterFactory.createActionsPresenter(LapPath actionPatternPath, ShedActionsEnvelope actionsEnvelope)
          Create presenter that will take care about keeping adding/moving/removing expanded actions in the ShedActionsEnvelope for ActionPattern.
 IPresenter ShedPresenterFactory.createChoicePresenter(LapPath choicePath, ShedWidget choiceWidget)
           
 IPresenter IPresenterFactory.createChoicePresenter(LapPath choicePath, ShedWidget choiceWidget)
          Create presenter for choice widget, only the widget, not its trigger nor action.
 IPresenter ShedPresenterFactory.createChoicesPresenter(LapPath competencePath, ShedChoicesEnvelope choicesEnvelope)
           
 IPresenter IPresenterFactory.createChoicesPresenter(LapPath competencePath, ShedChoicesEnvelope choicesEnvelope)
          Create presenter responsible for adding, moving and removing choices widgets in the ShedChoicesEnvelope.
 IPresenter ShedPresenterFactory.createCompetencePresenter(LapPath competencePath, ShedWidget competenceWidget)
           
 IPresenter IPresenterFactory.createCompetencePresenter(LapPath competencePath, ShedWidget competenceWidget)
          Create presenter for competence widget.
 IPresenter ShedPresenterFactory.createDriveCollectionPresenter(LapPath driveCollectionPath)
           
 IPresenter IPresenterFactory.createDriveCollectionPresenter(LapPath driveCollectionPath)
          Create presenter for drive collection, responsible for keeping track of added/moved/removed drives.
 IPresenter ShedPresenterFactory.createDrivePresenter(LapPath drivePath, ShedWidget widget)
           
 IPresenter IPresenterFactory.createDrivePresenter(LapPath drivePath, ShedWidget widget)
          Create presenter for drive widget.
 IPresenter ShedPresenterFactory.createExpandedActionPresenter(LapPath actionPath, ExpandedActionEnvelope envelope)
           
 IPresenter IPresenterFactory.createExpandedActionPresenter(LapPath actionPath, ExpandedActionEnvelope envelope)
          Create presenter for expanded action, i.e.
 IPresenter ShedPresenterFactory.createSensePresenter(LapPath sensePath, ShedSenseWidget senseWidget)
           
 IPresenter IPresenterFactory.createSensePresenter(LapPath sensePath, ShedSenseWidget senseWidget)
          Create presenter for sense at @sensePath that will present the sense in the @senseWidget.
<TRIGGER_PARENT extends PoshElement>
IPresenter
ShedPresenterFactory.createTriggerPresenter(LapPath triggerOwner, ShedTriggerEnvelope triggerEnvelope)
           
<TRIGGER_PARENT extends PoshElement>
IPresenter
IPresenterFactory.createTriggerPresenter(LapPath triggerOwnerPath, ShedTriggerEnvelope triggerEnvelope)
          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.