Uses of Class
com.itmill.toolkit.ui.FrameWindow.Frame

Packages that use FrameWindow.Frame
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of FrameWindow.Frame in com.itmill.toolkit.ui
 

Subclasses of FrameWindow.Frame in com.itmill.toolkit.ui
 class FrameWindow.Frameset
          Vertical or horizontal set of frames.
 

Methods in com.itmill.toolkit.ui that return FrameWindow.Frame
 FrameWindow.Frame FrameWindow.Frameset.getFrame(int index)
          Gets the frame by index.
 FrameWindow.Frame FrameWindow.Frameset.getFrame(String name)
          Gets the frame by name.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Resource resource, String name)
          Creates the new frame containing a resource.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Resource resource, String name, int index)
          Creates the new frame containing a resource.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(URL url, String name)
          Creates the new frame containing a url.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(URL url, String name, int index)
          Creates the new frame containing a url.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Window window)
          Creates the new frame containing a window.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Window window, int index)
          Creates the new frame containing a window.
 

Methods in com.itmill.toolkit.ui with parameters of type FrameWindow.Frame
 void FrameWindow.Frameset.removeFrame(FrameWindow.Frame frame)
          Removes the frame from this frameset.
 



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