|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jubula.rc.swing.swing.implclasses.HighLighter
public class HighLighter
This class high- and lowlights any JComponent with a small green border.
Constructor Summary | |
---|---|
HighLighter()
|
Method Summary | |
---|---|
void |
highLight(java.awt.Component component,
java.awt.Color border)
High ligths the given Component by a border painted to the glass pane. |
void |
lowLight(java.awt.Component component)
Removes the high light border by repainting the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighLighter()
Method Detail |
---|
public void highLight(java.awt.Component component, java.awt.Color border)
component
- the component to highlight, will not be modifiedborder
- the color to highlight withpublic void lowLight(java.awt.Component component)
component
- the component to low light, will not be modified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |