JRubik v0.6

es.aeat.eett.plugins.chart
Class ActionMenuTipoChart

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

class ActionMenuTipoChart
extends javax.swing.AbstractAction


Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private  javax.swing.JComponent cParentPopup
           
private static java.util.ResourceBundle localizationResources
           
private  javax.swing.JPopupMenu popup
           
private static java.lang.String TYPE_CHART
           
 
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
(package private) ActionMenuTipoChart(javax.swing.JComponent cParentPopup)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
private  javax.swing.JPopupMenu createPopupTipesCharts()
          Crea JPopupMenu con los tipos de graficos y su ActionMap.
 
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 static final java.util.ResourceBundle localizationResources

TYPE_CHART

private static final java.lang.String TYPE_CHART

popup

private javax.swing.JPopupMenu popup

cParentPopup

private javax.swing.JComponent cParentPopup
Constructor Detail

ActionMenuTipoChart

ActionMenuTipoChart(javax.swing.JComponent cParentPopup)
Parameters:
cParentPopup -
Method Detail

actionPerformed

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

createPopupTipesCharts

private javax.swing.JPopupMenu createPopupTipesCharts()
Crea JPopupMenu con los tipos de graficos y su ActionMap.

Returns:
popup

JRubik v0.6

JRubik v0.6