eu.beesoft.gantt.action
Class AbstractChartAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by eu.beesoft.gantt.action.AbstractGanttAction
          extended by eu.beesoft.gantt.action.AbstractChartAction
All Implemented Interfaces:
LanguageListener, java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
TodayAction

public abstract class AbstractChartAction
extends AbstractGanttAction

Abstract action to support gantt chart operations

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
AbstractChartAction(JGantt component)
          Constructor.
 
Method Summary
protected  ChartComponent getChartComponent()
          Returns the instance of ChartComponent.
 
Methods inherited from class eu.beesoft.gantt.action.AbstractGanttAction
actionPerformed, executeAction, getGantt, getTextFromResourceBundle, languageChanged
 
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
 

Constructor Detail

AbstractChartAction

public AbstractChartAction(JGantt component)
Constructor.

Parameters:
component - JGantt instance to which this action belongs
Method Detail

getChartComponent

protected ChartComponent getChartComponent()
Returns the instance of ChartComponent.

Returns:
the instance of ChartComponent