public class PDFEditorUIHandler extends AbstractFaxToMailUIHandler<PDFEditorUIModel,PDFEditorUI>
| Modifier and Type | Field and Description |
|---|---|
protected jaxx.runtime.swing.ComponentMover |
cm |
protected jaxx.runtime.swing.ComponentResizer |
cr |
protected com.sun.pdfview.PDFFile |
pdf |
| Constructor and Description |
|---|
PDFEditorUIHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCross() |
void |
addHighlighter() |
void |
addLine() |
void |
addNote() |
protected void |
addPanel(JPanel panel) |
void |
afterInit(PDFEditorUI pdfEditorUI) |
File |
convertFileToPdf(File file) |
protected void |
displayPage(int pageNb,
float previousZoom,
int previousRotation) |
protected JComponent |
getComponentToFocus() |
jaxx.runtime.validator.swing.SwingValidator<PDFEditorUIModel> |
getValidator() |
void |
onCloseUI() |
void |
print() |
void |
rotateAntiClockwise() |
void |
rotateClockwise() |
protected void |
updatePageNumber(Integer pageNb,
Integer prevPageNb) |
void |
zoomIn() |
void |
zoomOut() |
clearValidators, closeFrame, decorate, decorateUser, getConfig, getContext, getDecorator, getPropertiesToIgnore, getTopestUI, initCheckBoxComboBox, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, openFrame, registerValidators, setText, setText, showInformationMessageaddAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addHighlighters, addIntegerColumnToModel, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, beforeInit, beforeOpenPopup, changeValidatorContext, closeDialog, decorate, getModel, getParentContainer, getUI, incrementsMessage, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initBeanList, initButton, initCoordinateDMDEditor, initCoordinateDMSEditor, initDatePicker, initLabel, initNumberEditor, initScrollPane, initTextField, initTimeEditor, initUI, initUIComponent, isAutoSelectOnFocus, newComboModel, newListCellRender, newListCellRender, newListCellRender, newNumberCellRenderer, newTableCellRender, newTableCellRender, newTableCellRender, openDialog, openRowMenu, quitScreen, selectListData, setBoolean, setDate, setFile, showSuccessMessageprotected jaxx.runtime.swing.ComponentMover cm
protected jaxx.runtime.swing.ComponentResizer cr
protected com.sun.pdfview.PDFFile pdf
public void afterInit(PDFEditorUI pdfEditorUI)
protected JComponent getComponentToFocus()
getComponentToFocus in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<PDFEditorUIModel,PDFEditorUI>public jaxx.runtime.validator.swing.SwingValidator<PDFEditorUIModel> getValidator()
getValidator in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<PDFEditorUIModel,PDFEditorUI>public void onCloseUI()
onCloseUI in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<PDFEditorUIModel,PDFEditorUI>public void addNote()
public void addCross()
public void addLine()
public void addHighlighter()
protected void addPanel(JPanel panel)
protected void displayPage(int pageNb,
float previousZoom,
int previousRotation)
public File convertFileToPdf(File file) throws IOException, com.itextpdf.text.DocumentException
IOExceptioncom.itextpdf.text.DocumentExceptionpublic void zoomOut()
public void zoomIn()
public void rotateClockwise()
public void rotateAntiClockwise()
public void print()
Copyright © 2014 CodeLutin. All rights reserved.