|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uk.ac.ebi.intact.application.hierarchView.highlightment.behaviour.HighlightmentBehaviour
|
+--uk.ac.ebi.intact.application.hierarchView.highlightment.behaviour.VisibleHighlightmentBehaviour
Behaviour allowing to display only highlighted protein and hide all others.
| Constructor Summary | |
VisibleHighlightmentBehaviour()
|
|
| Method Summary | |
void |
applyBehaviour(Node aProtein)
Apply the implemented behaviour to the specific Node of the graph. |
java.util.Collection |
modifyCollection(java.util.Collection proteins,
InteractionNetwork aGraph)
Select all the graph's protein which are not in the given collection. The aim of that behaviour is to display only se selected protein, so we have to set the VISIBLE flag of all other proteins to false. |
| Methods inherited from class uk.ac.ebi.intact.application.hierarchView.highlightment.behaviour.HighlightmentBehaviour |
apply, getHighlightmentBehaviour |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VisibleHighlightmentBehaviour()
| Method Detail |
public java.util.Collection modifyCollection(java.util.Collection proteins,
InteractionNetwork aGraph)
modifyCollection in class HighlightmentBehaviourproteins - the list of protein to highlightaGraph - the current interaction network
public void applyBehaviour(Node aProtein)
applyBehaviour in class HighlightmentBehaviouraProtein - the node on which we want to apply the behaviour
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||