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

Packages that use ShedWidget
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 ShedWidget in cz.cuni.pogamut.shed.presenter
 

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

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

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

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

Subclasses of ShedWidget 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.
 

Fields in cz.cuni.pogamut.shed.widget declared as ShedWidget
protected  ShedWidget SlotEnvelope.slotWidget
          Widget representing the slot element, e.g.
 

Methods in cz.cuni.pogamut.shed.widget that return ShedWidget
 ShedWidget ShedScene.findShedWidget(Point scenePoint)
          Find the ShedWidget int the widget layer that contains the passed point.
 ShedWidget SlotEnvelope.getSlotWidget()
          Get widget representing the element.
 

Constructors in cz.cuni.pogamut.shed.widget with parameters of type ShedWidget
SlotEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
          Create slot envelope for some element (e.g.
 



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