public class PagePane extends Object implements ActionListener, AncestorListener
| Constructor and Description |
|---|
PagePane(PDDocument document,
COSDictionary page) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent actionEvent) |
void |
ancestorAdded(AncestorEvent ancestorEvent) |
void |
ancestorMoved(AncestorEvent ancestorEvent) |
void |
ancestorRemoved(AncestorEvent ancestorEvent) |
Component |
getPanel()
Returns the main panel that hold all the UI elements.
|
public PagePane(PDDocument document, COSDictionary page)
public Component getPanel()
public void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListenerpublic void ancestorAdded(AncestorEvent ancestorEvent)
ancestorAdded in interface AncestorListenerpublic void ancestorRemoved(AncestorEvent ancestorEvent)
ancestorRemoved in interface AncestorListenerpublic void ancestorMoved(AncestorEvent ancestorEvent)
ancestorMoved in interface AncestorListenerCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.