Uses of Class
adams.gui.visualization.pdf.menu.AbstractPDFViewerAction
-
Packages that use AbstractPDFViewerAction Package Description adams.gui.visualization.pdf adams.gui.visualization.pdf.menu -
-
Uses of AbstractPDFViewerAction in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as AbstractPDFViewerAction Modifier and Type Field Description protected AbstractPDFViewerAction
PDFViewerPanel. m_MenuItemToolsExtractImages
the "extract images" menu item.protected AbstractPDFViewerAction
PDFViewerPanel. m_MenuItemToolsExtractPages
the "extract pages" menu item.protected AbstractPDFViewerAction
PDFViewerPanel. m_MenuItemToolsExtractText
the "extract text" menu item.Fields in adams.gui.visualization.pdf with type parameters of type AbstractPDFViewerAction Modifier and Type Field Description protected List<AbstractPDFViewerAction>
PDFViewerPanel. m_ViewerActions
the menu item actions. -
Uses of AbstractPDFViewerAction in adams.gui.visualization.pdf.menu
Subclasses of AbstractPDFViewerAction in adams.gui.visualization.pdf.menu Modifier and Type Class Description class
ToolExtractImages
Extracts images from the current PDF and saves them to the specified directory.class
ToolExtractPages
Extracts a range of pages from the current PDF and adds them as a new document.class
ToolExtractText
Extracts text from a range of pages of the current PDF and displays it.
-