Generic Environment GUI Class Library

Interface SettableEnvDisplay

All Superinterfaces:
EnvDisplay
All Known Implementing Classes:
EnvAppFrame, ScrollableEnvDisplay

public interface SettableEnvDisplay
extends EnvDisplay

Environment-Based Applications:
The SettableEnvDisplay interface adds the setEnv method to the showEnv method specified by EnvDisplay.

Version:
1 November 2002

Method Summary
 void setEnv(Environment env)
          Sets the Environment being displayed.
 void showEnv()
          Shows the current state of the environment.
 

Method Detail

setEnv

public void setEnv(Environment env)
Sets the Environment being displayed. (Precondition: env is not null.)
Parameters:
env - the Environment to display

showEnv

public void showEnv()
Shows the current state of the environment.
Specified by:
showEnv in interface EnvDisplay

Generic Environment GUI Class Library

Copyright© 2003 Alyce Brady