| net.xoetrope.xui.XPageDisplay
All known Subclasses: net.xoetrope.xui.test.TestXPageManager, net.xoetrope.builder.editor.XPageHolder, net.xoetrope.swing.XApplet, net.xoetrope.awt.XApplet,
XPageDisplay | public interface XPageDisplay (Code) | | An interface used by page containers to display a page. XApplet is a known implementation
Copyright (c) Xoetrope Ltd., 1998-2004
License: see license.txt
$Revision: 1.12 $
|
addTarget | public void addTarget(XTarget frame, Object constraint)(Code) | | Adds a frame to the frameset
Parameters: frame - the new traget frame Parameters: constraint - the BorderLayout constraint |
displayPage | public XPage displayPage(XPage page)(Code) | | Called when a page needs to be displayed. Updates the default target area
Parameters: page - the new page the page being displayed |
displayPage | public XPage displayPage(XPage page, String target)(Code) | | Called when a page needs to be displayed.
Parameters: page - the new page Parameters: target - the name of the target area to update the page being displayed |
findTarget | public Container findTarget(String name)(Code) | | Get a named frame/target from the current frameset
Parameters: name - the name of the frame the target frame |
getNumTargets | public int getNumTargets()(Code) | | Get the number of frame/target from the current frameset
the number of target frames |
getTarget | public Container getTarget(int idx)(Code) | | Get the target for a page display request
Parameters: idx - the target area the container to be updated |
|
|