| com.xoetrope.editor.netbeans.wizard.XuiTopComponent com.xoetrope.carousel.testpilot.TestPilotTopComponent
TestPilotTopComponent | public class TestPilotTopComponent extends XuiTopComponent (Code) | | A TopComponent for hosting the TestPilot tool
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.8 $
|
Field Summary | |
protected XProject | currentProject The owner project and the context in which this object operates. |
currentProject | protected XProject currentProject(Code) | | The owner project and the context in which this object operates.
|
TestPilotTopComponent | public TestPilotTopComponent()(Code) | | Creates a new instance of TestPilotTopComponent
|
closeLast | protected boolean closeLast()(Code) | | |
displayDecoration | public Object displayDecoration(PageSupport page, String constraint)(Code) | | Display a window decoration, for example a toolbar
Parameters: page - the new page Parameters: constraint - a value controlling how and where the decoration is displayed, this value is application type specific the page being displayed |
getApplicationMenuBar | public Object getApplicationMenuBar()(Code) | | Get the menubar, setting it up if it is not already added to the
application frame
the menu bar |
getParentObject | public Object getParentObject()(Code) | | Get the parent object
the parent |
getPersistenceType | public int getPersistenceType()(Code) | | |
getWidgetClassPackage | public String getWidgetClassPackage()(Code) | | Get the package name for the default widget set
|
restoreViews | public void restoreViews()(Code) | | |
setApplicationMenuBar | public void setApplicationMenuBar(Object mb)(Code) | | Set the menubar
Parameters: mb - the menubar |
setupFrameset | public void setupFrameset(Hashtable params)(Code) | | Setup frameset. This method is called prior to the addition of any target
areas in the framset and prior to the display of any pages. Since this
applet does not support configurable framesets, this method ignores the
parameter values passed.
Parameters: params - the framset parameters if any |
setupWindow | public void setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)(Code) | | Setup the windowing.
Parameters: context - the owner application context Parameters: currentProject - the owner project Parameters: clientWidth - the desired width of the application Parameters: clientHeight - the desired height of the application |
|
|