com.missiondata.oss.lakeshore.widget
Class Window

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.Controller
      extended bycom.missiondata.oss.lakeshore.Component
          extended bycom.missiondata.oss.lakeshore.widget.Window

public class Window
extends Component


Constructor Summary
Window(java.lang.String title, Component content)
           
 
Method Summary
 void renderOn(Renderer r)
           
 
Methods inherited from class com.missiondata.oss.lakeshore.Controller
activeController, answer, answer, answerAction, answerAction, call, call, callAction, callAction, callMethod, callMethod, clearDelegate, getParent, getRequestHandler, getSessionAttribute, getUploadedFile, inform, isUserInRole, onAnswer, onAnswer, receiveCall, render, resumeCall, setDelegate, setParent, setRequestHandler, setSessionAttribute, setThreadManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window(java.lang.String title,
              Component content)
Method Detail

renderOn

public void renderOn(Renderer r)
Specified by:
renderOn in class Component