Uses of Interface
com.itmill.toolkit.terminal.URIHandler

Packages that use URIHandler
com.itmill.toolkit This package is the base of the IT Mill Toolkit. 
com.itmill.toolkit.terminal Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. 
com.itmill.toolkit.terminal.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of URIHandler in com.itmill.toolkit
 

Classes in com.itmill.toolkit that implement URIHandler
 class Application
           Base class required for all IT Mill Toolkit applications.
 

Uses of URIHandler in com.itmill.toolkit.terminal
 

Methods in com.itmill.toolkit.terminal that return URIHandler
 URIHandler URIHandler.ErrorEvent.getURIHandler()
          Gets the source URIHandler.
 

Uses of URIHandler in com.itmill.toolkit.terminal.web
 

Classes in com.itmill.toolkit.terminal.web that implement URIHandler
 class DebugWindow
          This class provides a debugging window where one may view the UIDL of the current window, or in a tabset the UIDL of an active frameset.
 

Methods in com.itmill.toolkit.terminal.web that return URIHandler
 URIHandler ApplicationServlet.URIHandlerErrorImpl.getURIHandler()
          Gets the source URIHandler.
 URIHandler AjaxApplicationManager.URIHandlerErrorImpl.getURIHandler()
           
 

Uses of URIHandler in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement URIHandler
 class FrameWindow
           An application frame window component.
protected  class Select.OptionsStream
           
 class Window
          Application window component.
 

Methods in com.itmill.toolkit.ui with parameters of type URIHandler
 void Window.addURIHandler(URIHandler handler)
          Adds the new URI handler to this window.
 void Window.removeURIHandler(URIHandler handler)
          Removes the given URI handler from this window.
 



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.