bill.util.gui
Interface HighlightInterface
- All Known Implementing Classes:
- AddKeyValueFrame
- public interface HighlightInterface
Interface to be implemented by any frames that have required field
highlighting that can be turned on and off.
Method Summary |
void |
displayHighlighting(boolean display)
Method to turn the highlighting on or off. |
displayHighlighting
public void displayHighlighting(boolean display)
- Method to turn the highlighting on or off. The implementing class should
contain logic here to highlight or unhighlight all relevant fields in
the frame.
- Parameters:
display
- Indicates if highlighting should be used, true
indicates to highlight, false
indicates to not
highlight.