JRubik v0.6

es.aeat.eett.plugins.infoRubik.showInfo
Class ShowInfo

java.lang.Object
  extended byes.aeat.eett.jRubik.plugins.PluginImpl
      extended byes.aeat.eett.plugins.infoRubik.showInfo.ShowInfo
All Implemented Interfaces:
Plugin, RubikAppenderListener

public class ShowInfo
extends PluginImpl
implements RubikAppenderListener

Author:
f00992

Field Summary
private  java.lang.String[] msgs
           
private  javax.swing.JScrollPane scroll
           
private  javax.swing.JTextArea textArea
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Fields inherited from interface es.aeat.eett.jRubik.RubikAppenderListener
ERROR_INT, INFO_INT, WARN_INT
 
Constructor Summary
ShowInfo()
           
 
Method Summary
 java.lang.Object getPluginObject(PluginListener pluginListener)
           
private  java.lang.String getText(java.lang.String[] strings)
           
 void mensajeApprender(int type, java.lang.String sortMensage, java.lang.String longMensage)
           
 void setAutoUpdate(boolean autoUpdate)
           
private  void updateMsgs(java.lang.String longMensage)
           
 
Methods inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
addPluginListener, fireGetInfoPlugins, fireGetPluginObject, firePluginHide, firePluginSetFocus, isAutoUpdate, removePluginListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scroll

private javax.swing.JScrollPane scroll

textArea

private javax.swing.JTextArea textArea

msgs

private java.lang.String[] msgs
Constructor Detail

ShowInfo

public ShowInfo()
Method Detail

getPluginObject

public java.lang.Object getPluginObject(PluginListener pluginListener)
                                 throws PluginException
Specified by:
getPluginObject in interface Plugin
Throws:
PluginException

setAutoUpdate

public void setAutoUpdate(boolean autoUpdate)
Specified by:
setAutoUpdate in interface Plugin
Overrides:
setAutoUpdate in class PluginImpl
Parameters:
autoUpdate - The autoUpdate to set.

mensajeApprender

public void mensajeApprender(int type,
                             java.lang.String sortMensage,
                             java.lang.String longMensage)
Specified by:
mensajeApprender in interface RubikAppenderListener

updateMsgs

private void updateMsgs(java.lang.String longMensage)

getText

private java.lang.String getText(java.lang.String[] strings)

JRubik v0.6

JRubik v0.6