public class PceWebLink extends BiLink
| Constructor and Description |
|---|
PceWebLink(LinkKey key,
Link link)
Initialize the Link and key attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeHilight(Set<Link> selectedLinks,
Set<Link> allLinks)
Highlight the color of given selected links.
|
LinkHighlight |
highlight(Enum<?> anEnum)
Returns the link highlighting to use, based on this bi-link's current
state.
|
public void computeHilight(Set<Link> selectedLinks, Set<Link> allLinks)
selectedLinks - the primary linksallLinks - the secondary linkspublic LinkHighlight highlight(Enum<?> anEnum)
BiLink