|
||||||||||
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 | |
---|---|
Icon |
getIcon()
Return the Icon to use when displaying this SidePanel |
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 |
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()
String getName()
Icon getIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |