| net.xoetrope.xui.test.TestXPageManager
TestXPageManager | public class TestXPageManager extends TestCase implements XPageDisplay(Code) | | Title: XUI
Description:
Copyright (c) Xoetrope Ltd., 1998-2004
version: 1.0 |
TestXPageManager | public TestXPageManager()(Code) | | |
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 |
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 |
testLoadPage | public void testLoadPage()(Code) | | |
|
|