| Package | Description |
|---|---|
| cz.cuni.pogamut.posh.widget |
Basic/ancestor classes that are used in whole editor.
|
| cz.cuni.pogamut.posh.widget.kidview |
Widgets that are used in KidView (or SimpleView).
|
| Modifier and Type | Method and Description |
|---|---|
PoshScene |
PoshWidget.getPoshScene()
Return PoshScene the widget is in.
|
| Constructor and Description |
|---|
PoshWidget(PoshScene scene,
T node,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parentWidget,
String displayName)
Create a widget representing PoshElement.
|
TrimmedLabelWidget(PoshScene scene,
double maxWidth) |
| Constructor and Description |
|---|
SimpleBasicWidget(PoshScene poshScene,
T dataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent,
String name) |
SimpleCompetenceElementWidget(PoshScene poshScene,
cz.cuni.amis.pogamut.sposh.elements.CompetenceElement dataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent) |
SimpleDriveCollectionWidget(PoshScene scene,
cz.cuni.amis.pogamut.sposh.elements.DriveCollection associatedDataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent) |
SimpleRoleActionPatternWidget(PoshScene poshScene,
cz.cuni.amis.pogamut.sposh.elements.TriggeredAction dataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent,
cz.cuni.amis.pogamut.sposh.elements.ActionPattern apNode) |
SimpleRoleActionWidget(PoshScene poshScene,
cz.cuni.amis.pogamut.sposh.elements.TriggeredAction dataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent) |
SimpleRoleCompetenceWidget(PoshScene poshScene,
cz.cuni.amis.pogamut.sposh.elements.TriggeredAction dataNode,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parent,
cz.cuni.amis.pogamut.sposh.elements.Competence compNode) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.