public interface SelectableFilter extends Filter
SelectableFilter
is used to determine whether to render
an element's selected state in view components. For example, in network
canvas when an element is selected, a selected border will display around
the element to make it distinct.Modifier and Type | Method and Description |
---|---|
boolean |
isSelectable(Element element)
Checks whether the given element can be rendered selected state.
|
boolean isSelectable(Element element)
element
- the given element to be checked.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.