|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HiliteManager
Method Summary | |
---|---|
void |
clearHilite()
Clears the current hilited objects. |
Set<Hiliteable> |
getHilited()
|
void |
hilite(Hiliteable object)
Hilites the given object. |
void |
hilite(Set<Hiliteable> objects)
Hilites the given objects. |
boolean |
isHilited(Hiliteable object)
Returns true if the given object is hilited. |
void |
unHilite(Hiliteable object)
Unhilites the given object. |
void |
unHilite(Set<Hiliteable> objects)
Unhilites the given objects. |
Method Detail |
---|
void hilite(Set<Hiliteable> objects)
objects
- The objects to select.void hilite(Hiliteable object)
object
- The object to select.void unHilite(Set<Hiliteable> objects)
objects
- The objects to unselect.void unHilite(Hiliteable object)
object
- The object to unselect.void clearHilite()
Set<Hiliteable> getHilited()
boolean isHilited(Hiliteable object)
object
- The object to check if it is hilited.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |