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

Packages that use ShedWidget
cz.cuni.pogamut.posh.widget.accept   
cz.cuni.pogamut.posh.widget.kidview   
cz.cuni.pogamut.shed.widget   
 

Uses of ShedWidget in cz.cuni.pogamut.posh.widget.accept
 

Fields in cz.cuni.pogamut.posh.widget.accept declared as ShedWidget
protected  ShedWidget AbstractAcceptAction.widget
           
 

Constructors in cz.cuni.pogamut.posh.widget.accept with parameters of type ShedWidget
AbstractAcceptAction(DataFlavor dataFlavor, TARGET dataNode, ShedWidget widget)
          Create an abstract action in the widget widget that will do something to data node dataNode when transferable of same data flavor as dataFlavor is dropped onto widget.
 

Uses of ShedWidget in cz.cuni.pogamut.posh.widget.kidview
 

Fields in cz.cuni.pogamut.posh.widget.kidview declared as ShedWidget
protected  ShedWidget AbstractMenuAction.widget
           
 

Constructors in cz.cuni.pogamut.posh.widget.kidview with parameters of type ShedWidget
AbstractMenuAction(String desc, T dataNode, ShedWidget widget)
           
 

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.
 class ShedVariableWidget
          This class represents a node in the YAPOSH plan that should show title text on the first line and some variables on rest of lines.
 

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

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()
           
 

Constructors in cz.cuni.pogamut.shed.widget with parameters of type ShedWidget
ShedDriveEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
           
ShedChoiceEnvelope(ShedScene scene, ShedWidget slotWidget, ShedTriggerEnvelope triggerEnvelope, ExpandedActionEnvelope expandedActionEnvelope)
           
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.