JRubik v0.6

es.aeat.eett.plugins.map
Class RubikMapListener

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byes.aeat.eett.plugins.map.RubikMapListener
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, MapComponentListener, java.io.Serializable

public abstract class RubikMapListener
extends javax.swing.AbstractAction
implements MapComponentListener

Author:
f00992
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
protected  MapComponent mapComponent
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
RubikMapListener(java.lang.String text, javax.swing.ImageIcon icon, java.lang.String desc)
           
RubikMapListener(java.lang.String text, javax.swing.ImageIcon icon, java.lang.String desc, MapComponent mapComponent)
           
 
Method Summary
 void cambioMostrable()
           
private  boolean copyFile(java.lang.String nameIn, java.lang.String nameOut)
           
private  void copyFilesDir(java.lang.String dirIn, java.lang.String dirOut)
           
 void createFilesMap(java.lang.String rutaUser, java.lang.String rBaseMapa)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

mapComponent

protected MapComponent mapComponent
Constructor Detail

RubikMapListener

public RubikMapListener(java.lang.String text,
                        javax.swing.ImageIcon icon,
                        java.lang.String desc)
Parameters:
text -
icon -
desc -

RubikMapListener

public RubikMapListener(java.lang.String text,
                        javax.swing.ImageIcon icon,
                        java.lang.String desc,
                        MapComponent mapComponent)
Method Detail

cambioMostrable

public void cambioMostrable()
Specified by:
cambioMostrable in interface MapComponentListener

createFilesMap

public void createFilesMap(java.lang.String rutaUser,
                           java.lang.String rBaseMapa)
                    throws java.lang.Exception
Throws:
java.lang.Exception

copyFilesDir

private void copyFilesDir(java.lang.String dirIn,
                          java.lang.String dirOut)
                   throws java.lang.Exception
Throws:
java.lang.Exception

copyFile

private boolean copyFile(java.lang.String nameIn,
                         java.lang.String nameOut)
                  throws java.lang.Exception
Throws:
java.lang.Exception

JRubik v0.6

JRubik v0.6