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 ActionListener
public void ancestorAdded(AncestorEvent ancestorEvent)
ancestorAdded
in interface AncestorListener
public void ancestorRemoved(AncestorEvent ancestorEvent)
ancestorRemoved
in interface AncestorListener
public void ancestorMoved(AncestorEvent ancestorEvent)
ancestorMoved
in interface AncestorListener
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.