|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing JRex PrintPreview ToolBar. PrintPreview tool bar is for each root window, so the implementer should handle situation of showPrintToolBar for multiple and same windows.(Hint: when JRexPrintPreviewToolBar instance is used as singleton)
Method Summary | |
void |
hide(Window window)
Invoked to programmatically hide Print ToolBar. |
void |
show(JRexCanvas browser,
Container browserContainer,
Window window)
Invoked to Show Print ToolBar and hide MenuBar and ToolBar. |
Method Detail |
public void show(JRexCanvas browser, Container browserContainer, Window window)
browser
- the browser component which requested Print Preview.browserContainer
- the root parent of the browser component, the layout of browserContainer
is expected to be BorderLayout where NORTH contains
Menu and Tool bar, CENTER has browser component and SOUTH has StatusBar.window
- the window which contains the browser component.JRexBrowserData
public void hide(Window window)
window
- the window which contains the browser component which requested Print Preview
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |