|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoshWidget | |
|---|---|
| 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). |
| Uses of PoshWidget in cz.cuni.pogamut.posh.view |
|---|
| Methods in cz.cuni.pogamut.posh.view with parameters of type PoshWidget | |
|---|---|
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. |
| Constructors in cz.cuni.pogamut.posh.view with parameters of type PoshWidget | |
|---|---|
TreeCollapseImprint(PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> dcw)
Create a TreeCollapseImprint from using passed posh plan tree |
|
| Uses of PoshWidget in cz.cuni.pogamut.posh.widget |
|---|
| Methods in cz.cuni.pogamut.posh.widget that return PoshWidget | |
|---|---|
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshWidget.getParent()
Get parent widget |
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshScene.getRootWidget()
|
PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> |
PoshWidget.getRootWidget()
Get root widget of the tree this widget belongs to. |
| Methods in cz.cuni.pogamut.posh.widget that return types with arguments of type PoshWidget | |
|---|---|
List<PoshWidget<? extends cz.cuni.amis.pogamut.sposh.elements.PoshElement>> |
PoshWidget.getChildNodes()
Get children of this node. |
| Methods in cz.cuni.pogamut.posh.widget with parameters of type PoshWidget | |
|---|---|
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. |
| Constructors in cz.cuni.pogamut.posh.widget with parameters of type PoshWidget | |
|---|---|
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. |
|
| Uses of PoshWidget in cz.cuni.pogamut.posh.widget.accept |
|---|
| Fields in cz.cuni.pogamut.posh.widget.accept declared as PoshWidget | |
|---|---|
protected PoshWidget |
AbstractAcceptAction.widget
|
| Constructors in cz.cuni.pogamut.posh.widget.accept with parameters of type PoshWidget | |
|---|---|
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. |
|
| Uses of PoshWidget in cz.cuni.pogamut.posh.widget.kidview |
|---|
| Subclasses of PoshWidget in cz.cuni.pogamut.posh.widget.kidview | |
|---|---|
class |
SimpleBasicWidget<T extends 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. |
| Fields in cz.cuni.pogamut.posh.widget.kidview declared as PoshWidget | |
|---|---|
protected PoshWidget |
AbstractMenuAction.widget
|
| Methods in cz.cuni.pogamut.posh.widget.kidview that return PoshWidget | |
|---|---|
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. |
| Method parameters in cz.cuni.pogamut.posh.widget.kidview with type arguments of type PoshWidget | |
|---|---|
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. |
| Constructors in cz.cuni.pogamut.posh.widget.kidview with parameters of type PoshWidget | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||