| Package | Description |
|---|---|
| cz.cuni.pogamut.posh.view |
Elements of multiview, simple view and source view.
|
| cz.cuni.pogamut.posh.widget |
Basic/ancestor classes that are used in whole editor.
|
| cz.cuni.pogamut.posh.widget.accept | |
| cz.cuni.pogamut.posh.widget.kidview |
Widgets that are used in KidView (or SimpleView).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeCollapseImprint.restore(PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> dcw)
Take passed widget tree and try to restore collapse state that is
stored in this memory.
|
| Constructor and Description |
|---|
TreeCollapseImprint(PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> dcw)
Create a TreeCollapseImprint from using passed posh plan tree
|
| Modifier and Type | Method and Description |
|---|---|
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshWidget.getParent()
Get parent widget
|
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshWidget.getRootWidget()
Get root widget of the tree this widget belongs to.
|
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshScene.getRootWidget() |
| Modifier and Type | Method and Description |
|---|---|
List<PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement>> |
PoshWidget.getChildNodes()
Get children of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoshScene.addPoshWidget(PoshWidget newWidget,
boolean consolidate)
Add widget and its connection widget to the scene.
|
void |
PoshScene.deletePoshWidget(PoshWidget widget)
Remove widget and its connection from scene, doesn't consolidate
BEWARE: if it is not leaf that is removed, results are unpredictable.
|
boolean |
PoshWidget.isAncestor(PoshWidget ancestorWidget)
Is passed ancestorWidget in path from this widget to the root?
|
boolean |
PoshScene.isInMainLayer(PoshWidget widget)
Check if the widget is in the main layer.
|
void |
PoshScene.setRootWidget(PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> node)
Set root widget of the scene.
|
| Constructor and Description |
|---|
PoshWidget.PropertyNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement element,
PoshWidget widget) |
PoshWidget(PoshScene scene,
T node,
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> parentWidget,
String displayName)
Create a widget representing PoshElement.
|
| Modifier and Type | Field and Description |
|---|---|
protected PoshWidget |
AbstractAcceptAction.widget |
| Constructor and Description |
|---|
AbstractAcceptAction(DataFlavor dataFlavor,
TARGET dataNode,
PoshWidget widget)
Create an abstract action in the widget widget that will do something to
data node dataNode when transferable of same data flavor as dataFlavor
is dropped onto widget.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBasicWidget<T extends cz.cuni.amis.pogamut.sposh.elements.PoshElement>
Basic widget for KidView.
|
class |
SimpleCompetenceElementWidget
Widget representing Competence Element and its only possible child CompetenceElement
(so this widget represents two data nodes) in KidView.
|
class |
SimpleDriveCollectionWidget
Widget representing DriveCollection in KidView.
|
class |
SimpleRoleActionPatternWidget
Widget that is showing as AP, but it is a triggered action.
|
class |
SimpleRoleActionWidget
Representation of triggered action as a single action.
|
class |
SimpleRoleCompetenceWidget
Widget that is showing as competence, but its associated data node is a triggered action.
|
class |
SimpleSenseWidget
Representation of Sense in KidView.
|
| Modifier and Type | Field and Description |
|---|---|
protected PoshWidget |
AbstractMenuAction.widget |
| Modifier and Type | Method and Description |
|---|---|
protected PoshWidget |
SimpleBasicWidget.getAssociatedWidget(List<PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement>> list,
cz.cuni.amis.pogamut.sposh.elements.PoshElement dataNode)
Get widget from the list that has dataNodeas associated node.
|
| Modifier and Type | Method and Description |
|---|---|
protected PoshWidget |
SimpleBasicWidget.getAssociatedWidget(List<PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement>> list,
cz.cuni.amis.pogamut.sposh.elements.PoshElement dataNode)
Get widget from the list that has dataNodeas associated node.
|
| Constructor and Description |
|---|
AbstractMenuAction(String desc,
T dataNode,
PoshWidget widget) |
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.