Package repast.simphony.chart2.gui
Class HistogramMenuItem
java.lang.Object
javax.swing.AbstractAction
repast.simphony.ui.plugin.AbstractEditorMenuItem
repast.simphony.chart2.gui.HistogramMenuItem
- All Implemented Interfaces:
- ActionListener,- Serializable,- Cloneable,- Comparable<EditorMenuItem>,- EventListener,- Action,- EditorMenuItem
Implements the "Add Time Series Chart" menu item.
- Author:
- Nick Collier
- See Also:
- 
Field SummaryFields inherited from class repast.simphony.ui.plugin.AbstractEditorMenuItemevtFields inherited from class javax.swing.AbstractActionchangeSupport, enabledFields inherited from interface javax.swing.ActionACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when an action occurs.Methods inherited from class repast.simphony.ui.plugin.AbstractEditorMenuItemcompareTo, getLabel, init, setScenarioEvtMethods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.Actionaccept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
- 
Constructor Details- 
HistogramMenuItempublic HistogramMenuItem()
 
- 
- 
Method Details- 
actionPerformedInvoked when an action occurs.
 
-