|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(cz.cuni.amis.pogamut.sposh.elements.LapPath actionPatternPath,
ShedWidget actionPatternWidget)
|
IPresenter |
IPresenterFactory.createActionPatternPresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath actionPatternPath,
ShedWidget actionPatternWidget)
Create presenter for action pattern widget. |
IPresenter |
ShedPresenterFactory.createActionPresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath actionPath,
ShedWidget actionWidget)
|
IPresenter |
IPresenterFactory.createActionPresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath actionPath,
ShedWidget actionWidget)
Create presenter for primitive action. |
IPresenter |
ShedPresenterFactory.createCompetencePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath competencePath,
ShedWidget competenceWidget)
|
IPresenter |
IPresenterFactory.createCompetencePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath competencePath,
ShedWidget competenceWidget)
Create presenter for competence widget. |
IPresenter |
ShedPresenterFactory.createDrivePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath drivePath,
ShedWidget widget)
|
IPresenter |
IPresenterFactory.createDrivePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath drivePath,
ShedWidget widget)
Create presenter for drive widget. |
IPresenter |
ShedPresenterFactory.createChoicePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath choicePath,
ShedWidget choiceWidget)
|
IPresenter |
IPresenterFactory.createChoicePresenter(cz.cuni.amis.pogamut.sposh.elements.LapPath choicePath,
ShedWidget 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 ShedWidget | |
|---|---|
PrimitivePresenter(ShedScene scene,
ShedPresenter presenter,
PRIMITIVE_TYPE primitive,
ShedWidget primitiveWidget,
cz.cuni.amis.pogamut.sposh.elements.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. 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()
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. choice or drive). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||