ucar.unidata.util
Interface TopLevel


public interface TopLevel

common toplevel for applets (JApplet) and applications (JFrames)


Method Summary
 void close()
          close and exit the progem
 RootPaneContainer getRootPaneContainer()
          get the getRootPaneContainer
 boolean isApplet()
          return true if this is an Applet
 void save()
          save any persistant data
 

Method Detail

getRootPaneContainer

RootPaneContainer getRootPaneContainer()
get the getRootPaneContainer

Returns:
_more_

close

void close()
close and exit the progem


save

void save()
save any persistant data


isApplet

boolean isApplet()
return true if this is an Applet

Returns:
_more_