com.jeta.open.gui.framework
Interface UIDirector


public interface UIDirector

This interface is used to define a class that is responsible for updating menus, toolbars, and GUI components. UIDirectors are typically invoked after every command that is handled by a JETAController. Most JFrames and JDialogs also have Swing timers that periodically invoke their associated UIDirectors as well.


Method Summary
 void updateComponents(EventObject evt)
          Called when the UI should be updated.
 

Method Detail

updateComponents

void updateComponents(EventObject evt)
Called when the UI should be updated.

Parameters:
evt - an event object that triggered the update (e.g. an action event from a JButton).


Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.