|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JToolBar
com.qoppa.pdfViewer.PDFToolbar
public class PDFToolbar
The PDFViewerBean toolbar. The toolbar contains buttons to handle all functions of the PDFViewerBean. The functions include opening documents, printing, changing magnification and moving through the PDF pages. The toolbar is accessible by calling getToolbar in PDFViewerBean. With a reference to the toolbar, it can be made visible/invisible and all buttons within it are also accessible.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JToolBar |
|---|
JToolBar.Separator |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PDFToolbar()
This method initializes |
|
| Method Summary | |
|---|---|
JButton |
getJbActualSize()
Returns the actual size button |
JButton |
getJbFitToPage()
Returns the fit to page button |
JButton |
getJbFitToWidth()
Returns the fit to width button |
JToggleButton |
getjbLoupe()
Returns the loupe button. |
JButton |
getjbMagLess()
Returns the decrease magnification button. |
JButton |
getjbMagMore()
Returns the increase magnification button. |
JToggleButton |
getJbMagRect()
Returns the magnify rectangle button |
JButton |
getjbNextView()
Return the next view button. |
JButton |
getjbOpen()
Returns the open button. |
JButton |
getjbPageDown()
Returns the page down button. |
JButton |
getjbPageFirst()
Return the first page button. |
JButton |
getjbPageLast()
Returns the last page button |
JButton |
getjbPageUp()
Returns the page up button. |
JToggleButton |
getjbPanAndZoom()
Returns the navigation button. |
JButton |
getjbPreviousView()
Return the previous view button. |
JButton |
getjbPrint()
Returns the print button. |
JButton |
getjbRotateCCW()
Returns the rotate counter-clockwise button. |
JButton |
getjbRotateCW()
Returns the rotate clockwise button. |
JButton |
getjbSearch()
Returns the find button. |
JComboBox |
getjcbMagnify()
Returns the magnification combo box. |
JLabel |
getjlTotalPages()
Returns the total number of pages text field. |
JTextField |
getjtfPage()
Returns the page number text field. |
com.qoppa.pdf.components.ToolbarSeparator |
gettsSeparator1()
Get the ToolbarSeparator that is between the Print and FirstPage buttons. |
com.qoppa.pdf.components.ToolbarSeparator |
gettsSeparator2()
Get the ToolbarSeparator that is between the LastPage and ActualSize buttons. |
com.qoppa.pdf.components.ToolbarSeparator |
gettsSeparator3()
Get the ToolbarSeparator that is between the FitToPage and ZoomOut buttons. |
com.qoppa.pdf.components.ToolbarSeparator |
gettsSeparator4()
Get the ToolbarSeparator that is between the Loupe and RotateClockwise buttons. |
| Methods inherited from class javax.swing.JToolBar |
|---|
add, addSeparator, addSeparator, getAccessibleContext, getComponentAtIndex, getComponentIndex, getMargin, getOrientation, getUI, getUIClassID, isBorderPainted, isFloatable, isRollover, setBorderPainted, setFloatable, setLayout, setMargin, setOrientation, setRollover, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDFToolbar()
| Method Detail |
|---|
public JComboBox getjcbMagnify()
public JButton getjbOpen()
public JButton getjbPrint()
public com.qoppa.pdf.components.ToolbarSeparator gettsSeparator1()
public JButton getjbMagMore()
public JButton getjbMagLess()
public JTextField getjtfPage()
public JButton getjbPageDown()
public JButton getjbPageUp()
public JButton getjbPageLast()
public com.qoppa.pdf.components.ToolbarSeparator gettsSeparator2()
public JButton getjbPageFirst()
public JButton getjbPreviousView()
public JButton getjbNextView()
public JLabel getjlTotalPages()
public JButton getjbRotateCCW()
public JButton getjbRotateCW()
public JButton getjbSearch()
public JButton getJbActualSize()
public JButton getJbFitToPage()
public com.qoppa.pdf.components.ToolbarSeparator gettsSeparator3()
public JButton getJbFitToWidth()
public JToggleButton getJbMagRect()
public JToggleButton getjbLoupe()
public JToggleButton getjbPanAndZoom()
public com.qoppa.pdf.components.ToolbarSeparator gettsSeparator4()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||