com.objectwave.appArch
Interface WindowModelIF

All Known Implementing Classes:
WindowModel

public interface WindowModelIF


Method Summary
 boolean isAllowingMultipleInstances()
           
 boolean isCached()
           
 void reset()
          Called before a new UI is being created for this model.
 void setWindow(java.awt.Window w)
          Allow the window model to clean up before a new instance is created.
 

Method Detail

isAllowingMultipleInstances

public boolean isAllowingMultipleInstances()

isCached

public boolean isCached()

reset

public void reset()
Called before a new UI is being created for this model.


setWindow

public void setWindow(java.awt.Window w)
Allow the window model to clean up before a new instance is created.