JRubik v0.6

es.aeat.eett.plugins.action_memoryShow
Class MemoryShowPlugin

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

public class MemoryShowPlugin
extends PluginImpl

Author:
f00992

en: This plugin show/hide the 'pane_memory' component.

es: Este plugin muestra/oculta el componente 'pane_memory'.


Nested Class Summary
(package private)  class MemoryShowPlugin.ActionShow
           
 
Field Summary
private  MemoryShowPlugin.ActionShow actionShow
           
private static java.lang.String DESC
           
private static java.lang.String HIDE
           
private static java.util.ResourceBundle localizationResources
           
private  MemoryPanel memoryPanel
           
private  boolean pluginListenerIsRegistrado
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
MemoryShowPlugin()
           
 
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

localizationResources

private static final java.util.ResourceBundle localizationResources

DESC

private static final java.lang.String DESC

HIDE

private static final java.lang.String HIDE

actionShow

private MemoryShowPlugin.ActionShow actionShow

memoryPanel

private MemoryPanel memoryPanel

pluginListenerIsRegistrado

private boolean pluginListenerIsRegistrado
Constructor Detail

MemoryShowPlugin

public MemoryShowPlugin()
Method Detail

getPluginObject

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

JRubik v0.6

JRubik v0.6