JRubik v0.6

es.aeat.eett.plugins.barMenu_printer
Class BarPrinter

java.lang.Object
  extended byes.aeat.eett.jRubik.plugins.PluginImpl
      extended byes.aeat.eett.plugins.barMenu_printer.BarPrinter
All Implemented Interfaces:
Plugin

public class BarPrinter
extends PluginImpl

Author:
f00992

en: Menu for printing

es: Este Plugin proporciona JMenu de impresion


Field Summary
private static java.util.ResourceBundle localizationResources
           
private  javax.swing.JMenu menu
           
private  java.awt.print.PageFormat pageFormat
           
private  java.lang.String strCaption
           
private  java.lang.String strError
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
BarPrinter()
           
 
Method Summary
private  javax.swing.JMenu createMenuPrint()
           
(package private)  java.awt.print.PageFormat getPageFormat()
           
 java.lang.Object getPluginObject(PluginListener pluginListener)
           
(package private)  void setPageFormat(java.awt.print.PageFormat pageFormat)
           
 
Methods inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
addPluginListener, fireGetInfoPlugins, fireGetPluginObject, firePluginHide, firePluginSetFocus, isAutoUpdate, removePluginListener, setAutoUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizationResources

private static final java.util.ResourceBundle localizationResources

strError

private final java.lang.String strError

strCaption

private final java.lang.String strCaption

pageFormat

private java.awt.print.PageFormat pageFormat

menu

private javax.swing.JMenu menu
Constructor Detail

BarPrinter

public BarPrinter()
Method Detail

getPluginObject

public java.lang.Object getPluginObject(PluginListener pluginListener)
                                 throws PluginException
Throws:
PluginException

createMenuPrint

private final javax.swing.JMenu createMenuPrint()

getPageFormat

java.awt.print.PageFormat getPageFormat()
Returns:
Returns the pageFormat.

setPageFormat

void setPageFormat(java.awt.print.PageFormat pageFormat)
Parameters:
pageFormat - The pageFormat to set.

JRubik v0.6

JRubik v0.6