com.sun.electric.tool.user
Interface HighlightListener

All Known Implementing Classes:
Array, ArtworkLook, Attributes, Change, EditWindow, GetInfoArc, GetInfoExport, GetInfoMulti, GetInfoNode, GetInfoOutline, GetInfoText, SavedViews, StatusBar, WindowContextClass

public interface HighlightListener

Class to handle listening for changes to highlighting.


Method Summary
 void highlightChanged(Highlighter which)
          Called by the Highlight manager when highlights have changed and will be updated on the screen.
 void highlighterLostFocus(Highlighter highlighterGainedFocus)
          Called when by a Highlighter when it loses focus.
 

Method Detail

highlightChanged

void highlightChanged(Highlighter which)
Called by the Highlight manager when highlights have changed and will be updated on the screen.


highlighterLostFocus

void highlighterLostFocus(Highlighter highlighterGainedFocus)
Called when by a Highlighter when it loses focus. The argument is the Highlighter that has gained focus (may be null).

Parameters:
highlighterGainedFocus - the highlighter for the current window (may be null).