|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAcceptAction | |
|---|---|
| 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 AbstractAcceptAction in cz.cuni.pogamut.posh.widget |
|---|
| Methods in cz.cuni.pogamut.posh.widget that return types with arguments of type AbstractAcceptAction | |
|---|---|
protected abstract List<AbstractAcceptAction> |
PoshWidget.getAcceptProviders()
Return list of acceptors that will do something when proper Transferable is dropped on the widget. |
| Uses of AbstractAcceptAction in cz.cuni.pogamut.posh.widget.accept |
|---|
| Subclasses of AbstractAcceptAction in cz.cuni.pogamut.posh.widget.accept | |
|---|---|
class |
AcceptAP2Plan
Add AP to Posh plan. |
class |
AcceptAP2TA
When action pattern is dropped to triggered action, add action pattern to the POSH plan (if it isn't already there) and change name of triggered action to name of action pattern and expand it. |
class |
AcceptCE2CE
AcceptProvider for CompetencePriorityElement. |
class |
AcceptComp2Plan
Add competence to the plan. |
class |
AcceptComp2TA
When competence is dropped to the triggered action, add competence to the posh plan if it isn't already there and change name of triggered action (that means triggered action will expand to the competence). |
class |
AcceptDrive2DC
What to do when drive is dropped on drive collection node. |
class |
AcceptDrive2Drive
AcceptProvider when DriveElement is dropped on the SimpleDriveElementWidget. |
class |
AcceptGoal2DC
When goal is dropped on the DC, replace the current goal. |
class |
AcceptSense2CE
Class for accepting dropped Sense to the SimpleCompetenceElementWidget. |
class |
AcceptSense2Goal
What to do when sense is dropped onto the goal: add sense to end of list of goal senses. |
class |
AcceptSense2Sense
When sense is dropped on the sense, add it to the list on the place where passed poshsense was and move the rest of list down. |
class |
AcceptSense2Triggers
When sense is dropped to the triggers widget, add it as last Sense to the associted Triggers element. |
class |
AcceptTA2TA
Accept provider that says what to do when triggered action is dropped on triggered action. |
| Uses of AbstractAcceptAction in cz.cuni.pogamut.posh.widget.kidview |
|---|
| Methods in cz.cuni.pogamut.posh.widget.kidview that return types with arguments of type AbstractAcceptAction | |
|---|---|
protected List<AbstractAcceptAction> |
SimpleSenseWidget.getAcceptProviders()
|
protected List<AbstractAcceptAction> |
SimpleDriveCollectionWidget.getAcceptProviders()
|
protected List<AbstractAcceptAction> |
SimpleRoleActionWidget.getAcceptProviders()
|
protected List<AbstractAcceptAction> |
SimpleCompetenceElementWidget.getAcceptProviders()
|
protected List<AbstractAcceptAction> |
SimpleRoleActionPatternWidget.getAcceptProviders()
|
protected List<AbstractAcceptAction> |
SimpleRoleCompetenceWidget.getAcceptProviders()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||