| com.xoetrope.editor.netbeans.wizard.XuiTopComponent
All known Subclasses: com.xoetrope.carousel.testpilot.TestPilotTopComponent,
XuiTopComponent | abstract public class XuiTopComponent extends CloneableTopComponent implements XStartupObject(Code) | | A TopComponent for holding/hosting a XUI wizard applications
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 $
|
applicationContext | protected XApplicationContext applicationContext(Code) | | The wizards context
|
contentPane | protected JPanel contentPane(Code) | | The root panel for adding things
|
currentProject | protected XProject currentProject(Code) | | The wizard's own project
|
ownerProject | protected XProject ownerProject(Code) | | The project that initiated this session
|
XuiTopComponent | public XuiTopComponent(Class ownerClass, String projectXuiFile, String xuiStartupFile)(Code) | | Creates a new instance of XuiTopComponent
|
createMenuBar | protected JMenuBar createMenuBar()(Code) | | Setup the initial menubar
|
getDocumentBase | public URL getDocumentBase()(Code) | | |
getParameter | public String getParameter(String param)(Code) | | Get a startup parameter
Parameters: param - the name of the parameter |
getPersistenceType | abstract public int getPersistenceType()(Code) | | |
refresh | public void refresh()(Code) | | |
restoreViews | public void restoreViews()(Code) | | Restore the normal page views, as in the case of the docking layout where
panels may be zoomed or minimized. This method is called prior to the
display of a new page.
|
setupWindow | public void setupWindow(XProject project, int clientWidth, int clientHeight)(Code) | | |
|
|