|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShedVariableWidget | |
|---|---|
| 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 ShedVariableWidget in cz.cuni.pogamut.shed.presenter |
|---|
| Fields in cz.cuni.pogamut.shed.presenter declared as ShedVariableWidget | |
|---|---|
protected ShedVariableWidget |
PrimitivePresenter.primitiveWidget
Widget that represents the primitive in the scene. |
| Methods in cz.cuni.pogamut.shed.presenter with parameters of type ShedVariableWidget | |
|---|---|
IPresenter |
ShedPresenterFactory.createActionPatternPresenter(LapPath actionPatternPath,
TriggeredAction referencingAction,
ActionPattern actionPattern,
ShedVariableWidget actionPatternWidget,
LapChain chain)
|
IPresenter |
IPresenterFactory.createActionPatternPresenter(LapPath actionPatternPath,
TriggeredAction referencingAction,
ActionPattern actionPattern,
ShedVariableWidget actionPatternWidget,
LapChain chain)
Create presenter for action pattern widget. |
IPresenter |
ShedPresenterFactory.createActionPresenter(LapPath actionPath,
TriggeredAction action,
ShedVariableWidget actionWidget,
LapChain actionChain)
|
IPresenter |
IPresenterFactory.createActionPresenter(LapPath actionPath,
TriggeredAction action,
ShedVariableWidget actionWidget,
LapChain actionChain)
Create presenter for primitive action. |
IPresenter |
ShedPresenterFactory.createCompetencePresenter(LapPath competencePath,
TriggeredAction referencingAction,
Competence competence,
ShedVariableWidget competenceWidget,
LapChain chain)
|
IPresenter |
IPresenterFactory.createCompetencePresenter(LapPath competencePath,
TriggeredAction referencingAction,
Competence competence,
ShedVariableWidget competenceWidget,
LapChain chain)
Create presenter for competence widget. |
IPresenter |
ShedPresenterFactory.createDrivePresenter(LapPath drivePath,
DriveElement drive,
ShedVariableWidget widget)
|
IPresenter |
IPresenterFactory.createDrivePresenter(LapPath drivePath,
DriveElement drive,
ShedVariableWidget widget)
Create presenter for drive widget. |
IPresenter |
ShedPresenterFactory.createChoicePresenter(LapPath choicePath,
CompetenceElement choice,
ShedVariableWidget choiceWidget)
|
IPresenter |
IPresenterFactory.createChoicePresenter(LapPath choicePath,
CompetenceElement choice,
ShedVariableWidget 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 ShedVariableWidget | |
|---|---|
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. |
|
| Uses of ShedVariableWidget in cz.cuni.pogamut.shed.widget |
|---|
| Subclasses of ShedVariableWidget in cz.cuni.pogamut.shed.widget | |
|---|---|
class |
ShedSenseWidget
Widget representing the Sense in the ShedScene. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||