JRubik v0.6

es.aeat.eett.plugins.infoRubik.layout
Class ActionMasterDeploy

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byes.aeat.eett.plugins.infoRubik.layout.AbstractLayoutAction
          extended byes.aeat.eett.plugins.infoRubik.layout.ActionMasterDeploy
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

class ActionMasterDeploy
extends AbstractLayoutAction


Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private  java.lang.String CAPTION
           
private  java.lang.String DESC
           
private  javax.swing.Icon icon
           
private  java.util.ResourceBundle localizationResources
           
private  org.apache.log4j.Logger logger
           
private  java.lang.String[] optionNames
           
private  java.lang.String STR_ERROR
           
 
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
ActionMasterDeploy()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
(package private)  void executeJob(LayoutPanel layoutPanel)
           
private  org.jdom.Element getDeployElement(LayoutPanel layoutPanel)
           
protected  LayoutPanel getRootLayoutPanel(LayoutPanel layoutPanel)
           
private  void setDeployElement(java.io.File fileJob, org.jdom.Element eDeploy)
           
 
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
 

Field Detail

localizationResources

private final java.util.ResourceBundle localizationResources

logger

private org.apache.log4j.Logger logger

CAPTION

private final java.lang.String CAPTION

DESC

private final java.lang.String DESC

STR_ERROR

private final java.lang.String STR_ERROR

optionNames

private final java.lang.String[] optionNames

icon

private javax.swing.Icon icon
Constructor Detail

ActionMasterDeploy

public ActionMasterDeploy()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

setDeployElement

private void setDeployElement(java.io.File fileJob,
                              org.jdom.Element eDeploy)

executeJob

void executeJob(LayoutPanel layoutPanel)

getDeployElement

private org.jdom.Element getDeployElement(LayoutPanel layoutPanel)

getRootLayoutPanel

protected LayoutPanel getRootLayoutPanel(LayoutPanel layoutPanel)

JRubik v0.6

JRubik v0.6