|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPresenter | |
|---|---|
| cz.cuni.pogamut.shed.presenter | |
| cz.cuni.pogamut.shed.widget | |
| Uses of IPresenter in cz.cuni.pogamut.shed.presenter |
|---|
| Classes in cz.cuni.pogamut.shed.presenter that implement IPresenter | |
|---|---|
class |
ActionPatternPresenter
IPresenter for widget representing the ActionPattern. |
class |
ActionPresenter
Presenter for primitive action represented by TriggeredAction. |
class |
ActionsPresenter
This presenter takes care about keeping adding/moving/removing expanded actions in the ShedActionsEnvelope for ActionPattern. |
class |
CompetencePresenter
CompetencePresenter is responsible for updating properties from the Competence
to the correct widget. |
class |
DCPresenter
Presenter of DriveCollection. |
class |
DrivePresenter
Presenter for widget representing the DriveElement in the ShedScene. |
class |
ExpandedActionPresenter
Presenter to update expanded attachment
representation of the SlotEnvelope. |
class |
ChoicePresenter
This widget is responsible only for the choice widget, not its trigger nor expanded action. |
class |
ChoicesPresenter
This presenter is responsible for adding, moving and
removing ShedChoiceEnvelope in the ShedChoicesEnvelope. |
class |
PrimitivePresenter<PRIMITIVE_TYPE extends PoshElement & INamedElement>
Base class presenter for primitives, i.e. actions and senses. |
class |
SensePresenter
Presenter for sense widget, it is responsible for menu actions and accept actions. |
class |
TriggerPresenter<TRIGGER_PARENT extends PoshElement>
Tris class is a presenter for ShedTriggerEnvelope. |
| Methods in cz.cuni.pogamut.shed.presenter that return IPresenter | ||
|---|---|---|
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.createActionsPresenter(LapPath actionPatternPath,
ActionPattern actionPattern,
ShedActionsEnvelope actionsEnvelope,
LapChain chain)
|
|
IPresenter |
IPresenterFactory.createActionsPresenter(LapPath actionPatternPath,
ActionPattern actionPattern,
ShedActionsEnvelope actionsEnvelope,
LapChain actionPatternChainchain)
Create presenter that will take care about keeping adding/moving/removing expanded actions in the ShedActionsEnvelope for ActionPattern. |
|
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.createDriveCollectionPresenter(LapPath driveCollectionPath,
DriveCollection driveCollection)
|
|
IPresenter |
IPresenterFactory.createDriveCollectionPresenter(LapPath driveCollectionPath,
DriveCollection driveCollection)
|
|
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.createExpandedActionPresenter(TriggeredAction action,
ExpandedActionEnvelope envelope,
LapChain chain)
|
|
IPresenter |
IPresenterFactory.createExpandedActionPresenter(TriggeredAction action,
ExpandedActionEnvelope envelope,
LapChain chain)
|
|
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. |
|
IPresenter |
ShedPresenterFactory.createChoicesPresenter(LapPath competencePath,
Competence competence,
ShedChoicesEnvelope choicesEnvelope,
LapChain chain)
|
|
IPresenter |
IPresenterFactory.createChoicesPresenter(LapPath competencePath,
Competence competence,
ShedChoicesEnvelope choicesEnvelope,
LapChain competenceChainchain)
Create presenter responsible for adding, moving and removing choices widgets
in the ShedChoicesEnvelope. |
|
IPresenter |
ShedPresenterFactory.createSensePresenter(LapPath sensePath,
Sense sense,
ShedSenseWidget senseWidget,
LapChain senseChain)
|
|
IPresenter |
IPresenterFactory.createSensePresenter(LapPath sensePath,
Sense sense,
ShedSenseWidget senseWidget,
LapChain senseChain)
Create presenter for sense at @sensePath that will present the sense in the @senseWidget. |
|
|
ShedPresenterFactory.createTriggerPresenter(TRIGGER_PARENT parent,
Trigger<TRIGGER_PARENT> trigger,
ShedTriggerEnvelope triggerEnvelope,
LapChain chain)
|
|
|
IPresenterFactory.createTriggerPresenter(TRIGGER_PARENT parent,
Trigger<TRIGGER_PARENT> trigger,
ShedTriggerEnvelope triggerEnvelope,
LapChain parentChain)
Create presenter for trigger, it is responsible for keepeing track of added/moved/removed senses. |
|
| Uses of IPresenter in cz.cuni.pogamut.shed.widget |
|---|
| Fields in cz.cuni.pogamut.shed.widget declared as IPresenter | |
|---|---|
protected IPresenter |
ShedWidget.actionProvider
Provider of actions for this widget, menu, accept and others. |
| Methods in cz.cuni.pogamut.shed.widget that return IPresenter | |
|---|---|
IPresenter |
ShedWidget.getPresenter()
|
IPresenter |
IPresentedWidget.getPresenter()
|
IPresenter |
ExpandedActionEnvelope.getPresenter()
|
IPresenter |
AbstractShedEnvelope.getPresenter()
|
| Methods in cz.cuni.pogamut.shed.widget with parameters of type IPresenter | |
|---|---|
void |
ShedWidget.setPresenter(IPresenter newPresenter)
Set new presenter of the widget. |
void |
ExpandedActionEnvelope.setPresenter(IPresenter newPresenter)
|
void |
AbstractShedEnvelope.setPresenter(IPresenter newPresenter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||