JRubik v0.6

es.aeat.eett.plugins.action_clipboard
Class ActionToClipboard

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

public class ActionToClipboard
extends PluginImpl

Author:
f00992

en: This plugin make a copy of the main window active plugin to the clipboard. It supports the following components: chart_ComponentPlugin, tableRubikPlugin, tableDrillThrough, scrollBasicStat

es: Este plugin copia al portapapeles el contenido del plugin activo en la ventana principal. Soporta los siguientes componentes: chart_ComponentPlugin, tableRubikPlugin, tableDrillThrough, scrollBasicStat


Nested Class Summary
(package private)  class ActionToClipboard.ActionCopy
           
 
Field Summary
private  javax.swing.Action actionCopy
           
private  javax.swing.Icon icon_up
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
ActionToClipboard()
           
 
Method Summary
 java.lang.Object getPluginObject(PluginListener pluginListener)
           
 
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

icon_up

private javax.swing.Icon icon_up

actionCopy

private javax.swing.Action actionCopy
Constructor Detail

ActionToClipboard

public ActionToClipboard()
Method Detail

getPluginObject

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

JRubik v0.6

JRubik v0.6