|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShedPresenter | |
|---|---|
| cz.cuni.pogamut.posh.explorer | This package contains classes that can search for nodes of the plan (nodes=AP/C/action/sense) and GUI explorers that allow user to manipulate them. |
| 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. |
| cz.cuni.pogamut.shed.widget.editor | Inplace editors for various widgets. |
| Uses of ShedPresenter in cz.cuni.pogamut.posh.explorer |
|---|
| Constructors in cz.cuni.pogamut.posh.explorer with parameters of type ShedPresenter | |
|---|---|
NameMapCrawler(ShedPresenter presenter)
|
|
PalettePane(PoshPlan plan,
org.netbeans.api.project.Project project,
ShedPresenter namePresenter)
|
|
| Uses of ShedPresenter in cz.cuni.pogamut.shed.presenter |
|---|
| Constructors in cz.cuni.pogamut.shed.presenter with parameters of type ShedPresenter | |
|---|---|
PrimitivePresenter(ShedScene scene,
ShedPresenter presenter,
PRIMITIVE_TYPE primitive,
ShedWidget primitiveWidget,
LapChain primitiveChain)
Create new presenter for @primitive, detect and project all changes on the @primitive and @primitiveChain to the @primitiveWidget. |
|
ShedPresenterFactory(ShedScene scene,
PoshPlan plan,
ShedPresenter presenter)
|
|
| Uses of ShedPresenter in cz.cuni.pogamut.shed.widget |
|---|
| Methods in cz.cuni.pogamut.shed.widget that return ShedPresenter | |
|---|---|
ShedPresenter |
ShedScene.getPresenter()
Get presenter used by this scene. |
| Uses of ShedPresenter in cz.cuni.pogamut.shed.widget.editor |
|---|
| Methods in cz.cuni.pogamut.shed.widget.editor with parameters of type ShedPresenter | |
|---|---|
static org.netbeans.api.visual.action.InplaceEditorProvider |
ShedInplaceEditorFactory.createActionEditorProvider(TriggeredAction action,
ShedPresenter presenter,
LapChain chain)
Create inplace editor provider that can edit action, its argumenta passed by the action downwards. |
static org.netbeans.api.visual.action.InplaceEditorProvider |
ShedInplaceEditorFactory.createSenseEditorProvider(Sense sense,
ShedPresenter presenter,
LapChain chain)
Create inplace editor provider that can edit sense, its argumenta passed by the sense downwards, predicate and value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||