|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A proxy for the report preview component.
Method Summary | |
void |
addComponentListener(java.awt.event.ComponentListener listener)
Adds a component listener to the preview component. |
void |
close()
Shuts down the preview component. |
javax.swing.Action |
createDefaultCloseAction()
Creates a default close action. |
void |
dispose()
Disposes the preview component. |
PreviewProxyBase |
getBase()
Returns the proxybase used to implement the behaviour of the report preview component. |
void |
pack()
Packs the preview component. |
void |
removeComponentListener(java.awt.event.ComponentListener listener)
Removes the component listener. |
void |
setJMenuBar(javax.swing.JMenuBar bar)
Sets the menu bar for the preview component. |
void |
setTitle(java.lang.String title)
Sets the title for the preview component. |
Method Detail |
public void pack()
public void dispose()
public void addComponentListener(java.awt.event.ComponentListener listener)
listener
- the listener.public void removeComponentListener(java.awt.event.ComponentListener listener)
listener
- the listener.public javax.swing.Action createDefaultCloseAction()
public void setJMenuBar(javax.swing.JMenuBar bar)
bar
- the menu bar.public void setTitle(java.lang.String title)
title
- the title.public PreviewProxyBase getBase()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |