|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XStartupObject
A interface to the startup object
Copyright: Copyright (c) Xoetrope Ltd., 1998-2005
License: see license.txt
| Method Summary | |
|---|---|
java.lang.Object |
displayDecoration(PageSupport page,
java.lang.String constraint)
Display a window decoration, for example a toolbar |
java.lang.Object |
getApplicationMenuBar()
Get the application menubar |
java.lang.Object |
getContentPaneEx()
Get the content pane used by XUI - the container in which pages are displayed |
java.net.URL |
getDocumentBase()
Gets the URL of the document in which this applet is embedded. |
java.lang.String |
getParameter(java.lang.String param)
Get a startup parameter |
java.lang.Object |
getParentObject()
Get the parent container/object |
java.lang.String |
getWidgetClassPackage()
Get the package name for the default widget set |
void |
refresh()
Validate and repaint the display |
void |
restoreViews()
Restore the normal page views, as in the case of the docking layout where panels may be zoomed or minimized. |
void |
setApplicationMenuBar(java.lang.Object mb)
Set the menubar |
void |
setAppTitle(java.lang.String title)
Set the application title. |
void |
setIcon(java.awt.Image img)
Set the application icon |
void |
setSize(java.awt.Dimension size)
Set the size of this application/applet |
void |
setupFrameset(java.util.Hashtable params)
Setup frameset. |
void |
setupWindow(XApplicationContext context,
XProject currentProject,
int clientWidth,
int clientHeight)
Setup the main application window |
void |
validate()
Validates this container and all of its subcomponents |
| Method Detail |
|---|
java.lang.String getParameter(java.lang.String param)
param - the name of the parameterjava.lang.String getWidgetClassPackage()
java.lang.Object getParentObject()
java.net.URL getDocumentBase()
http://java.sun.com/products/jdk/1.2/index.html
The document base is:
http://java.sun.com/products/jdk/1.2/index.html
URL of the document that contains this
applet.Applet.getCodeBase()void setSize(java.awt.Dimension size)
size - the requested sizejava.lang.Object getContentPaneEx()
void validate()
void refresh()
void setAppTitle(java.lang.String title)
title - void setIcon(java.awt.Image img)
img - the image name
void setupWindow(XApplicationContext context,
XProject currentProject,
int clientWidth,
int clientHeight)
context - the application context for the new applicationcurrentProject - the current projectclientWidth - the desired width for the new windowclientHeight - the desired height for the new windowvoid setupFrameset(java.util.Hashtable params)
params - the framset parameters if any
java.lang.Object displayDecoration(PageSupport page,
java.lang.String constraint)
page - the new pageconstraint - a value controlling how and where the decoration is
displayed, this value is application type specific
java.lang.Object getApplicationMenuBar()
void setApplicationMenuBar(java.lang.Object mb)
mb - the menubarvoid restoreViews()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||