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

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

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

Constructors in cz.cuni.pogamut.shed.presenter with parameters of type ShedScene
ExpandedActionPresenter(ShedScene scene, ShedPresenter presenter, ExpandedActionEnvelope envelope, TriggeredAction action, LapChain chain)
          Create new presenter for updating the attachment in the SlotEnvelope.
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.
SensePresenter(ShedScene scene, ShedPresenter presenter, Sense sense, ShedSenseWidget senseWidget, LapChain senseChain)
           
ShedPresenter(ShedScene scene, PoshPlan lapTree)
           
ShedPresenterFactory(ShedScene scene, PoshPlan plan, ShedPresenter presenter)
           
 

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

Fields in cz.cuni.pogamut.shed.widget declared as ShedScene
protected  ShedScene AbstractShedEnvelope.scene
           
 

Methods in cz.cuni.pogamut.shed.widget that return ShedScene
static ShedScene LapSceneFactory.createDashScene(PoshPlan plan, ShedScene scene, IPresenterFactory presenterFactory)
          Create scene that will show the expanded tree of the @plan.
static ShedScene LapSceneFactory.createShedScene(PoshPlan plan)
          Create scene for editor Shed.
 ShedScene ShedWidget.getShedScene()
          Method wrapping Widget.getScene() to avoid casting every time.
 

Methods in cz.cuni.pogamut.shed.widget with parameters of type ShedScene
static ShedScene LapSceneFactory.createDashScene(PoshPlan plan, ShedScene scene, IPresenterFactory presenterFactory)
          Create scene that will show the expanded tree of the @plan.
 

Constructors in cz.cuni.pogamut.shed.widget with parameters of type ShedScene
AbstractShedEnvelope(ShedScene scene)
           
ArrowWidget(ShedScene scene, org.netbeans.api.visual.anchor.Anchor sourceAnchor, org.netbeans.api.visual.anchor.Anchor targetAnchor)
           
AttachmentEnvelope(ShedScene scene)
           
ShedCollapseWidget(ShedScene scene, String displayName, Color color)
           
ShedDriveEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
           
ShedChoiceEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
           
ShedSenseWidget(ShedScene scene, Sense element, Color color)
           
ShedTriggerEnvelope(ShedScene scene)
          Create envelope for trigger senses.
ShedTriggerEnvelope(ShedScene scene, org.netbeans.api.visual.anchor.Anchor anchor)
          Create envelope for the trigger senses.
ShedVariableWidget(ShedScene scene, String title, Color color)
           
SlotEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
           
 



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