Uses of Class
cz.cuni.pogamut.shed.widget.ShedVariableWidget

Packages that use ShedVariableWidget
cz.cuni.pogamut.shed.presenter   
cz.cuni.pogamut.shed.widget   
 

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

Fields in cz.cuni.pogamut.shed.presenter declared as ShedVariableWidget
protected  ShedVariableWidget PrimitivePresenter.primitiveWidget
          Widget that represents the primitive in the scene.
 

Methods in cz.cuni.pogamut.shed.presenter with parameters of type ShedVariableWidget
 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.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.createDrivePresenter(LapPath drivePath, DriveElement drive, ShedVariableWidget widget)
           
 IPresenter IPresenterFactory.createDrivePresenter(LapPath drivePath, DriveElement drive, ShedVariableWidget widget)
          Create presenter for drive widget.
 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.
 

Constructors in cz.cuni.pogamut.shed.presenter with parameters of type ShedVariableWidget
PrimitivePresenter(ShedScene scene, ShedPresenter presenter, PRIMITIVE_TYPE primitive, ShedVariableWidget primitiveWidget, LapChain primitiveChain)
          Create new presenter for @primitive, detect and project all changes on the @primitive and @primitiveChain to the @primitiveWidget.
 

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

Subclasses of ShedVariableWidget in cz.cuni.pogamut.shed.widget
 class ShedCollapseWidget
          ShedWidget that allows user to display little triangle on the right side.
 class ShedSenseWidget
          Widget representing the Sense in the ShedScene.
 



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