|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
| biouml.standard.filter | |
| Uses of Action in biouml.standard.filter |
| Classes in biouml.standard.filter that implement Action | |
class |
CompositeHighlightAction
If some diagram element satisfies to conditions of several filters simultaneously, then it can be highlighted by several colors. |
class |
HideAction
If diagram element satisfies to the filter condition it will be highlighted. |
class |
HighlightAction
If diagram element satisfies to the filter condition it will be highlighted. |
| Fields in biouml.standard.filter declared as Action | |
protected Action |
ActionEditor.ActionRenderer.action
|
| Methods in biouml.standard.filter that return Action | |
Action |
ValueActionFilter.getAction(DiagramElement de)
|
Action |
ValueAction.getAction()
|
protected Action |
BiopolimerDiagramFilter.getNodeAction(Node node)
|
protected Action |
BiopolimerDiagramFilter.mergeActions(Action action1,
Action action2)
|
Action |
ActionFilter.getAction(DiagramElement de)
Returns action, that should be applied to the specified diagram element, if it satisfies to the filter condition or null otherwise. |
Action |
ActionEditor.ActionRenderer.getAction()
|
| Methods in biouml.standard.filter with parameters of type Action | |
void |
ValueAction.setAction(Action action)
|
protected Action |
BiopolimerDiagramFilter.mergeActions(Action action1,
Action action2)
|
void |
ActionEditor.ActionRenderer.setAction(Action action)
|
| Constructors in biouml.standard.filter with parameters of type Action | |
CompositeHighlightAction(Action action1,
Action action2)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||