JRubik v0.6

es.aeat.eett.plugins.bar_Component
Class Bar_Component

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

public class Bar_Component
extends PluginImpl

Author:
f00992

en: Creates a JToolBar for show/hide the main viewers: map_ComponentPlugin, action_showChart, action_basicStat, action_show_memory

es: Este plugin crea una JToolBar con componentes subministrados por los plugin: map_ComponentPlugin, action_showChart, action_basicStat, action_show_memory. Para permitir al usuario mostrar/ocultar los distintos componentes aportados por los plugins.


Field Summary
private static java.lang.String fileSeparator
           
private  javax.swing.JToolBar jToolBar
           
(package private)  boolean pluginListenerIsRegistrado
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
Bar_Component()
           
 
Method Summary
private  javax.swing.JToolBar createToolBar()
          Crea la barra de herramientas de navegacion.
 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

fileSeparator

private static final java.lang.String fileSeparator

jToolBar

private javax.swing.JToolBar jToolBar

pluginListenerIsRegistrado

boolean pluginListenerIsRegistrado
Constructor Detail

Bar_Component

public Bar_Component()
Method Detail

getPluginObject

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

createToolBar

private final javax.swing.JToolBar createToolBar()
Crea la barra de herramientas de navegacion.

Returns:
jToolBar la barra de herramientas de navegacion.

JRubik v0.6

JRubik v0.6