|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SidePanel
Represents a side-panel in a DocumentPanel. Typical uses are to
display Thumbnails, Document outlines and so on. Any class implementing this
interace must be a Component.
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
SidePanelFactory| Method Summary | |
|---|---|
String |
getName()
Return the non-localized display name of this SidePanel. |
void |
panelHidden()
Called when the panel is made hidden |
void |
panelVisible()
Called when the panel is made visible |
void |
redraw(Object o)
Called when the DocumentPanel.redraw(java.lang.Object) method is called, this
method should rebuild the specified object if appropriate for this
panel. |
void |
setDocumentPanel(DocumentPanel panel)
Set the DocumentPanel this SidePanel is a member of. |
| Method Detail |
|---|
void setDocumentPanel(DocumentPanel panel)
DocumentPanel this SidePanel is a member of. This method
is called every time the DocumentPanel has it's document changed - the
SidePanel should be reinitialized in this call. If the SidePanel
is removed, this method will be called with null as it's
argument.
void panelVisible()
void panelHidden()
void redraw(Object o)
DocumentPanel.redraw(java.lang.Object) method is called, this
method should rebuild the specified object if appropriate for this
panel.
String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||