|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImplementationClass
The interface to be implemented by all implementation classes.
Method Summary | |
---|---|
void |
highLight(java.awt.Component component,
java.awt.Color border)
High light the given component, called during object mapping |
void |
lowLight(java.awt.Component component)
Low light the given component, called during object mapping |
Methods inherited from interface org.eclipse.jubula.rc.common.implclasses.IBaseImplementationClass |
---|
getTextArrayFromComponent, setComponent |
Method Detail |
---|
void highLight(java.awt.Component component, java.awt.Color border)
component
- the component to high lightborder
- the color we want to highlight withvoid lowLight(java.awt.Component component)
component
- the component to remove the 'hight light'
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |