net.sourceforge.nite.gui.textviewer
Interface Displayer


public interface Displayer

implemented by interfaces which wish to take control of redisplay themselves, rather than leaving redisplay to the limited set of XML actions as pre-defined.

Author:
jonathan

Method Summary
 void redisplay()
          redisplay the entire interface
 void redisplay(ObjectModelElement ome)
          redisplay the parts of the interface affected by changes to the given ObjectModelElement.
 

Method Detail

redisplay

void redisplay()
redisplay the entire interface


redisplay

void redisplay(ObjectModelElement ome)
redisplay the parts of the interface affected by changes to the given ObjectModelElement.