|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--JSWM
Method Summary | |
void
|
addWindow(<JSWindow> jsWindow)
Add a window to the manager |
void
|
cascade()
Cascade all windows across the viewport |
void
|
collapseAll()
Collapse all collapsible windows |
void
|
expandAll()
Expand all collapsible windows |
Object
|
getWindowSize()
Get size of viewport (less margins) |
void
|
initialize(margins, constraints)
|
boolean
|
isWrapped(<Element> contents)
Determines if an element is already wrapped |
void
|
openElement(<Element> contents, <int> w, <int> h, l, t, <JSWindowOptions> options, <boolean> force)
Create a new window around an existing content |
void
|
openNew(<int> w, <int> h, l, t, <JSWindowOptions> options)
Create a new empty window |
void
|
openURI(<string> uri, <int> w, <int> h, l, t, <JSWindowOptions> options)
Create a new window with an iframe |
void
|
readObject(<String> serialData)
Read serialised object state data into the window manager |
void
|
setActiveWindow(<JSWindow> jsWindow)
Set target window as active |
void
|
tile()
Tile all windows across the viewport |
Object
|
writeObject()
Write object state data for serialisation |
Method Detail |
void addWindow(<JSWindow> jsWindow)
jsWindow
- Window to add
void cascade()
void collapseAll()
void expandAll()
Object getWindowSize()
void initialize(margins, constraints)
boolean isWrapped(<Element> contents)
contents
- Contents to look for
void openElement(<Element> contents, <int> w, <int> h, l, t, <JSWindowOptions> options, <boolean> force)
contents
- Element to wrap
w
- Window width
h
- Window height
options
- Initial options
force
- Re wrap contents even if already wrapped
void openNew(<int> w, <int> h, l, t, <JSWindowOptions> options)
w
- Window width
h
- Window height
options
- Initial options
void openURI(<string> uri, <int> w, <int> h, l, t, <JSWindowOptions> options)
uri
- URI to load in iframe
w
- Window width
h
- Window height
options
- Initial options
void readObject(<String> serialData)
serialData
- Object serialisation data
void setActiveWindow(<JSWindow> jsWindow)
jsWindow
- Window to make active
void tile()
Object writeObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |