uci.ui
Interface IStatusBar

All Known Implementing Classes:
JGraphFrame, ProjectBrowser, SplashScreen

public abstract interface IStatusBar

Interface that must be implemented by any window that wants to take responsibility for displaying status bar information (e.g., "Loading File...".


Method Summary
 void showStatus(String s)
           
 

Method Detail

showStatus

public void showStatus(String s)