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

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

Constructors in cz.cuni.pogamut.shed.presenter with parameters of type ShedScene
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.
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)
          Create an arrow between @sourceAnchor and @targetAnchor.
AttachmentEnvelope(ShedScene scene)
           
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)
          Create rectangle widget with specified title and color.
SlotEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
          Create slot envelope for some element (e.g. choice or drive).
 



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